Skip to content

Commit 3549e4a

Browse files
committed
fix: use number in chain id in config
1 parent 48ca797 commit 3549e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat_configs/automaton_hardhat_config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
solidity: "0.8.9",
33
networks: {
44
hardhat: {
5-
chainId: process.env.CHAIN_ID,
5+
chainId: Number(process.env.CHAIN_ID),
66
blockGasLimit: 92000000,
77
hardfork: "cancun",
88
}

0 commit comments

Comments
 (0)