Skip to content

Commit f98498d

Browse files
Ensure hardfork=cancun on hardhat network
Why: Avoid mismatches in EVM behavior across local networks. Test plan: - Inspect hardhat.config.ts for hardfork=cancun. - bunx hardhat compile works.
1 parent 3e706dd commit f98498d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardhat.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const config: HardhatUserConfig = {
1010
// base mainnet network
1111
hardhat: {
1212
chainId: 8453,
13+
hardfork: "cancun",
1314
forking: {
1415
url: "https://mainnet.base.org",
1516
},

0 commit comments

Comments
 (0)