rabbitprincess / builderism

build your mainnet using op stack!
MIT License
24 stars 4 forks source link

Supper heigh gas fee #13

Closed 0x4437 closed 3 weeks ago

0x4437 commented 2 months ago

There is an error when transfer in metamask:

MetaMask - RPC Error: Internal JSON-RPC error. 
Object { code: -32603, message: "Internal JSON-RPC error." }
TransactionExecutionError: An internal error was received.

Request Arguments:
  from:   0x95278706a3a2E1ccc94df7aF9756071B483a1001
  to:     0x4200000000000000000000000000000000000010
  value:  0.5 ETH
  data:   0xe11013dd00000000000000000000000095278706a3a2E1ccc94df7aF9756071B483a1001000000000000000000000000000000000000000000000000000000000003d09000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000

Details: Internal JSON-RPC error.

And another error when deploy a smart contract:

deploying "USDT"insufficient funds for intrinsic transaction cost [ See: https://links.ethers.org/v5-errors-INSUFFICIENT_FUNDS ] (error={"name":"ProviderError","_stack":"ProviderError: insufficient funds for gas * price + value: balance 100000000000000000, tx cost 414709367603447953909519482808615741976486450079991680107320532189039244267, overshot 414709367603447953909519482808615741976486450079991680107220532189039244267\n    at HttpProvider.request (/app/packages/hardhat/node_modules/hardhat/src/internal/core/providers/http.ts:88:21)\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)","code":-32000,"_isProviderError":true}, method="sendTransaction", transaction=undefined, code=INSUFFICIENT_FUNDS, version=providers/5.7.2) {"reason":"insufficient funds for intrinsic transaction cost","code":"INSUFFICIENT_FUNDS","error":{"name":"ProviderError","_stack":"ProviderError: insufficient funds for gas * price + value: balance 100000000000000000, tx cost 414709367603447953909519482808615741976486450079991680107320532189039244267, overshot 414709367603447953909519482808615741976486450079991680107220532189039244267\n    at HttpProvider.request (/app/packages/hardhat/node_modules/hardhat/src/internal/core/providers/http.ts:88:21)\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)","code":-32000,"_isProviderError":true},"method":"sendTransaction"} Error: insufficient funds for intrinsic transaction cost [ See: https://links.ethers.org/v5-errors-INSUFFICIENT_FUNDS ] (error={"name":"ProviderError","_stack":"ProviderError: insufficient funds for gas * price + value: balance 100000000000000000, tx cost 414709367603447953909519482808615741976486450079991680107320532189039244267, overshot 414709367603447953909519482808615741976486450079991680107220532189039244267\n    at HttpProvider.request (/app/packages/hardhat/node_modules/hardhat/src/internal/core/providers/http.ts:88:21)\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)","code":-32000,"_isProviderError":true}, method="sendTransaction", transaction=undefined, code=INSUFFICIENT_FUNDS, version=providers/5.7.2)
    at Logger.makeError (/app/packages/hardhat/node_modules/@ethersproject/logger/src.ts/index.ts:269:28)
    at Logger.throwError (/app/packages/hardhat/node_modules/@ethersproject/logger/src.ts/index.ts:281:20)
    at checkError (/app/packages/hardhat/node_modules/@ethersproject/providers/src.ts/json-rpc-provider.ts:98:16)
    at /app/packages/hardhat/node_modules/@ethersproject/providers/src.ts/json-rpc-provider.ts:265:24
    at processTicksAndRejections (node:internal/process/task_queues:95:5) {
  reason: 'insufficient funds for intrinsic transaction cost',
  code: 'INSUFFICIENT_FUNDS',
  error: ProviderError: insufficient funds for gas * price + value: balance 100000000000000000, tx cost 414709367603447953909519482808615741976486450079991680107320532189039244267, overshot 414709367603447953909519482808615741976486450079991680107220532189039244267
      at HttpProvider.request (/app/packages/hardhat/node_modules/hardhat/src/internal/core/providers/http.ts:88:21)
      at processTicksAndRejections (node:internal/process/task_queues:95:5),
  method: 'sendTransaction',
  transaction: undefined
}