-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore: upgrade unified bridge SDK #40
Conversation
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.
👏
package.json
Outdated
@@ -23,10 +23,10 @@ | |||
"sentry": "node sentryscript.js" | |||
}, | |||
"dependencies": { | |||
"@avalabs/avalanche-module": "0.11.2", | |||
"@avalabs/avalanche-module": "^0.11.2", |
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.
can you please pin the dependencies?
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.
😱 done!
Description
TODOs
@avalabs/bridge-unified
to a stable channelChanges
@avalabs/bridge-unified
dependencyanalyzeTx()
method that we can use.BridgeTransfer
object changed its shape, some properties changed names and/or places)Testing
main
, switch to this branch and verify that your transaction is still tracked properly).Screenshots:
Starts bridging via CCTP on
main
, simulates the extension update, then starts another bridge with the "updated" extension:CCTP.after.update.-.compressed.mov
Checklist for the author