Skip to content

Commit

Permalink
Add Coha05 wss for both cosmos and evm! (#125)
Browse files Browse the repository at this point in the history
* Update Coha05 endpoints.mdx

* add Coha05 snapshot

* Update endpoints.mdx

---------

Co-authored-by: RedWest <71982739+redwest88@users.noreply.github.com>
  • Loading branch information
Coha05 and redwest88 authored Sep 13, 2024
1 parent b6d206f commit 8376396
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<Tabs>
<TabItem value="api" label="API" default>
Expand Down Expand Up @@ -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
```

</TabItem>
Expand All @@ -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
Expand Down Expand Up @@ -253,6 +258,5 @@ ws://story-cosmos-rpc.xxxigm.xyz/websocket # Cosmos WSS
ws://story-evm-ws.xxxigm.xyz # EVM WSS
```


</TabItem>
</Tabs>
2 changes: 1 addition & 1 deletion docs/story-protocol/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
```

0 comments on commit 8376396

Please sign in to comment.