-
Notifications
You must be signed in to change notification settings - Fork 82
Description
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!