Skip to content

Commit e8bebb0

Browse files
committed
fix: add proper seeds
1 parent 795c91e commit e8bebb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/state-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ curl https://raw.githubusercontent.com/fetchai/genesis-fetchhub/fetchhub-4/fetch
7777
and start the node using the seeds from the chain-registry:
7878

7979
```bash
80-
fetchd start --p2p.seeds=$(curl -s https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/chain.json | jq -r '[foreach .peers.seeds[] as $item (""; "\($item.id)@\($item.address)")] | join(",")')
80+
fetchd start --p2p.seeds="17693da418c15c95d629994a320e2c4f51a8069b@connect-fetchhub.fetch.ai:36456,a575c681c2861fe945f77cb3aba0357da294f1f2@connect-fetchhub.fetch.ai:36457,d7cda986c9f59ab9e05058a803c3d0300d15d8da@connect-fetchhub.fetch.ai:36458"
8181
```
8282

8383
After the node initialized, it will start searching for available snapshots, and it should print log messages similar to:

0 commit comments

Comments
 (0)