masa-finance / masa-react

Masa React Framework

Home Page:https://masa.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Misleading error messages

H34D opened this issue · comments

There is an error in the mapping of the ethers error codes and the actual user error message. What we are looking for here should be https://docs.ethers.org/v5/troubleshooting/errors/#help-INSUFFICIENT_FUNDS

UNPREDICTABLE_GAS_LIMIT:
'You do not have sufficient funds in you wallet. Please add funds to your wallet and try again',

UNPREDICTABLE_GAS_LIMIT:
'You do not have sufficient funds in you wallet. Please add funds to your wallet and try again',

fixed with #396