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 authored Oct 4, 2024
2 parents 0e1cd9e + 6863852 commit df0269d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
23 changes: 20 additions & 3 deletions docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,16 @@ https://api-story-testnet.aldebaranode.xyz # Cosmos REST API
https://story-testnet-api.daaps-j4ran.cloud # Cosmos REST API
```

#### openbitlab:
```bash
https://story-testnet-api.openbitlab.com # Cosmos REST API
```

#### STAVR:
```bash
https://story.api-archive.t.stavr.tech:443 # Cosmos REST API
```

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

Expand Down Expand Up @@ -256,12 +261,18 @@ https://story-testnet-rpc.cumulo.me # Cosmos RPC
https://story-testnet-evm.cumulo.me # EVM JSON-RPC
```

#### openbitlab:
```bash
https://story-testnet-rpc.openbitlab.com # Cosmos RPC
https://story-testnet-jsonrpc.openbitlab.com # EVM JSON-RPC
```

#### STAVR:
```bash
https://story.rpc-archive.t.stavr.tech:443 # Cosmos RPC
https://story.evm.t.stavr.tech:443 # EVM JSON-RPC
```

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

Expand Down Expand Up @@ -353,7 +364,13 @@ wss://ws-storyevm-testnet.aldebaranode.xyz # EVM WSS
wss://story-testnet-rpc.cumulo.me/websocket # Cosmos WSS
wss://story-testnet-wss.cumulo.me # EVM WSS
```


#### openbitlab:
```bash
wss://story-testnet-rpc.openbitlab.com/websocket # Cosmos WSS
wss://story-testnet-wss.openbitlab.com # EVM WSS
```

#### STAVR:
```bash
wss://story.rpc-archive.t.stavr.tech/websocket # Cosmos WSS
Expand Down
1 change: 1 addition & 0 deletions docs/story-protocol/sync/addrbook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export let endpoints = [
'https://ss-t.story.nodestake.org/addrbook.json',
'https://snapshots.polkachu.com/testnet-addrbook/story/addrbook.json',
'https://support.synergynodes.com/addrbook/story_testnet/addrbook.json',
'https://story-testnet-snapshot.openbitlab.com/addrbook.json',
];

export let home = 'story/story';
Expand Down
12 changes: 9 additions & 3 deletions docs/story-protocol/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,17 @@ https://vps7.josephtran.xyz/Story/Story_snapshot.lz4 # story snapshot

#### lesnik | UTSA:
```bash
https://utsa.gitbook.io/services/testnet/story-protocol/snapshot #archive story and geth snapshot
https://utsa.gitbook.io/services/testnet/story-protocol/snapshot # archive story and geth snapshot
```

#### openbitlab:
```bash
https://story-testnet-snapshot.openbitlab.com/geth_latest.tar.lz4 # geth snapshot
https://story-testnet-snapshot.openbitlab.com/story_latest.tar.lz4 # story snapshot
```

#### STAVR:
```bash
https://stavr-team.gitbook.io/nodes-guides/testnets/story-network/statesync-snapshot #pruned story and geth snapshot
https://stavr-team.gitbook.io/nodes-guides/testnets/story-network/statesync-snapshot #archive story and geth snapshot
https://stavr-team.gitbook.io/nodes-guides/testnets/story-network/statesync-snapshot # pruned story and geth snapshot
https://stavr-team.gitbook.io/nodes-guides/testnets/story-network/statesync-snapshot # archive story and geth snapshot
```
1 change: 1 addition & 0 deletions docs/story-protocol/useful-tools/other-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ To contribute your own resource, simply click on **Edit this page** at the botto
| [Bash Node Manager](https://github.com/alikome/Story-protocol-node-tools) | This is a simple bash script to manage the Story node, it can (install, update, delete, apply the latest snapshot, and a lot more) in 1 click. | [Alikome](https://github.com/alikome/) | 2024-09-12 |
| [Story Testnet Tenderduty Dashboard](https://story-testnet-tenderduty.synergynodes.com) | Modified Tenderduty dashboard monitoring of all validators' status. | [Synergy Nodes](https://github.com/SynergyNodes) | 2024-09-13 |
| [Story Front-Chain Dashboard](https://story.frontchain.cumulo.pro/) | First modular front-end dashboard for Story nodes. | [Cumulo](https://cumulo.pro/) | 2024-09-19 |
| [Story Node Monitor](https://github.com/openbitlab/srvcheck) | Srvcheck helps you monitor blockchain nodes | [openbitlab](https://openbitlab.com/) | 2024-10-01 |

0 comments on commit df0269d

Please sign in to comment.