Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
redwest88 committed Sep 12, 2024
2 parents 194e54c + c97c121 commit e3b0e08
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,17 @@ https://story-testnet-api.polkachu.com # Cosmos REST API
```bash
https://story-testnet-api.synergynodes.com # Cosmos REST API
```
### Coha05

#### BlockHub:
```bash
https://story-testnet-api.blockhub.id # Cosmos REST API
````

#### Coha05:
```bash
https://api-story-testnet.tech-coha05.xyz # Cosmos REST API
```

</TabItem>
<TabItem value="rpc" label="RPC">

Expand Down Expand Up @@ -132,11 +139,19 @@ https://story-testnet-rpc.polkachu.com # Cosmos RPC
https://story-testnet-rpc.synergynodes.com # Cosmos RPC
https://story-testnet-evm.synergynodes.com # EVM JSON-RPC
```

#### BlockHub:
```bash
https://story-testnet-rpc.blockhub.id # Cosmos RPC
https://story-testnet-jsonrpc.blockhub.id # EVM JSON-RPC
```

#### Coha05:
```bash
https://story-cosmos-testnet-rpc.tech-coha05.xyz # Cosmos RPC
https://story-evm-testnet-rpc.tech-coha05.xyz # EVM JSON-RPC
```

</TabItem>
<TabItem value="WebSocket" label="WebSocket">

Expand All @@ -149,6 +164,12 @@ https://story-testnet-rpc.itrocket.net
```bash
wss://story-rpc.mandragora.io/websocket # Cosmos WSS
wss://story-wss.mandragora.io # EVM WSS
```

#### BlockHub:
```bash
wss://story-testnet-rpc.blockhub.id/websocket # Cosmos WSS
wss://story-testnet-wss.blockhub.id # EVM WSS
```

</TabItem>
Expand Down

0 comments on commit e3b0e08

Please sign in to comment.