Skip to content

Commit 8493437

Browse files
committed
Changed hardfork from istanbul to cancun
1 parent d71d9f2 commit 8493437

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module.exports = {
118118
hardhat: {
119119
chainId: 17000,
120120
blockGasLimit: 92000000,
121-
hardfork: "istanbul",
121+
hardfork: "cancun",
122122
}
123123
},
124124
};

hardhat_configs/holesky_hardhat_config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
hardhat: {
55
chainId: 17000,
66
blockGasLimit: 92000000,
7-
hardfork: "istanbul",
7+
hardfork: "cancun",
88
}
99
},
1010
};

hardhat_configs/sepolia_hardhat_config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
hardhat: {
55
chainId: 11155111,
66
blockGasLimit: 92000000,
7-
hardfork: "istanbul",
7+
hardfork: "cancun",
88
}
99
},
1010
};

0 commit comments

Comments
 (0)