mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
config: updated the reference fork to berlin
This commit is contained in:
parent
6f57232358
commit
3a10205aef
|
@ -99,7 +99,7 @@ const buidlerConfig: HardhatUserConfig = {
|
||||||
mumbai: getCommonNetworkConfig(ePolygonNetwork.mumbai, 80001),
|
mumbai: getCommonNetworkConfig(ePolygonNetwork.mumbai, 80001),
|
||||||
xdai: getCommonNetworkConfig(eXDaiNetwork.xdai, 100),
|
xdai: getCommonNetworkConfig(eXDaiNetwork.xdai, 100),
|
||||||
hardhat: {
|
hardhat: {
|
||||||
hardfork: 'istanbul',
|
hardfork: 'berlin',
|
||||||
blockGasLimit: DEFAULT_BLOCK_GAS_LIMIT,
|
blockGasLimit: DEFAULT_BLOCK_GAS_LIMIT,
|
||||||
gas: DEFAULT_BLOCK_GAS_LIMIT,
|
gas: DEFAULT_BLOCK_GAS_LIMIT,
|
||||||
gasPrice: 8000000000,
|
gasPrice: 8000000000,
|
||||||
|
@ -113,7 +113,7 @@ const buidlerConfig: HardhatUserConfig = {
|
||||||
forking: mainnetFork,
|
forking: mainnetFork,
|
||||||
},
|
},
|
||||||
buidlerevm_docker: {
|
buidlerevm_docker: {
|
||||||
hardfork: 'istanbul',
|
hardfork: 'berlin',
|
||||||
blockGasLimit: 9500000,
|
blockGasLimit: 9500000,
|
||||||
gas: 9500000,
|
gas: 9500000,
|
||||||
gasPrice: 8000000000,
|
gasPrice: 8000000000,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user