From 8376396d299dffc57e3c610b6f76dfc52af5dd24 Mon Sep 17 00:00:00 2001 From: Coha05 <119700026+Coha05@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:48:20 +0700 Subject: [PATCH 1/2] Add Coha05 wss for both cosmos and evm! (#125) * Update Coha05 endpoints.mdx * add Coha05 snapshot * Update endpoints.mdx --------- Co-authored-by: RedWest <71982739+redwest88@users.noreply.github.com> --- docs/story-protocol/endpoints.mdx | 12 ++++++++---- docs/story-protocol/sync/snapshot.md | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/story-protocol/endpoints.mdx b/docs/story-protocol/endpoints.mdx index aa9317ed..4779e4de 100644 --- a/docs/story-protocol/endpoints.mdx +++ b/docs/story-protocol/endpoints.mdx @@ -6,13 +6,13 @@ description: Endpoints import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# Endpoints — API / RPC / gRPC +# Endpoints — API / RPC / WebSocket > In the Cosmos SDK, the gRPC-gateway translates gRPC endpoints into RESTful ones, enabling users to interact via the REST API. This adaptation is essential for clients that don't natively support gRPC or HTTP2. > The RPC endpoint enables users to interact with Story's nodes, querying the node's state and transmitting transactions within the Story Network. -> The gRPC endpoint enables user interactions with a Story Node through the efficient gRPC framework. In the Cosmos SDK, this protocol is crucial for state queries and transaction broadcasts. +> The Cosmos WebSocket allows real-time monitoring of transaction confirmations, block updates, and state changes on Cosmos nodes, while the EVM WebSocket provides updates on new blocks, transactions, and smart contract events for the EVM chain. @@ -193,7 +193,7 @@ https://story-testnet-evm-rpc.crouton.digital # EVM JSON-RPC #### JosephTran: ```bash https://rpc-story.josephtran.xyz # Cosmos RPC -https://evm-rpc-story.josephtran.xyz # EVM JSON RPC +https://evm-rpc-story.josephtran.xyz # EVM JSON-RPC ``` @@ -216,6 +216,11 @@ wss://story-wss.mandragora.io # EVM WSS wss://story-testnet-rpc.blockhub.id/websocket # Cosmos WSS wss://story-testnet-wss.blockhub.id # EVM WSS ``` +#### Coha05: +```bash +wss://story-cosmos-testnet-rpc.tech-coha05.xyz/websocket # Cosmos WSS +wss://story-wss-evm.tech-coha05.xy # EVM WSS +``` #### OriginStake: ```bash @@ -253,6 +258,5 @@ ws://story-cosmos-rpc.xxxigm.xyz/websocket # Cosmos WSS ws://story-evm-ws.xxxigm.xyz # EVM WSS ``` - diff --git a/docs/story-protocol/sync/snapshot.md b/docs/story-protocol/sync/snapshot.md index 47243b0b..e5402e3b 100644 --- a/docs/story-protocol/sync/snapshot.md +++ b/docs/story-protocol/sync/snapshot.md @@ -69,4 +69,4 @@ https://itrocket.net/services/testnet/story/#snap # story and geth snapshot ```bash https://vps7.josephtran.xyz/Story/Geth_snapshot.lz4 # geth snapshot https://vps7.josephtran.xyz/Story/Story_snapshot.lz4 # story snapshot -``` +``` \ No newline at end of file From 1c712560ec0a6b82144318605933d93bca338b12 Mon Sep 17 00:00:00 2001 From: OngTronnnng <116233986+OngTronnnng@users.noreply.github.com> Date: Sat, 14 Sep 2024 00:50:49 +0700 Subject: [PATCH 2/2] Update endpoints.mdx (#126) Co-authored-by: RedWest <71982739+redwest88@users.noreply.github.com> --- 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 4779e4de..809a6c6d 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 ```