solana-labs / oyster

oyster.vercel.app
Apache License 2.0
115 stars 127 forks source link

Please provide signed VAA bytes for stuck Wormhole transaction. #378

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi there,

Would appreciate some help, specially from leoluk, as I have seen him help and provide correct signed VAA bytes to others with similar issue.

I transferred wLUNA through the V1 Wormhole Bridge from Solana to Ethereum. It was successful on the Solana side, but I accidentally rejected the transaction on the Ethereum side. The wLUNA never got back to my Solana wallet and is stuck in the Wormhole.

The transaction: https://explorer.solana.com/tx/2wk6jHYbzzKTmkriJRrzjMX62fyDfBFruxn48iRTVfdqJN7dZ3eHfm2nLoDtnoZZHtQcfD4uyKYESBHu8rbcvL4y

I have seen that you can "Manually submit the signed VAA bytes to the submitVAA method on the Wormhole contract". But I don't know which signed VAA bytes to submit to the contract.

Could you please provide the correct signed VAA bytes for my transaction?

I would greatly appreciate your help. Thank you.

P.S.:

I have tried https://www.interstellar.tk/

but unfortunately, that does not work for me, as it gives me this log - "The target address doesn't match connected wallet, abort".

Is there a way to get around this?

bagz11 commented 3 years ago

try to write @hx8888979 (author of interstellar.tk) , maybe he can help . or try ask @leoluk

ghost commented 3 years ago

RESOLVED

Thank you @bagz11 , I wrote to @hx8888979 and they gave me the VAA for my transaction. I was then able to restore the transfer by submitting the VAA into the contract and afterwards I accepted the transaction in Metamask. It went through.

I am closing this issue.