Creation not working
Updated fee address and still cant launch coins on pumpfun not sure what to do.
Anyone else figure it out yet ?
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.
I think the sdk is fully broken
I'm having the same issue, do you know what changed?
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
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"
}
]
yup, its in https://github.com/rckprtr/pumpdotfun-sdk/pull/87
Also getting 0x66 error with code that worked previously. Something is broken
for anyone still struggling check my repo i fixed the sdk you can fork or check code and install using npm
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