File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ rm ~/.injectived/config/genesis.json
88
992 . Download and apply new genesis
1010```
11- aws s3 cp s3://injective-snapshots/testnet/genesis.json .
11+ aws s3 cp s3://injective-snapshots/testnet/genesis.json . --no-sign-request
1212sha256sum genesis.json
1313a4abe4e1f5511d4c2f821c1c05ecb44b493eec185c0eec13b1dcd03d36e1a779
1414mv genesis.json ~/.injectived/config/
@@ -25,4 +25,4 @@ sudo mv libwasmvm.x86_64.so /usr/lib
25253 . Restart chain
2626```
2727sudo systemctl restart injectived
28- ```
28+ ```
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ external_address = ""
212212seeds = " "
213213
214214# Comma separated list of nodes to keep persistent connections to
215- persistent_peers = " 0a2af0f999b08ccaf8825198d9aafb8b947c003f@k8s.testnet.p2p.injective.network :26656, d0c2407f4b1cef137d9d3ada69478234ad2a28f4@k8s.testnet.p2p.injective.network :26656"
215+ persistent_peers = " 0a2af0f999b08ccaf8825198d9aafb8b947c003f@34.73.57.164 :26656,d0c2407f4b1cef137d9d3ada69478234ad2a28f4@34.73.57.164 :26656"
216216
217217# UPNP port forwarding
218218upnp = false
@@ -425,4 +425,4 @@ prometheus_listen_addr = ":26660"
425425max_open_connections = 3
426426
427427# Instrumentation namespace
428- namespace = " tendermint"
428+ namespace = " tendermint"
You can’t perform that action at this time.
0 commit comments