-
Notifications
You must be signed in to change notification settings - Fork 371
feat: support assetchain bridge #364
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
base: master
Are you sure you want to change the base?
Conversation
…into adapter/assetchain-bridge
src/data/bridgeNetworkData.ts
Outdated
iconLink: "chain:assetchain", | ||
largeTxThreshold: 10000, | ||
url: "https://bridge.assetchain.org/", | ||
chains: ["Assetchain"], |
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.
should track other chains too, both deposit and withdrawals
as i can see on your ui: arbitrum, ethereum, bsc
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.
This is data for deposits into assetchain and withdrawals from assetchain.
Is that not just what we need?
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.
in this case u need to track deposits and withdrawals on eth, arb and bsc and set assetchain as destinationChain
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.
Hello,
Ive made the updates you suggested.
…into adapter/assetchain-bridge
No description provided.