You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ Start by adding the following environment variables to your `.env` file:
136
136
**Optional variables:**
137
137
***`WALLET_ID`**: The wallet ID (can be used with versions below `v5r1`).
138
138
***`SUBWALLET_NUMBER`**: The subwallet number used to build the wallet ID (can be used with `v5r1` wallets).
139
+
***`WALLET_NETWORK_ID`**: Network ID used to build the wallet ID (v5 wallets). Defaults: `-3` testnet, `-239` mainnet and other networks (tetra, custom).
139
140
140
141
Once your environment is set up, you can use the mnemonic wallet for deployment with the appropriate configuration.
${chalk.cyan('--verifier')} - specifies the verifier ID to use (default: ${chalk.cyan('verifier.ton.org')})
171
170
${chalk.cyan('--list-verifiers')} - lists all available verifiers for the selected network (or both networks if none selected)
172
171
${chalk.cyan('--compiler-version')} - specifies the exact compiler version to use (e.g. ${chalk.cyan('0.4.4-newops.1')}). Note: this does not change the underlying compiler itself.
0 commit comments