USDT, SEOS, BOX and USN bridges support (#178) #180
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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