diff --git a/docs/story-protocol/endpoints.mdx b/docs/story-protocol/endpoints.mdx index 4779e4d..809a6c6 100644 --- a/docs/story-protocol/endpoints.mdx +++ b/docs/story-protocol/endpoints.mdx @@ -85,6 +85,11 @@ https://story-testnet-cosmos-rest.crouton.digital # Cosmos REST API #### JosephTran: ```bash https://api-story.josephtran.xyz # Cosmos REST API +``` + +#### StraiveVN: +```bash +https://api-story.ongtrong.xyz # Cosmos REST API ``` @@ -196,6 +201,12 @@ https://rpc-story.josephtran.xyz # Cosmos RPC https://evm-rpc-story.josephtran.xyz # EVM JSON-RPC ``` +#### StraiveVN: +```bash +https://https://rpc-story.ongtrong.xyz # Cosmos RPC +https://evm-rpc-story.ongtrong.xyz # EVM JSON-RPC +``` + @@ -256,6 +267,12 @@ wss://story-testnet-evm-wss.mekonglabs.tech # EVM WSS ```bash ws://story-cosmos-rpc.xxxigm.xyz/websocket # Cosmos WSS ws://story-evm-ws.xxxigm.xyz # EVM WSS +``` + +#### StraiveVN: +```bash +wss://rpc-story.ongtrong.xyz/websocket # Cosmos WSS +wss://wss-story.ongtrong.xyz # EVM WSS ```