Skip to content

Commit

Permalink
endpoints and Snapshot for Story (#137)
Browse files Browse the repository at this point in the history
* Update snapshot.md

* Update endpoints.mdx

---------

Co-authored-by: RedWest <[email protected]>
  • Loading branch information
111STAVR111 and redwest88 authored Oct 4, 2024
1 parent 6863852 commit 653d47e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
19 changes: 18 additions & 1 deletion docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ https://story-testnet-api.daaps-j4ran.cloud # Cosmos REST API
#### openbitlab:
```bash
https://story-testnet-api.openbitlab.com # Cosmos REST API
```

#### STAVR:
```bash
https://story.api-archive.t.stavr.tech:443 # Cosmos REST API
```

</TabItem>
Expand Down Expand Up @@ -260,6 +265,12 @@ https://story-testnet-evm.cumulo.me # EVM JSON-RPC
```bash
https://story-testnet-rpc.openbitlab.com # Cosmos RPC
https://story-testnet-jsonrpc.openbitlab.com # EVM JSON-RPC
```

#### STAVR:
```bash
https://story.rpc-archive.t.stavr.tech:443 # Cosmos RPC
https://story.evm.t.stavr.tech:443 # EVM JSON-RPC
```

</TabItem>
Expand Down Expand Up @@ -353,11 +364,17 @@ wss://ws-storyevm-testnet.aldebaranode.xyz # EVM WSS
wss://story-testnet-rpc.cumulo.me/websocket # Cosmos WSS
wss://story-testnet-wss.cumulo.me # EVM WSS
```

#### openbitlab:
```bash
wss://story-testnet-rpc.openbitlab.com/websocket # Cosmos WSS
wss://story-testnet-wss.openbitlab.com # EVM WSS
```

#### STAVR:
```bash
wss://story.rpc-archive.t.stavr.tech/websocket # Cosmos WSS
wss://story.wss-archive.t.stavr.tech # EVM WSS
```

</TabItem>
Expand Down
8 changes: 7 additions & 1 deletion docs/story-protocol/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,17 @@ https://vps7.josephtran.xyz/Story/Story_snapshot.lz4 # story snapshot

#### lesnik | UTSA:
```bash
https://utsa.gitbook.io/services/testnet/story-protocol/snapshot #archive story and geth snapshot
https://utsa.gitbook.io/services/testnet/story-protocol/snapshot # archive story and geth snapshot
```

#### openbitlab:
```bash
https://story-testnet-snapshot.openbitlab.com/geth_latest.tar.lz4 # geth snapshot
https://story-testnet-snapshot.openbitlab.com/story_latest.tar.lz4 # story snapshot
```

#### STAVR:
```bash
https://stavr-team.gitbook.io/nodes-guides/testnets/story-network/statesync-snapshot # pruned story and geth snapshot
https://stavr-team.gitbook.io/nodes-guides/testnets/story-network/statesync-snapshot # archive story and geth snapshot
```

0 comments on commit 653d47e

Please sign in to comment.