Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update shachopra endpoints.mdx #128

Merged
merged 3 commits into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ https://api-story.josephtran.xyz # Cosmos REST API
#### StraiveVN:
```bash
https://api-story.ongtrong.xyz # Cosmos REST API
```

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

</TabItem>
Expand Down Expand Up @@ -205,6 +210,12 @@ https://evm-rpc-story.josephtran.xyz # EVM JSON-RPC
```bash
https://https://rpc-story.ongtrong.xyz # Cosmos RPC
https://evm-rpc-story.ongtrong.xyz # EVM JSON-RPC
```

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

</TabItem>
Expand Down Expand Up @@ -273,6 +284,12 @@ ws://story-evm-ws.xxxigm.xyz # EVM WSS
```bash
wss://rpc-story.ongtrong.xyz/websocket # Cosmos WSS
wss://wss-story.ongtrong.xyz # EVM WSS
```

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

</TabItem>
Expand Down
Loading