Skip to content

Commit 3c3f7f1

Browse files
Merge pull request #2 from InjectiveLabs/f/corfu-small-fixes
Corfu small fixes
2 parents 9d84113 + 25bbf04 commit 3c3f7f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

corfu/70001/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rm ~/.injectived/config/genesis.json
88

99
2. 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
1212
sha256sum genesis.json
1313
a4abe4e1f5511d4c2f821c1c05ecb44b493eec185c0eec13b1dcd03d36e1a779
1414
mv genesis.json ~/.injectived/config/
@@ -25,4 +25,4 @@ sudo mv libwasmvm.x86_64.so /usr/lib
2525
3. Restart chain
2626
```
2727
sudo systemctl restart injectived
28-
```
28+
```

corfu/70001/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ external_address = ""
212212
seeds = ""
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
218218
upnp = false
@@ -425,4 +425,4 @@ prometheus_listen_addr = ":26660"
425425
max_open_connections = 3
426426

427427
# Instrumentation namespace
428-
namespace = "tendermint"
428+
namespace = "tendermint"

0 commit comments

Comments
 (0)