Commit 0f28475 1 parent f84ee43 commit 0f28475 Copy full SHA for 0f28475
File tree 1 file changed +3
-1
lines changed
packages/hardhat-core/src/internal/core/config
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export const defaultHardhatNetworkParams: Omit<
56
56
minGasPrice : 0n ,
57
57
chains : new Map ( [
58
58
[
59
- // block numbers below were taken from https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common/src/chains
59
+ // block numbers below were taken from https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common/src/chains.ts
60
60
1 , // mainnet
61
61
{
62
62
hardforkHistory : new Map ( [
@@ -77,6 +77,7 @@ export const defaultHardhatNetworkParams: Omit<
77
77
[ HardforkName . MERGE , 15_537_394 ] ,
78
78
[ HardforkName . SHANGHAI , 17_034_870 ] ,
79
79
[ HardforkName . CANCUN , 19_426_589 ] ,
80
+ [ HardforkName . PRAGUE , 30_000_000 ] , // TODO: replace with actual block number
80
81
] ) ,
81
82
} ,
82
83
] ,
@@ -138,6 +139,7 @@ export const defaultHardhatNetworkParams: Omit<
138
139
[ HardforkName . MERGE , 1_450_409 ] ,
139
140
[ HardforkName . SHANGHAI , 2_990_908 ] ,
140
141
[ HardforkName . CANCUN , 5_187_023 ] ,
142
+ [ HardforkName . PRAGUE , 30_000_000 ] , // TODO: replace with actual block number
141
143
] ) ,
142
144
} ,
143
145
] ,
You can’t perform that action at this time.
0 commit comments