We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638fd58 commit d441aedCopy full SHA for d441aed
frontend/src/components/Dapp.js
@@ -20,7 +20,7 @@ import { WaitingForTransactionMessage } from "./WaitingForTransactionMessage";
20
import { NoTokensMessage } from "./NoTokensMessage";
21
22
// This is the default id used by the Hardhat Network
23
-const HARDHAT_NETWORK_ID = '31337';
+const HARDHAT_NETWORK_ID = 31337;
24
25
// This is an error code that indicates that the user canceled a transaction
26
const ERROR_CODE_TX_REJECTED_BY_USER = 4001;
0 commit comments