Skip to content

Commit

Permalink
Set hardforkHistory to cancun from genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoopmann committed Oct 17, 2024
1 parent 27382c5 commit 475ee5f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hardhat.arbitrum.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ module.exports = {
forking: {
url: process.env.ARBITRUM_ALCHEMY_API,
},
chains: {
42161: {
hardforkHistory: {
cancun: 0,
},
},
},
},
},
}
7 changes: 7 additions & 0 deletions hardhat.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ module.exports = {
forking: {
url: process.env.BASE_ALCHEMY_API,
},
chains: {
8453: {
hardforkHistory: {
cancun: 0,
},
},
},
},
},
}
7 changes: 7 additions & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ module.exports = {
forking: {
url: process.env.MAINNET_ALCHEMY_API,
},
chains: {
1: {
hardforkHistory: {
cancun: 0,
},
},
},
},
},
}

0 comments on commit 475ee5f

Please sign in to comment.