protocol-solidity icon indicating copy to clipboard operation
protocol-solidity copied to clipboard

[ISSUE] contract creation code storage out of gas on deployment

Open salman01zp opened this issue 3 years ago • 0 comments

Issue

While trying to deploy contracts to test networks, I came across this error for goerli and exhausted my test tokens.

reason: 'processing response error',
    code: 'SERVER_ERROR',
    body: '{"jsonrpc":"2.0","id":372,"error":{"code":-32000,"message":"contract creation code storage out of gas"}}',
    error: Error: contract creation code storage out of gas
        at getResult (/Users/salman01zz/Webb-Tools/protocol-solidity/node_modules/@ethersproject/providers/src.ts/json-rpc-provider.ts:142:28)
        at processJsonFunc (/Users/salman01zz/Webb-Tools/protocol-solidity/node_modules/@ethersproject/web/src.ts/index.ts:383:22)
        at /Users/salman01zz/Webb-Tools/protocol-solidity/node_modules/@ethersproject/web/src.ts/index.ts:320:42
        at step (/Users/salman01zz/Webb-Tools/protocol-solidity/node_modules/@ethersproject/web/lib/index.js:33:23)
        at Object.next (/Users/salman01zz/Webb-Tools/protocol-solidity/node_modules/@ethersproject/web/lib/index.js:14:53)
        at fulfilled (/Users/salman01zz/Webb-Tools/protocol-solidity/node_modules/@ethersproject/web/lib/index.js:5:58)
        at runMicrotasks (<anonymous>)
        at processTicksAndRejections (node:internal/process/task_queues:96:5) {
      code: -32000,
      data: undefined
    },

Goerli Public rpc: https://goerli.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161 TestAcount : 0x5d26a601A80E3f472C5d6C3D1EdD78860F87Ac18 need more test token on this address @dutterbutter

salman01zp avatar Nov 24 '22 13:11 salman01zp