Skip to content

Commit

Permalink
JosephTran | Contribute Endpoint & Snapshot (#119)
Browse files Browse the repository at this point in the history
* Update JosephTran snapshot.md

* Update JosephTRan endpoints.mdx

* Update endpoints.mdx

---------

Co-authored-by: RedWest <71982739+redwest88@users.noreply.github.com>
  • Loading branch information
Josephtran102 and redwest88 authored Sep 13, 2024
1 parent cf919ca commit 1e678e5
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,6 +234,12 @@ 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
```

</TabItem>
</Tabs>
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 1e678e5

Please sign in to comment.