mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
commit
46b48f3eb1
|
@ -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,
|
||||||
|
|
1122
package-lock.json
generated
1122
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -110,7 +110,7 @@
|
||||||
"ethereumjs-util": "7.0.2",
|
"ethereumjs-util": "7.0.2",
|
||||||
"ethers": "^5.0.19",
|
"ethers": "^5.0.19",
|
||||||
"globby": "^11.0.1",
|
"globby": "^11.0.1",
|
||||||
"hardhat": "^2.0.8",
|
"hardhat": "^2.2.0",
|
||||||
"hardhat-gas-reporter": "^1.0.0",
|
"hardhat-gas-reporter": "^1.0.0",
|
||||||
"hardhat-typechain": "^0.3.3",
|
"hardhat-typechain": "^0.3.3",
|
||||||
"husky": "^4.2.5",
|
"husky": "^4.2.5",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user