You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When typing in an amount greater than my balance from EVM to Native, simply by typing it throws an error and pulls me away from the form. Typing shouldn't cause this error to appear like that.
#166
Open
aaroncox opened this issue
Sep 5, 2023
· 0 comments
When typing in an amount greater than my balance from EVM to Native, simply by typing it throws an error and pulls me away from the form. Typing shouldn't cause this error to appear like that.
* fix: catching metamask error when funds are insufficient
closes issue #166
* chore: adding support for Telos EVM
* refactor: using transferTypes object to determine how different transfers should be processed
* refactor: putting all evm transfer logic in evm specific classes
* fix: getting page running again
* refactor: refactored transfer page to use manager classes
* fix: getting page running again
* refactor: using the get method to get store values
* chore: added telos evm bridge methods
* fix: getting telos bridge working
* fix: connecting to evm wallet for telos bridge
* enhancement: handling case where enter is pressed in the transfer form
* chore: getting the telos page working
* style: linted
* fix: using correct evm network for telos bridge
* enhancement: polished evm network switching
* fix: catching error when fee makes transfer exceed balance
* fix: making network switching more robust
* fix: catching metamask error when funds are insufficient
closes issue #166
* chore: adding support for Telos EVM
* refactor: using transferTypes object to determine how different transfers should be processed
* refactor: putting all evm transfer logic in evm specific classes
* fix: getting page running again
* refactor: refactored transfer page to use manager classes
* fix: getting page running again
* refactor: using the get method to get store values
* chore: added telos evm bridge methods
* fix: getting telos bridge working
* fix: connecting to evm wallet for telos bridge
* enhancement: handling case where enter is pressed in the transfer form
* chore: getting the telos page working
* style: linted
* fix: using correct evm network for telos bridge
* enhancement: polished evm network switching
* fix: catching error when fee makes transfer exceed balance
* fix: making network switching more robust
When typing in an amount greater than my balance from EVM to Native, simply by typing it throws an error and pulls me away from the form. Typing shouldn't cause this error to appear like that.
Originally posted by @aaroncox in #164 (comment)
The text was updated successfully, but these errors were encountered: