-
Notifications
You must be signed in to change notification settings - Fork 348
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
add chain fusion adapter #276
base: master
Are you sure you want to change the base?
add chain fusion adapter #276
Conversation
please add config for your bridge |
Done |
Need to add destination chain if bridge contains only ethereum <-> icp |
target: null, | ||
topic: "Transfer(address,address,uint256)", | ||
abi: ["event Transfer(address indexed from, address indexed to, uint256 value)"], | ||
argKeys: { |
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.
- need to add
token
- add import to /adapters/index.ts
u can run tests using npm run test chain-fusion 1000
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.
Do I need to add token for ETH as well, or should I use the WETH address?
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.
For the test, I am getting:
> test
> tsx ./src/adapters/test.ts chain-fusion 1000
Is there any specific output I should be looking for?
We plan on also adding the ICP <-> BTC bridge in a second MR |
iconLink: "icons:chain-fusion", | ||
largeTxThreshold: 10000, | ||
url: "https://dashboard.internetcomputer.org/", | ||
chains: [ |
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.
u need to add at least 2 chains
This MR adds the following changes: