Is the idl used for pumpswap sdk correct? If so, is there any specific version of solana, anchor, and web3 for that? #3658
Replies: 1 comment
-
Hello @bestselection18. It is best to reach out to the SDK owners on their repo to manage updates on an IDL, not the anchor repository. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying to use pumpswap sdk for token buy and sell functionality.
I have usde this repo's pumpswap sdk: https://github.com/outsmartchad/pumpswap-sdk/blob/main/package.json
But I got error when I try to use the IDL.
I think the IDL is not correct or there is specific module version for this:
I am using this version:
solana-cli 1.17.34,
"@coral-xyz/anchor": "^0.30.1",
"@solana/web3.js": "^1.98.0",
Plz let me know the solution to use pumpswap sdk correctly if you have experience in using that sdk
Thanks
Beta Was this translation helpful? Give feedback.
All reactions