Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy-MekongLabs committed Sep 13, 2024
2 parents 56ad1bf + 1e678e5 commit 3bdb172
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ https://lightnode-api-story.grandvalleys.com # Cosmos REST API
https://story-testnet-cosmos-rest.crouton.digital # Cosmos REST API
```

#### JosephTran:
```bash
https://api-story.josephtran.xyz # Cosmos REST API
```

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

Expand Down Expand Up @@ -183,6 +188,12 @@ https://lightnode-json-rpc-story.grandvalleys.com # EVM JSON-RPC
```bash
https://story-testnet-cosmos-rpc.crouton.digital # Cosmos RPC
https://story-testnet-evm-rpc.crouton.digital # EVM JSON-RPC
```

#### JosephTran:
```bash
https://rpc-story.josephtran.xyz # Cosmos RPC
https://evm-rpc-story.josephtran.xyz # EVM JSON RPC
```

</TabItem>
Expand Down Expand Up @@ -223,7 +234,13 @@ wss://lightnode-wss-story.grandvalleys.com # EVM WSS
wss://story-testnet-cosmos-ws.crouton.digital/websocket # Cosmos WSS
wss://story-testnet-evm-ws.crouton.digital # EVM WSS
```


#### JosephTran:
```bash
wss://rpc-story.josephtran.xyz/websocket # Cosmos WSS
wss://wss-story.josephtran.xyz # EVM WSS
```

#### Mekong Labs:
```bash
wss://story-testnet-rpc.mekonglabs.tech/websocket # Cosmos WSS
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 @@ -64,3 +64,9 @@ https://snapshot.tech-coha05.xyz/Story_snapshot.lz4 # story snapshot
```bash
https://itrocket.net/services/testnet/story/#snap # story and geth snapshot
```

#### JosephTran:
```bash
https://vps7.josephtran.xyz/Story/Geth_snapshot.lz4 # geth snapshot
https://vps7.josephtran.xyz/Story/Story_snapshot.lz4 # story snapshot
```

0 comments on commit 3bdb172

Please sign in to comment.