From bcce6dae9896910aa57ae4f279afe51579cc101a Mon Sep 17 00:00:00 2001 From: doodleoo <106701127+doodleoo3@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:53:35 +0300 Subject: [PATCH] Update endpoints.mdx --- docs/story-protocol/endpoints.mdx | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/story-protocol/endpoints.mdx b/docs/story-protocol/endpoints.mdx index b610ba5..d2502af 100644 --- a/docs/story-protocol/endpoints.mdx +++ b/docs/story-protocol/endpoints.mdx @@ -125,6 +125,13 @@ https://story.api-archive.t.stavr.tech:443 # Cosmos REST API #### OranG3cluB: ```bash https://storyapi.orang3club.tech # Cosmos REST API +``` + +#### DTEAM: +```bash +https://api.story.testnet.dteam.tech # Cosmos REST API +https://api-2.story.testnet.dteam.tech # Cosmos REST API +https://api-3.story.testnet.dteam.tech # Cosmos REST API ``` @@ -264,6 +271,17 @@ https://rpc-story.card3.ai # Cosmos RPC #### OranG3cluB: ```bash https://storyrpc.orang3club.tech # Cosmos RPC +``` + +#### DTEAM: +```bash +https://rpc.story.testnet.dteam.tech # Cosmos RPC +https://rpc-2.story.testnet.dteam.tech # Cosmos RPC +https://rpc-3.story.testnet.dteam.tech # Cosmos RPC + +https://evm-rpc.story.testnet.dteam.tech # EVM JSON-RPC +https://evm-rpc-2.story.testnet.dteam.tech # EVM JSON-RPC +https://evm-rpc-3.story.testnet.dteam.tech # EVM JSON-RPC ``` @@ -349,6 +367,17 @@ wss://story-testnet-wss.openbitlab.com # EVM WSS ```bash wss://story.rpc-archive.t.stavr.tech/websocket # Cosmos WSS wss://story.wss-archive.t.stavr.tech # EVM WSS +``` + +#### DTEAM: +```bash +wss://rpc.story.testnet.dteam.tech/websocket # Cosmos WSS +wss://rpc-2.story.testnet.dteam.tech/websocket # Cosmos WSS +wss://rpc-3.story.testnet.dteam.tech/websocket # Cosmos WSS + +wss://evm-rpc.wss.story.testnet.dteam.tech:443 # EVM WSS +wss://evm-rpc-2.wss.story.testnet.dteam.tech:443 # EVM WSS +wss://evm-rpc-3.wss.story.testnet.dteam.tech:443 # EVM WSS ```