Skip to content

Commit

Permalink
added BlockHub (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
botxx15 authored Sep 12, 2024
1 parent 622e1df commit c97c121
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ https://story-testnet-api.polkachu.com # Cosmos REST API
https://story-testnet-api.synergynodes.com # Cosmos REST API
```

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

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

Expand Down Expand Up @@ -128,6 +133,12 @@ https://story-testnet-rpc.polkachu.com # Cosmos RPC
```bash
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
```

</TabItem>
Expand All @@ -142,6 +153,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 c97c121

Please sign in to comment.