From 1e678e5daf7fa4820eb48cab8bbed9642ac0fbfc Mon Sep 17 00:00:00 2001 From: Joseph Tran <115780760+Josephtran102@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:55:10 +0700 Subject: [PATCH] JosephTran | Contribute Endpoint & Snapshot (#119) * Update JosephTran snapshot.md * Update JosephTRan endpoints.mdx * 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 | 6 ++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/story-protocol/endpoints.mdx b/docs/story-protocol/endpoints.mdx index 9aaf9830..615cc723 100644 --- a/docs/story-protocol/endpoints.mdx +++ b/docs/story-protocol/endpoints.mdx @@ -82,6 +82,11 @@ https://lightnode-api-story.grandvalleys.com # Cosmos REST API https://story-testnet-cosmos-rest.crouton.digital # Cosmos REST API ``` +#### JosephTran: +```bash +https://api-story.josephtran.xyz # Cosmos REST API +``` + @@ -183,6 +188,12 @@ https://lightnode-json-rpc-story.grandvalleys.com # EVM JSON-RPC ```bash https://story-testnet-cosmos-rpc.crouton.digital # Cosmos RPC https://story-testnet-evm-rpc.crouton.digital # EVM JSON-RPC +``` + +#### JosephTran: +```bash +https://rpc-story.josephtran.xyz # Cosmos RPC +https://evm-rpc-story.josephtran.xyz # EVM JSON RPC ``` @@ -223,6 +234,12 @@ wss://lightnode-wss-story.grandvalleys.com # EVM WSS wss://story-testnet-cosmos-ws.crouton.digital/websocket # Cosmos WSS wss://story-testnet-evm-ws.crouton.digital # EVM WSS ``` - + +#### JosephTran: +```bash +wss://rpc-story.josephtran.xyz/websocket # Cosmos WSS +wss://wss-story.josephtran.xyz # EVM WSS +``` + diff --git a/docs/story-protocol/sync/snapshot.md b/docs/story-protocol/sync/snapshot.md index fb48125a..47243b0b 100644 --- a/docs/story-protocol/sync/snapshot.md +++ b/docs/story-protocol/sync/snapshot.md @@ -64,3 +64,9 @@ https://snapshot.tech-coha05.xyz/Story_snapshot.lz4 # story snapshot ```bash https://itrocket.net/services/testnet/story/#snap # story and geth snapshot ``` + +#### JosephTran: +```bash +https://vps7.josephtran.xyz/Story/Geth_snapshot.lz4 # geth snapshot +https://vps7.josephtran.xyz/Story/Story_snapshot.lz4 # story snapshot +```