From ce26ba9d4f99483ce8d9bb1718007dbd2b4279e1 Mon Sep 17 00:00:00 2001 From: Andy 801 Burkovetsky Date: Mon, 20 Sep 2021 16:57:12 +0300 Subject: [PATCH] Update README.md I believe this description will be more correct. - I haven't seen such ID in `.cache/temp` - This is what work for me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 837897b70..0c0254d77 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This is a Solana account address. You can get the value for this from the `.cach REACT_APP_CANDY_MACHINE_ID=__PLACEHOLDER__ ``` -Same as above; this is a Solana account address. You can get the value for this from the `./cache/temp` file. This file is created when you run the `metaplex upload` command in terminal. +This is Candy Machine pubkey. You can get the value as a result of `metaplex create_candy_machine` command. ``` REACT_APP_TREASURY_ADDRESS=__PLACEHOLDER__