Skip to content

Commit

Permalink
Update addrbook.mdx (#140)
Browse files Browse the repository at this point in the history
Enigma's address book
  • Loading branch information
Enigma-Validator authored Nov 13, 2024
1 parent 45c7712 commit 306be02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/story-protocol/sync/addrbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { addrBook } from '@site/src/components/SelectPaste/addrBook.ts';

export let endpoints = [
'https://server-5.itrocket.net/testnet/story/addrbook.json',
'https://services.enigma-validator.com/story-testnet/addrbook.json',
'https://snapshots.kjnodes.com/story-testnet/addrbook.json',
'https://snapshots.lavenderfive.com/testnet-addrbooks/story/addrbook.json',
'https://share102.utsa.tech/story/addrbook.json',
Expand All @@ -27,4 +28,4 @@ export let home = 'story/story';

export let binary = 'story';

<SelectPaste endpoints={endpoints} codeTemplate={addrBook} home={home} binary={binary} tip="Select an endpoint from the list below to automatically paste its URL into the command for updating your local AddrBook." />
<SelectPaste endpoints={endpoints} codeTemplate={addrBook} home={home} binary={binary} tip="Select an endpoint from the list below to automatically paste its URL into the command for updating your local AddrBook." />

0 comments on commit 306be02

Please sign in to comment.