ethers-error-parser icon indicating copy to clipboard operation
ethers-error-parser copied to clipboard

[FEATURE] Support call where value + gas is not covered

Open enzoferey opened this issue 2 years ago • 0 comments

Describe the feature

{
  code: -32603,
  data: {
    code: -32000,
    message: "err: insufficient funds for gas * price + value: address 0x.... have XXX want XXX (supplied gas XXX)"
  }
}

enzoferey avatar Oct 30 '22 16:10 enzoferey