-
Notifications
You must be signed in to change notification settings - Fork 61
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
Base send To Solana Stuck in VAA EMITTED, How can I solve #752
Comments
Solana send to Base is OK, but Base send to Solana always stuck, https://wormholescan.io/#/tx/2m5bnUvQHyag5QA8ot4QYGrMxreedSBk1YxixuHkybSAWf3M9FEXQxgJDiuoaTkvonrZtRh1ZraEZfgWJ3ufmWP?network=Mainnet such as this one. |
I changed this time for a long time and has a new error
|
|
https://wormholescan.io/#/tx/0x30db7fe6924efdf5ec534a535c72ff920b26ce47487cdd673832c1c676ae90ae
Sending ERC20 tokens from base to Solana, Wormhole will wait for about 20 minutes until the "VAA signed by wormhole guardians" status is reached, after which it will not proceed further.
and the cosole result is :
Retrying Wormholescan:GetVaaBytes, attempt 88/90
Retrying Wormholescan:GetVaaBytes, attempt 89/90
Transfer execution failed: Error: VAA not found
at TokenTransfer.fetchAttestation (/Users/apple/Downloads/binance/node_modules/@wormhole-foundation/sdk-connect/dist/cjs/protocols/tokenBridge/tokenTransfer.js:139:23)
at async executeManualTransfer (/Users/apple/Downloads/binance/src/strategies/worm.strategy.js:157:21)
at async executeTransfer (/Users/apple/Downloads/binance/src/strategies/worm.strategy.js:185:14)
at async startbridge (/Users/apple/Downloads/binance/src/strategies/worm.strategy.js:262:12)
at async testWormholeTransfer2 (/Users/apple/Downloads/binance/scripts/test-wormhole.js:78:24)
Error in bridge transfer: Error: VAA not found
at TokenTransfer.fetchAttestation (/Users/apple/Downloads/binance/node_modules/@wormhole-foundation/sdk-connect/dist/cjs/protocols/tokenBridge/tokenTransfer.js:139:23)
at async executeManualTransfer (/Users/apple/Downloads/binance/src/strategies/worm.strategy.js:157:21)
at async executeTransfer (/Users/apple/Downloads/binance/src/strategies/worm.strategy.js:185:14)
at async startbridge (/Users/apple/Downloads/binance/src/strategies/worm.strategy.js:262:12)
at async testWormholeTransfer2 (/Users/apple/Downloads/binance/scripts/test-wormhole.js:78:24)
Error during transfer: VAA not found
Stack trace: Error: VAA not found
The text was updated successfully, but these errors were encountered: