Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

include warning about using the correct assets on EVM chains #229

Open
canhtrinh opened this issue May 19, 2022 · 0 comments
Open

include warning about using the correct assets on EVM chains #229

canhtrinh opened this issue May 19, 2022 · 0 comments

Comments

@canhtrinh
Copy link
Collaborator

Potential warning to show and corresponding logic. For the below logic, treat AXL asset as native to all chains, and each warning is only needed if it’s an EVM chain.

  • Only send axlUSDC to the deposit address on Avalanche (show the asset display name for that source chain, Trigger: if asset is not native to source chain )
  • Another token sent to the deposit address will be lost (Trigger: if asset is not native to source chain)
  • Only axlUSDC is received on Polygon (show the asset display name for destination chain, Trigger: if asset is not native to destination chain)
  • If recipient doesn’t support this token, it’ll be lost (Trigger: if asset is not native to destination chain)
  • ERC20 contract address for axlUSDC can be verified here
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant