Fail to deploy on local node
denGitHub opened this issue · 0 comments
Can not deploy on local node:
- branch- master
- local ethereum node
- hardhat config:
geth: {
blockGasLimit: 12450000,
gas: 9500000,
gasPrice: 8000000000,
chainId: 1337,
throwOnTransactionFailures: true,
throwOnCallFailures: true,
url: 'http://localhost:8545',
},
- npm run aave:evm:dev:migration --network geth
Crashes here
https://github.com/aave/protocol-v2/blob/1.0.1/helpers/init-helpers.ts#L226
Error:
**Error: cannot estimate gas; transaction may fail or may require manual gas limit (error={"name":"ProviderError","code":-32000,"_isProviderError":true}, method="estimateGas", transaction={"from":"0xb4124cEB3451635DAcedd11767f004d8a28c6eE7","to":"0x6002b51208613d6C2922207a8d280bEDB82FB1b8","data":"0xcef84c510000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000009ef2018b97794556d0ae905f81250573059abc55000000000000000000000000ae31e2225ce3b5c281fc96fa693b3acfeeed0f080000000000000000000000000d01562c319c501677a43cd62a875c23124bd0fd00000000000000000000000000000000000000000000000000000000000000120000000000000000000000008b6df8af32221d8e74a1d3bcb1c9d0d1a7a8f8100000000000000000000000007b94cc9ae9a659f3ac7a71eda3efdd264720c410000000000000000000000000464c71f6c2f760dda6093dcb91c24c39e5d6e18c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000240000000000000000000000000000000000000000000000000000000000000028000000000000000000000000000000000000000000000000000000000000002c00000000000000000000000000000000000000000000000000000000000000320000000000000000000000000000000000000000000000000000000000000036000000000000000000000000000000000000000000000000000000000000003a000000000000000000000000000000000000000000000000000000000000003e000000000000000000000000000000000000000000000000000000000000000067853555348490000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001c4161766520696e7465726573742062656172696e67207853555348490000000000000000000000000000000000000000000000000000000000000000000000076178535553484900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002141617665207661726961626c6520646562742062656172696e67207853555348490000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000127661726961626c65446562747853555348490000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001f4161766520737461626c6520646562742062656172696e6720785355534849000000000000000000000000000000000000000000000000000000000000000010737461626c65446562747853555348490000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011000000000000000000000000000000000000000000000000000000000000000","accessList":null}, code=UNPREDICTABLE_GAS_LIMIT, version=providers/5.1.2)
**