diff --git a/docs/story-protocol/endpoints.mdx b/docs/story-protocol/endpoints.mdx index 809a6c6d..b5bab2d9 100644 --- a/docs/story-protocol/endpoints.mdx +++ b/docs/story-protocol/endpoints.mdx @@ -90,6 +90,11 @@ https://api-story.josephtran.xyz # Cosmos REST API #### StraiveVN: ```bash https://api-story.ongtrong.xyz # Cosmos REST API +``` + +#### shachopra: +```bash +https://story-testnet-api.shachopra.com # Cosmos REST API ``` @@ -205,6 +210,12 @@ https://evm-rpc-story.josephtran.xyz # EVM JSON-RPC ```bash https://https://rpc-story.ongtrong.xyz # Cosmos RPC https://evm-rpc-story.ongtrong.xyz # EVM JSON-RPC +``` + +#### shachopra: +```bash +https://story-testnet-rpc.shachopra.com # Cosmos RPC +https://story-testnet-jsonrpc.shachopra.com # EVM JSON-RPC ``` @@ -273,6 +284,12 @@ ws://story-evm-ws.xxxigm.xyz # EVM WSS ```bash wss://rpc-story.ongtrong.xyz/websocket # Cosmos WSS wss://wss-story.ongtrong.xyz # EVM WSS +``` + +#### shachopra: +```bash +wss://story-testnet-rpc.shachopra.com/websocket # Cosmos WSS +wss://story-endpoint-websocket.shachopra.com # EVM WSS ```