Skip to content

Commit 9d84113

Browse files
committed
chore: fix testnet instructions
1 parent 0b874a6 commit 9d84113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

corfu/70001/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
1. Stop and reset chain data
33
```
44
sudo systemctl stop injectived
5-
injectived unsafe-reset-all
5+
injectived tendermint unsafe-reset-all
66
rm ~/.injectived/config/genesis.json
77
```
88

99
2. Download and apply new genesis
1010
```
11-
wget aws s3 cp s3://injective-snapshots/testnet/genesis.json .
11+
aws s3 cp s3://injective-snapshots/testnet/genesis.json .
1212
sha256sum genesis.json
1313
a4abe4e1f5511d4c2f821c1c05ecb44b493eec185c0eec13b1dcd03d36e1a779
1414
mv genesis.json ~/.injectived/config/

0 commit comments

Comments
 (0)