pumpdotfun-sdk icon indicating copy to clipboard operation
pumpdotfun-sdk copied to clipboard

Creation not working

Open lied2zero opened this issue 9 months ago • 10 comments

Updated fee address and still cant launch coins on pumpfun not sure what to do.

Anyone else figure it out yet ?

lied2zero avatar Mar 07 '25 23:03 lied2zero

can you try on devnet? It's interesting will it work there ? Because i am getting another error on devnet

Transaction simulation failed: Error processing Instruction 2: custom program error: 0x66.

gelinger777 avatar Mar 07 '25 23:03 gelinger777

I think the sdk is fully broken

lied2zero avatar Mar 07 '25 23:03 lied2zero

I'm having the same issue, do you know what changed?

LmingXie avatar Mar 08 '25 04:03 LmingXie

I dont use this sdk so not sure if there are any other fixes that need to be made but I can pr the creation logic changes to help folks out

frogwiftools avatar Mar 08 '25 05:03 frogwiftools

My problem is that the creator parameter is missing in the creator instruction.

      "args": [
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "symbol",
          "type": "string"
        },
        {
          "name": "uri",
          "type": "string"
        },
        {
          "name": "creator",
          "type": "pubkey"
        }
      ]

LmingXie avatar Mar 08 '25 05:03 LmingXie

yup, its in https://github.com/rckprtr/pumpdotfun-sdk/pull/87

frogwiftools avatar Mar 08 '25 05:03 frogwiftools

Also getting 0x66 error with code that worked previously. Something is broken

wfreq avatar Mar 08 '25 06:03 wfreq

yup, its in #87

Thank you sir nice work. Any chance you have the updated idl as well?

wfreq avatar Mar 08 '25 06:03 wfreq

for anyone still struggling check my repo i fixed the sdk you can fork or check code and install using npm

lied2zero avatar Mar 08 '25 06:03 lied2zero

when I apply the update, I get a "too many arguments" error. For example, instead of passing: Error: provided too many arguments example,example,[https://ipfs.io/ipfs/example,example,object Object] to instruction create expecting: name,symbol,uri

ftrabzon avatar Mar 08 '25 11:03 ftrabzon