metaplex-foundation / metaplex

A directory of what the Metaplex Foundation works on!
https://metaplex.com
Apache License 2.0
3.31k stars 6.27k forks source link

Updating price on v1 machines doesn't work | Critical Bug #1576

Closed summerplaybook closed 2 years ago

summerplaybook commented 2 years ago

Running this command: ts-node candy-machine-v1-cli.js update_candy_machine -p .8 -k /path/to/key.json--env mainnet-beta

It returns success but when i then test with the minter it's still the old price

This is a critical bug. While I understand we should migrate to v2, for an existing candy machine this is a deal breaker.

Has anyone else ran into this / has a solution?

stegaBOB commented 2 years ago

Can you provide more details. Can you share the txid when you tried to change the price?

gbrads commented 2 years ago

i have the same problem, my candy machine is from early december too and i cant seem to update the mint price or actually any update command for the candy machine without errors.

summerplaybook commented 2 years ago

would still love a push addressing this

gbrads commented 2 years ago

@summerplaybook Same

stegaBOB commented 2 years ago

Sitting down to debug. sorry for the delay! Hopefully we can get this fixed by today.

stegaBOB commented 2 years ago

@summerplaybook @gbrads what shows when you run the show command?

stegaBOB commented 2 years ago

Can you run the show command @summerplaybook

stegaBOB commented 2 years ago

Are you minting from your treasury wallet?

stegaBOB commented 2 years ago

What is your mint site?

summerplaybook commented 2 years ago

just dm'd you it on twitter to minimize exploits (check your others if it's not appearing). But the solution should function for others.

stegaBOB commented 2 years ago

You are minting from your treasury wallet so the price is discounted for you (since you are essentially paying yourself). It works for any other wallet

stegaBOB commented 2 years ago

What solution are you talking about?