File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,8 @@ mina wallet send \
230230 expires)
231231- ` --fee-payer <PUBLIC_KEY> ` - Optional fee payer public key (default: sender
232232 pays)
233- - ` --network <NETWORK> ` - Network for signing: ` mainnet ` or ` testnet ` (default:
234- ` testnet ` )
233+ - ` --network <NETWORK> ` - Network for signing: ` mainnet ` or ` devnet ` (default:
234+ ` devnet ` )
235235- ` --node <URL> ` - Node GraphQL endpoint (default: ` http://localhost:3000 ` )
236236
237237### Environment variables
@@ -245,15 +245,15 @@ export MINA_NETWORK="mainnet"
245245
246246### Examples
247247
248- #### Send payment on testnet
248+ #### Send payment on devnet
249249
250250``` bash
251251mina wallet send \
252252 --from ./keys/my-wallet \
253253 --to B62qre3erTHfzQckNuibViWQGyyKwZseztqrjPZBv6SQF384Rg6ESAy \
254254 --amount 1000000000 \
255255 --fee 10000000 \
256- --network testnet
256+ --network devnet
257257```
258258
259259#### Send payment on mainnet with memo
@@ -330,11 +330,11 @@ When you send a payment, the CLI:
330330
331331The ` --network ` flag controls which network the transaction is signed for:
332332
333- - ` testnet ` - For development and testing (default)
333+ - ` devnet ` - For development and testing (default)
334334- ` mainnet ` - For production transactions
335335
336336** Important:** Make sure to use the correct network flag. A transaction signed
337- for testnet will not be valid on mainnet and vice versa.
337+ for devnet will not be valid on mainnet and vice versa.
338338
339339## Fee payer
340340
You can’t perform that action at this time.
0 commit comments