diff --git a/docs/story-protocol/endpoints.mdx b/docs/story-protocol/endpoints.mdx index ca19953..5413c8c 100644 --- a/docs/story-protocol/endpoints.mdx +++ b/docs/story-protocol/endpoints.mdx @@ -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 +``` + @@ -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 +``` + @@ -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 ``` diff --git a/docs/story-protocol/sync/snapshot.md b/docs/story-protocol/sync/snapshot.md index 65ce768..fb48125 100644 --- a/docs/story-protocol/sync/snapshot.md +++ b/docs/story-protocol/sync/snapshot.md @@ -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 diff --git a/docs/story-protocol/useful-tools/other-tools.md b/docs/story-protocol/useful-tools/other-tools.md index 0ac22d3..8437a29 100644 --- a/docs/story-protocol/useful-tools/other-tools.md +++ b/docs/story-protocol/useful-tools/other-tools.md @@ -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 |