From 39736247538d30157a7e4764b6fa87b910007c0e Mon Sep 17 00:00:00 2001 From: Mr Heed <33978311+mrheed@users.noreply.github.com> Date: Sat, 14 Sep 2024 12:41:29 +0700 Subject: [PATCH] feat: add aldebaranode endpoints (#130) --- docs/story-protocol/endpoints.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/story-protocol/endpoints.mdx b/docs/story-protocol/endpoints.mdx index ed4d52f..e888822 100644 --- a/docs/story-protocol/endpoints.mdx +++ b/docs/story-protocol/endpoints.mdx @@ -95,6 +95,11 @@ https://api-story.ongtrong.xyz # Cosmos REST API #### shachopra: ```bash https://story-testnet-api.shachopra.com # Cosmos REST API +``` + +#### Aldebaranode: +```bash +https://api-story-testnet.aldebaranode.xyz # Cosmos REST API ``` @@ -216,6 +221,12 @@ https://evm-rpc-story.ongtrong.xyz # EVM JSON-RPC ```bash https://story-testnet-rpc.shachopra.com # Cosmos RPC https://story-testnet-jsonrpc.shachopra.com # EVM JSON-RPC +``` + +#### Aldebaranode: +```bash +https://rpc-story-testnet.aldebaranode.xyz # Cosmos RPC +https://rpc-storyevm-testnet.aldebaranode.xyz # EVM JSON-RPC ``` @@ -296,6 +307,12 @@ wss://story-endpoint-websocket.shachopra.com # EVM WSS ```bash wss://story-testnet-rpc.daaps-j4ran.cloud/websocket # Cosmos WSS wss://story-testnet-wss.daaps-j4ran.cloud # EVM WSS +``` + +#### Aldebaranode: +```bash +wss://ws-story-testnet.aldebaranode.xyz # Cosmos WSS +wss://ws-storyevm-testnet.aldebaranode.xyz # EVM WSS ```