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

Mint fee not updates after changing in config.json and runnig update_candy_machine #1351

Closed digz6666 closed 2 years ago

digz6666 commented 2 years ago

Describe the bug Mint fee not updates after changing in config.json and runnig update_candy_machine

To Reproduce Steps to reproduce the behavior:

  1. Create candy machine with price 0.1 SOL
  2. Mint 1 token -> costs 0.1 SOL
  3. Change mint price to 0.00001 SOL
  4. Run candy-machine-v2-cli.ts update_candy_machine -e devnet -k ~/.config/solana/devnet.json -cp candy_machine_config_dev.json -c dev
  5. Mint 1 more token -> costs 0.1 SOL, should cost 0.00001 SOL

Expected behavior After changing price adn run update_candy_machine it should update the mint cost

Desktop (please complete the following information):

samuelvanderwaal commented 2 years ago

Do you have a link to your Tx so I can see what the errors were?

github-actions[bot] commented 2 years ago

This Issue has received no activity for 30 days. We will close it in 2 days, please reopen if you are still experiencing this issue.

summerplaybook commented 2 years ago

Any solutions to this? Running into issues with the cli to update this

github-actions[bot] commented 2 years ago

This Issue has received no activity for 30 days. We will close it in 2 days, please reopen if you are still experiencing this issue.