integration wormhole-sdk for eth->sol transferring #550
Replies: 2 comments
-
Hi @evgeniy-scherbina. Looks like you're getting an error from Solana - InvalidAccountData - is it possible you're passing the wrong account somewhere? I should have some integration tests ready in the next day or two that should help clear up how to get something like this working 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@evgeniy-scherbina here are those integration tests I mentioned, maybe referencing these will help? https://github.com/certusone/wormhole/blob/dev.v2/sdk/js/src/token_bridge/__tests__/integration.ts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, guys I'm trying to integrate wormhole-SDK in my project, based on this examples, but get stuck
https://github.com/certusone/wormhole/tree/dev.v2/sdk/js#ethereum-to-solana
https://github.com/certusone/wormhole/tree/dev.v2/sdk/js#ethereum-to-solana-1
now I'm talking specifically about attesting & transferring ERC20 tokens from ETH to SOLANA
I was able to attest ERC 20 token, but still cannot transfer
This is my current implementation https://github.com/SatorNetwork/wormhole-integration/blob/master/index.js
I've encountered error on latest step
https://github.com/SatorNetwork/wormhole-integration/blob/master/index.js#L208-L230
This is the error
Beta Was this translation helpful? Give feedback.
All reactions