Skip to content

Commit

Permalink
Update endpoints.mdx (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
CroutonDigital committed Sep 13, 2024
1 parent 67f8d41 commit cf919ca
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/story-protocol/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ https://story-api-cosmos.originstake.com # Cosmos REST API
#### Grand Valley:
```bash
https://lightnode-api-story.grandvalleys.com # Cosmos REST API
```

#### CroutonDigital:
```bash
https://story-testnet-cosmos-rest.crouton.digital # Cosmos REST API
```

</TabItem>
Expand Down Expand Up @@ -172,6 +177,12 @@ https://story-evm-testnet-rpc.tech-coha05.xyz # EVM JSON-RPC
```bash
https://lightnode-rpc-story.grandvalleys.com # Cosmos RPC
https://lightnode-json-rpc-story.grandvalleys.com # EVM JSON-RPC
```

#### CroutonDigital:
```bash
https://story-testnet-cosmos-rpc.crouton.digital # Cosmos RPC
https://story-testnet-evm-rpc.crouton.digital # EVM JSON-RPC
```

</TabItem>
Expand Down Expand Up @@ -205,6 +216,12 @@ wss://story-wss01.originstake.com # EVM WSS
```bash
wss://lightnode-rpc-story.grandvalleys.com/websocket # Cosmos WSS
wss://lightnode-wss-story.grandvalleys.com # EVM WSS
```

#### CroutonDigital:
```bash
wss://story-testnet-cosmos-ws.crouton.digital/websocket # Cosmos WSS
wss://story-testnet-evm-ws.crouton.digital # EVM WSS
```

</TabItem>
Expand Down

0 comments on commit cf919ca

Please sign in to comment.