Skip to content
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

Sui automatic bridge support #793

Open
ksamarin90 opened this issue Feb 7, 2025 · 0 comments
Open

Sui automatic bridge support #793

ksamarin90 opened this issue Feb 7, 2025 · 0 comments

Comments

@ksamarin90
Copy link

I'm trying to bridge USDC from Sui to Base using @wormhole-foundation/sdk 1.5.2.

Manual circleTransfer is possible, but with automatic flag I get following error:
Error: No protocols registered for Sui:AutomaticCircleBridge. This may be because the platform specific protocol implementation is not registered (by installing and importing it) or no implementation exists for this platform

and tokenTransfer with automatic flag:
Error: Failed to get token info: {"code":"dynamicFieldNotFound","parent_object_id":"0x97239301614dfc7586c56d2da1914daaf9840e317a9f6e6e4b51e7ca25c8aeef"}

Is it expected behavior?

Ideally, I would like to send USDC from Sui to IWormholeReceiver on Base and make deposit into some protocol. Is it possible with current sdk?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant