We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ca797 commit 3549e4aCopy full SHA for 3549e4a
hardhat_configs/automaton_hardhat_config.js
@@ -2,7 +2,7 @@ module.exports = {
2
solidity: "0.8.9",
3
networks: {
4
hardhat: {
5
- chainId: process.env.CHAIN_ID,
+ chainId: Number(process.env.CHAIN_ID),
6
blockGasLimit: 92000000,
7
hardfork: "cancun",
8
}
0 commit comments