From 5e5c29783c2082eeb853fd53b126d8721a2ed1c9 Mon Sep 17 00:00:00 2001 From: carloscip <98537833+carloscip@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:12:20 -0300 Subject: [PATCH] fix suffix change --- docs/validator/compile-and-run-a-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/validator/compile-and-run-a-node.md b/docs/validator/compile-and-run-a-node.md index bcf7473..5d4298a 100644 --- a/docs/validator/compile-and-run-a-node.md +++ b/docs/validator/compile-and-run-a-node.md @@ -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 deposit_and_stake --amount --accountId .mainnet --gas=300000000000000 +$ near call deposit_and_stake --amount --accountId .testnet --gas=300000000000000 ``` #### Ping