-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Axl Network Selection #977
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update from stage and fix conflicts
Let's include fee updates to this PR. I'll also create an issue to try to use the |
FYI created this issue |
Fees have been updated for all assets (mainnet and testnet) |
To fix the readability of Network names in the global Deposit and Withdrawal (transfer-asset-select) modal.
Renamed SourceChain values from axelar API inputs -> a prettyName.
There are now separate maps for axelar keys and ethereum chain IDs by SourceChain (reverse).
Added USDC transfers to/from Binance.
Frontier and Testnet environments now show a pretty Network Name in both modals, triggers Eth wallet to switch to correct network, and can detect when the correct network is selected.
Untested: whether transfers actually work.