Skip to content

Commit

Permalink
parseInt.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoquick committed Dec 16, 2021
1 parent 83a696c commit e53f0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
testnet: {
url: process.env.RPC_URL,
accounts: [`0x${process.env.PK}`],
chainId: process.env.CHAIN_ID,
chainId: parseInt(process.env.CHAIN_ID),
gas: "auto",
},
},
Expand Down

0 comments on commit e53f0d2

Please sign in to comment.