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 ```