From 653d47e07abd269b2646d97c44f646b615e0dbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=94=A5STAVR=F0=9F=94=A5?= <77785195+111STAVR111@users.noreply.github.com> Date: Fri, 4 Oct 2024 21:12:03 +0300 Subject: [PATCH] endpoints and Snapshot for Story (#137) * Update snapshot.md * Update endpoints.mdx --------- Co-authored-by: RedWest <71982739+redwest88@users.noreply.github.com> --- docs/story-protocol/endpoints.mdx | 19 ++++++++++++++++++- docs/story-protocol/sync/snapshot.md | 8 +++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/story-protocol/endpoints.mdx b/docs/story-protocol/endpoints.mdx index 78b19a82..82a181a6 100644 --- a/docs/story-protocol/endpoints.mdx +++ b/docs/story-protocol/endpoints.mdx @@ -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 ``` @@ -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 ``` @@ -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 ``` diff --git a/docs/story-protocol/sync/snapshot.md b/docs/story-protocol/sync/snapshot.md index 0cde49b3..be8b4911 100644 --- a/docs/story-protocol/sync/snapshot.md +++ b/docs/story-protocol/sync/snapshot.md @@ -73,7 +73,7 @@ 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: @@ -81,3 +81,9 @@ https://utsa.gitbook.io/services/testnet/story-protocol/snapshot #archive story 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 +```