Skip to content

Commit

Permalink
Merge branch 'main' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
redwest88 committed Sep 12, 2024
2 parents 54fdf54 + bab5aff commit a03e6b0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
28 changes: 28 additions & 0 deletions docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ 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
````

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

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

Expand Down Expand Up @@ -130,6 +140,18 @@ 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 @@ -142,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
6 changes: 6 additions & 0 deletions docs/story-protocol/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ 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
```

#### ITRocket:
```bash
https://itrocket.net/services/testnet/story/#snap # story and geth snapshot
Expand Down
2 changes: 1 addition & 1 deletion docs/story-protocol/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ To contribute your own resource, simply click on **Edit this page** at the botto
| [Archive Infra and Snapshots](https://f5nodes.com) | Dedicated page that provides users with the latest Testnet archive snapshots, taken every 2 hours, as well as a public archive RPC endpoint. | [F5 Nodes](https://story.f5nodes.com) | 2024-09-11 |
| [RPC Scanner](https://itrocket.net/services/testnet/story/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [ITRocket](https://github.com/itrocket-am) | 2024-09-11 |
| [RPC Scanner](https://services.kjnodes.com/testnet/story/public-rpc) | The tool scan the network and produce a list of nodes that publish their RPC endpoints. | [kjnodes](https://github.com/kj89) | 2024-09-11 |

| [Peers Scanner](https://itrocket.net/services/testnet/story/#peers-scanner) | The tool scan the network and produce a list of peers with real-time uptime verification. | [ITRocket](https://github.com/itrocket-am) | 2024-09-12 |


0 comments on commit a03e6b0

Please sign in to comment.