-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
USDT, SEOS, BOX and USN bridges support (#178)
* enhancement: adding support for USDT * chore: modified token selector to accept less redundant tokenOption values * refactor: moving balances to balances store * fix: fetching usdt balance properly * fix: getting bridge working again * refactor: added evm tokens to tokens.json * fix: getting transfer page working again * chore: general polishing of transfer page * fix: fixed use entire balance button fix: getting correct transfer fee working again * fix: fixed confirm page * fix: fixing token selector on send/receive page * fix: getting usdt transfer working * chore: handling the evm to native usdt transfer * fix: using erc20 interface for usdt transfers * debug: logging big number conversion issue * chore: having form and confirm page play nicely with usdt * refactor: using sent instead of deposit * fix: getting evm to eos usdt transfer working * fix: fixing other transfers * style: linted * chore: added seos, box and usn bridges * enhancement: removing tokens.json dependency * fix: getting new tokens working on transfer page * enhancement: getting chain swapping working better * style: linted * fix: handling the case where chain swapping happens right after transfer * style: linted * fix: detecting metamask login properly * chore: changed the transfer page subtitle * fix: updated the SEOS, BOX and USN precision and transfer fees * enhancement: checking balances less often for longer * fix: refetching balances when evm session is not immediately accessible
- Loading branch information
Showing
24 changed files
with
1,327 additions
and
393 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.