Skip to content

Commit

Permalink
Add Coha05 endpoints and snapshot url (#111)
Browse files Browse the repository at this point in the history
* update Coha05 endpoints.mdx

* add Coha05 snapshot

---------

Co-authored-by: RedWest <71982739+redwest88@users.noreply.github.com>
  • Loading branch information
Coha05 and redwest88 committed Sep 12, 2024
1 parent c97c121 commit a3d4869
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
17 changes: 14 additions & 3 deletions docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,16 @@ https://story-testnet-api.polkachu.com # Cosmos REST API
https://story-testnet-api.synergynodes.com # Cosmos REST API
```

#### BlockHub
#### 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 @@ -135,12 +140,18 @@ https://story-testnet-rpc.synergynodes.com # Cosmos RPC
https://story-testnet-evm.synergynodes.com # EVM JSON-RPC
```

#### BlockHub
#### 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 @@ -155,7 +166,7 @@ wss://story-rpc.mandragora.io/websocket # Cosmos WSS
wss://story-wss.mandragora.io # EVM WSS
```

#### BlockHub
#### BlockHub:
```bash
wss://story-testnet-rpc.blockhub.id/websocket # Cosmos WSS
wss://story-testnet-wss.blockhub.id # EVM WSS
Expand Down
6 changes: 5 additions & 1 deletion docs/story-protocol/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@ https://snapshots.kjnodes.com/story-testnet/snapshot_latest_geth.tar.lz4 # geth
https://snapshots.mandragora.io/story_snapshot.lz4 # story snapshot
https://snapshots.mandragora.io/geth_snapshot.lz4 # geth snapshot
```

#### Coha05:
```bash
https://snapshot.tech-coha05.xyz/Geth_snapshot.lz4 # geth snapshot
https://snapshot.tech-coha05.xyz/Story_snapshot.lz4 # story snapshot
```

0 comments on commit a3d4869

Please sign in to comment.