Skip to content

Commit 86362f0

Browse files
committed
scripts v2.6
1 parent 184966b commit 86362f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ cat register-validator.json
227227
```
228228

229229
Faucet machine
230-
```bash
230+
```sh
231231
# do it from DEV machine with faucet key (or import user2 key to the validator host)
232232

233233
# 1 create a wallet, sends tokens to the wallet if needed
@@ -245,7 +245,7 @@ pushchaind query bank balances push1tjxdmycqua5j8f8y3j9ac5hn6cjhx2pgsaj6vs --cha
245245
pushchaind tx staking create-validator register-validator.json --chain-id test-push-chain --fees 50000npush --from user2 --node=tcp://pn1.dev.push.org:26657
246246
```
247247
New node
248-
```
248+
```sh
249249
# 3 restart the chain process
250250
ssh $REMOTE_HOST
251251
# stop if running

0 commit comments

Comments
 (0)