Skip to content

Commit 5a6862a

Browse files
committed
fix: cloudflare email escape on seeds
1 parent 74fa4fb commit 5a6862a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/state-sync.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,11 @@ curl https://raw.githubusercontent.com/fetchai/genesis-fetchhub/fetchhub-4/fetch
7676

7777
and start the node using the seeds from the chain-registry:
7878

79+
<!--email_off-->
7980
```bash
8081
fetchd start --p2p.seeds="17693da418c15c95d629994a320e2c4f51a8069b@connect-fetchhub.fetch.ai:36456,a575c681c2861fe945f77cb3aba0357da294f1f2@connect-fetchhub.fetch.ai:36457,d7cda986c9f59ab9e05058a803c3d0300d15d8da@connect-fetchhub.fetch.ai:36458"
8182
```
83+
<!--/email_off-->
8284

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

0 commit comments

Comments
 (0)