Skip to content

Commit

Permalink
feat: add aldebaranode endpoints (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrheed committed Sep 14, 2024
1 parent 128ca8c commit 3973624
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 @@ -95,6 +95,11 @@ https://api-story.ongtrong.xyz # Cosmos REST API
#### shachopra:
```bash
https://story-testnet-api.shachopra.com # Cosmos REST API
```

#### Aldebaranode:
```bash
https://api-story-testnet.aldebaranode.xyz # Cosmos REST API
```

</TabItem>
Expand Down Expand Up @@ -216,6 +221,12 @@ https://evm-rpc-story.ongtrong.xyz # EVM JSON-RPC
```bash
https://story-testnet-rpc.shachopra.com # Cosmos RPC
https://story-testnet-jsonrpc.shachopra.com # EVM JSON-RPC
```

#### Aldebaranode:
```bash
https://rpc-story-testnet.aldebaranode.xyz # Cosmos RPC
https://rpc-storyevm-testnet.aldebaranode.xyz # EVM JSON-RPC
```

</TabItem>
Expand Down Expand Up @@ -296,6 +307,12 @@ wss://story-endpoint-websocket.shachopra.com # EVM WSS
```bash
wss://story-testnet-rpc.daaps-j4ran.cloud/websocket # Cosmos WSS
wss://story-testnet-wss.daaps-j4ran.cloud # EVM WSS
```

#### Aldebaranode:
```bash
wss://ws-story-testnet.aldebaranode.xyz # Cosmos WSS
wss://ws-storyevm-testnet.aldebaranode.xyz # EVM WSS
```

</TabItem>
Expand Down

0 comments on commit 3973624

Please sign in to comment.