config: updated the reference fork to berlin

This commit is contained in:
The3D 2021-04-23 16:03:24 +02:00
parent 6f57232358
commit 3a10205aef

View File

@ -99,7 +99,7 @@ const buidlerConfig: HardhatUserConfig = {
mumbai: getCommonNetworkConfig(ePolygonNetwork.mumbai, 80001),
xdai: getCommonNetworkConfig(eXDaiNetwork.xdai, 100),
hardhat: {
hardfork: 'istanbul',
hardfork: 'berlin',
blockGasLimit: DEFAULT_BLOCK_GAS_LIMIT,
gas: DEFAULT_BLOCK_GAS_LIMIT,
gasPrice: 8000000000,
@ -113,7 +113,7 @@ const buidlerConfig: HardhatUserConfig = {
forking: mainnetFork,
},
buidlerevm_docker: {
hardfork: 'istanbul',
hardfork: 'berlin',
blockGasLimit: 9500000,
gas: 9500000,
gasPrice: 8000000000,