File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,14 @@ <h3 id="sign-all"><a class="header" href="#sign-all">Sign All</a></h3>
383
383
< h4 id ="usage-7 "> < a class ="header " href ="#usage-7 "> Usage</ a > </ h4 >
384
384
< pre > < code class ="language-bash "> metaboss sign all --keypair <PATH_TO_KEYPAIR> --candy-machine-id <CANDY_MACHINE_ID>
385
385
</ code > </ pre >
386
+ < p > < strong > For candy machine v2, you can add the < code > --v2</ code > option when using it with candy machine id.</ strong >
387
+ Candy machine v2 has a separate creator id from the candy machine account id. </ p >
388
+ < pre > < code class ="language-bash "> metaboss sign all --keypair <PATH_TO_KEYPAIR> --candy-machine-id <CANDY_MACHINE_ID> --v2
389
+ </ code > </ pre >
390
+ < p > or you can use the candy machine creator id which will be the first creator in the creators array.</ p >
391
+ < pre > < code class ="language-bash "> metaboss sign all --keypair <PATH_TO_KEYPAIR> --candy-machine-id <FIRST_CREATOR>
392
+ </ code > </ pre >
393
+ < p > With a mint acconts JSON list:</ p >
386
394
< pre > < code class ="language-bash "> metaboss sign all --keypair <PATH_TO_KEYPAIR> --mint-accounts-file <PATH_TO_MINT_ACCOUNTS_FILE>
387
395
</ code > </ pre >
388
396
< p > For the latter usage, the mint accounts file should be a JSON file with a list of mint accounts to be signed:</ p >
Original file line number Diff line number Diff line change @@ -156,6 +156,14 @@ <h3 id="sign-all"><a class="header" href="#sign-all">Sign All</a></h3>
156
156
< h4 id ="usage-1 "> < a class ="header " href ="#usage-1 "> Usage</ a > </ h4 >
157
157
< pre > < code class ="language-bash "> metaboss sign all --keypair <PATH_TO_KEYPAIR> --candy-machine-id <CANDY_MACHINE_ID>
158
158
</ code > </ pre >
159
+ < p > < strong > For candy machine v2, you can add the < code > --v2</ code > option when using it with candy machine id.</ strong >
160
+ Candy machine v2 has a separate creator id from the candy machine account id. </ p >
161
+ < pre > < code class ="language-bash "> metaboss sign all --keypair <PATH_TO_KEYPAIR> --candy-machine-id <CANDY_MACHINE_ID> --v2
162
+ </ code > </ pre >
163
+ < p > or you can use the candy machine creator id which will be the first creator in the creators array.</ p >
164
+ < pre > < code class ="language-bash "> metaboss sign all --keypair <PATH_TO_KEYPAIR> --candy-machine-id <FIRST_CREATOR>
165
+ </ code > </ pre >
166
+ < p > With a mint acconts JSON list:</ p >
159
167
< pre > < code class ="language-bash "> metaboss sign all --keypair <PATH_TO_KEYPAIR> --mint-accounts-file <PATH_TO_MINT_ACCOUNTS_FILE>
160
168
</ code > </ pre >
161
169
< p > For the latter usage, the mint accounts file should be a JSON file with a list of mint accounts to be signed:</ p >
You can’t perform that action at this time.
0 commit comments