From d9ca368709ac033f37e86da1855f7dc56d8b5a2f Mon Sep 17 00:00:00 2001 From: Adam Stone <97986246+ACStoneCL@users.noreply.github.com> Date: Thu, 18 Jul 2024 08:24:08 -0400 Subject: [PATCH] Update source/docs/casper/developers/cli/sending-transactions.md Co-authored-by: Iulia Popescu --- source/docs/casper/developers/cli/sending-transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/casper/developers/cli/sending-transactions.md b/source/docs/casper/developers/cli/sending-transactions.md index 0b4b947908..c232f480fc 100644 --- a/source/docs/casper/developers/cli/sending-transactions.md +++ b/source/docs/casper/developers/cli/sending-transactions.md @@ -49,7 +49,7 @@ casper-client put-txn session\ --secret-key | --initiator-address ``` -1. `node-address` - An IP address of a peer on the network. The default port of nodes' JSON-RPC servers on Mainnet and Testnet is 7777. You can find a list of trusted peers in network's configuration file, `config.toml`. Here is an [example](https://github.com/casper-network/casper-node/blob/dev/resources/production/config-example.toml#L131). You may send transactions to one of the trusted nodes or use them to query other online nodes. +1. `node-address` - An IP address of a peer on the network. The default port of the sidecar's JSON-RPC server on Mainnet and Testnet is 7777. You can find a list of trusted peers in network's configuration file, `config.toml`. Here is an [example](https://github.com/casper-network/casper-node/blob/dev/resources/production/config-example.toml#L131). You may send transactions to one of the trusted nodes or use them to query other online nodes. 2. `chain-name` - The chain-name to the network where you wish to send the Transaction. For Mainnet, use *casper*. For Testnet, use *casper-test*. As you can see, this example uses the Testnet 3. `transaction-path` - The path to the contract Wasm, which should point to wherever you compiled the contract (.wasm file) on your computer 4. `session-entry-point` - Name of the method that will be used when calling the session contract