Skip to content

Commit

Permalink
update peers-seeds.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
redwest88 authored Nov 5, 2024
1 parent ccc421b commit ed96807
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/story-protocol/sync/peers-seeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Copy and run the commands below to add your peers into `config.toml`. These are
:::

import LivePeers from '@site/src/components/LivePeers';
import BooleanDisplay from '@site/src/components/PeersActiveSet';

export let home = 'story/story';

Expand All @@ -21,10 +22,12 @@ export let binary = 'story';

## Validator peers

F5 Nodes:
```bash
Validator address:
P2P Peer:
Peer ID:
Validator address: storyvaloper1cu3ua6279lk9w2kxlulzr2ttyzpxd5hytyfc4y
P2P Peer: 448ac8686fa2448fdf7436ee0633f3bf4aecc417@story-testnet-peer.f5nodes.com:10156
Peer ID: 448ac8686fa2448fdf7436ee0633f3bf4aecc417
In Active Set: <BooleanDisplay value={false} />
```

## Seed nodes:
Expand All @@ -42,8 +45,4 @@ Mandragora:
enode://3cf3215bf1a9516fb038bf9217fa149d3a5a7dcc8e3f6b34d3964c3e631af828c6cdad1627acc397db35df8e6a1efb2c597b2c7f1820a56b20956b93a45de5a6@story-geth.mandragora.io:30303
```

import BooleanDisplay from '@site/src/components/PeersActiveSet';

<BooleanDisplay value={true} />


0 comments on commit ed96807

Please sign in to comment.