wormhole-foundation / native-token-transfers

Open, flexible, and composable framework for transferring tokens across blockchains without liquidity pools
Other
22 stars 40 forks source link

solana: check in IDL #429

Closed kcsongor closed 7 months ago

kcsongor commented 7 months ago

Needed this for https://github.com/wormhole-foundation/example-native-token-transfers/pull/428.

I see that the IDL stuff is already checked in (under different versions). Are those usable from within the sdk functions? I was a little surprised to see that the idl is copied outside of the solana folder.

It would be nice to consolidate and only have to have a single copy, so I'm happy to rework this.