We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e706dd commit f98498dCopy full SHA for f98498d
hardhat.config.ts
@@ -10,6 +10,7 @@ const config: HardhatUserConfig = {
10
// base mainnet network
11
hardhat: {
12
chainId: 8453,
13
+ hardfork: "cancun",
14
forking: {
15
url: "https://mainnet.base.org",
16
},
0 commit comments