We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b874a6 commit 9d84113Copy full SHA for 9d84113
corfu/70001/README.md
@@ -2,13 +2,13 @@
2
1. Stop and reset chain data
3
```
4
sudo systemctl stop injectived
5
-injectived unsafe-reset-all
+injectived tendermint unsafe-reset-all
6
rm ~/.injectived/config/genesis.json
7
8
9
2. Download and apply new genesis
10
11
-wget aws s3 cp s3://injective-snapshots/testnet/genesis.json .
+aws s3 cp s3://injective-snapshots/testnet/genesis.json .
12
sha256sum genesis.json
13
a4abe4e1f5511d4c2f821c1c05ecb44b493eec185c0eec13b1dcd03d36e1a779
14
mv genesis.json ~/.injectived/config/
0 commit comments