WBTC (ERC-20) to WBTC (SOL) stuck on "Awaiting completion on Solana..." #333
-
Hi guys, was testing wormhole (before trying with a larger sum) and tried to move 0.0001 WBTC from ERC-20 to SOL. The process got stuck on "Awaiting completion on Solana..." for several hours already. ERC-20 transactions: Would appreciate help, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Looks like you got bit by a bug in wormholebridge.com - the destination token account wasn't created, but the lockup was. Wormhole itself correctly processed the transfer, but the tx failed on Solana since the account specified as the destination does not exist: https://explorer.solana.com/address/5PSFisN1TxJ6hih4DDUhCtfwLNUtTvCK8xLbtjDQtX4m You need to reach out to the wormholebridge.com team so they can help you create the missing token account, then we can resubmit the VAA: https://github.com/solana-labs/oyster/issues ( Digest: dacba2e1e474824e9fe7bfd448720f5d255d14ae2e5965e1430fd9262b50a707 Signed VAA:
Decoded VAA:
|
Beta Was this translation helpful? Give feedback.
Looks like you got bit by a bug in wormholebridge.com - the destination token account wasn't created, but the lockup was. Wormhole itself correctly processed the transfer, but the tx failed on Solana since the account specified as the destination does not exist: https://explorer.solana.com/address/5PSFisN1TxJ6hih4DDUhCtfwLNUtTvCK8xLbtjDQtX4m
You need to reach out to the wormholebridge.com team so they can help you create the missing token account, then we can resubmit the VAA: https://github.com/solana-labs/oyster/issues
(
412e148131f84affa4c74438df5a1db7149124ad31dc22c4a14ff3b490aeb2fa
decodes to5PSFisN1TxJ6hih4DDUhCtfwLNUtTvCK8xLbtjDQtX4m
).Digest: dacba2e1e474824e9fe7bfd448720f5d255d1…