Tokens stuck using Wormhole (SOL to ETH) #447
-
The transaction shows as success sending wLuna from SOL to ETH; however, it failed at the last step. Here is the solana transaction signature: 65P7myte3qXddxBdGFbCEzsWqvPUbozmv8tPou4tMMqh6i7JHL746yf5uRHWvVzsVDceB7p6zYbT5G2MtHC1tpqs Can you help get the VAA information so i can resubmit in my wallet? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The transaction was successfully processed by the Wormhole network, but the client-side transaction submission may have failed. Try clearing your cache and reloading https://v1.wormholebridge.com to see if the transaction can be completed there. Make sure both wallets are connected, and select both tokens from the picker. If v1.wormholebridge.com doesn't work, you can manually submit the signed VAA bytes below to the submitVAA method on the Wormhole contract: https://etherscan.io/address/0xf92cd566ea4864356c5491c177a430c222d7e678#writeContract Note that Wormhole v2 was recently launched on wormholebridge.com, which fixes the bug you encountered! You will still have to use v1 to complete your in-progress transfer. You can also try using the third-party https://www.interstellar.tk site to retry your VAA submission. Digest (for reference only): 6fefd34e9f730584359537fb06a76c70ea3b56d0e3ecc36eddabcd0deda5ae7d Signed VAA bytes to submit to the contract:
|
Beta Was this translation helpful? Give feedback.
The transaction was successfully processed by the Wormhole network, but the client-side transaction submission may have failed. Try clearing your cache and reloading https://v1.wormholebridge.com to see if the transaction can be completed there. Make sure both wallets are connected, and select both tokens from the picker.
If v1.wormholebridge.com doesn't work, you can manually submit the signed VAA bytes below to the submitVAA method on the Wormhole contract: https://etherscan.io/address/0xf92cd566ea4864356c5491c177a430c222d7e678#writeContract
Note that Wormhole v2 was recently launched on wormholebridge.com, which fixes the bug you encountered! You will still have to use v1 to complete y…