Skip to content

Commit

Permalink
fix suffix change
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscip authored Nov 3, 2023
1 parent 18f8f4a commit 5e5c297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/validator/compile-and-run-a-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ To note, a ping also updates the staking balances for your delegators. A ping sh
Deposit token to a pool (can be done using any account, not necessary the one created/used in steps above):
```bash
$ near call <staking_pool_id> deposit_and_stake --amount <amount> --accountId <accountId>.mainnet --gas=300000000000000
$ near call <staking_pool_id> deposit_and_stake --amount <amount> --accountId <accountId>.testnet --gas=300000000000000
```
#### Ping
Expand Down

0 comments on commit 5e5c297

Please sign in to comment.