diff --git a/docs/story-protocol/endpoints.mdx b/docs/story-protocol/endpoints.mdx index c675afb2..a846a84a 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,7 +234,13 @@ 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 +``` + #### Mekong Labs: ```bash wss://story-testnet-rpc.mekonglabs.tech/websocket # Cosmos 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 +```