Skip to content

Commit aac8df3

Browse files
committed
chore: update url for midnight node rpc
1 parent fb36737 commit aac8df3

7 files changed

Lines changed: 48 additions & 53 deletions

File tree

blockfrost-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ info:
278278
|---------|-----|----------|
279279
| **Midnight Indexer HTTP API** | `https://midnight-{network}.blockfrost.io/api/v0` | HTTP POST (GraphQL) |
280280
| **Midnight Indexer Subscriptions API** | `wss://midnight-{network}.blockfrost.io/api/v0/ws` | WebSocket |
281-
| **Midnight Node RPC** | `https://midnight-{network}.blockfrost.io/node` | JSON-RPC |
281+
| **Midnight Node RPC** | `https://rpc.midnight-{network}.blockfrost.io` | JSON-RPC |
282282
283283
284284
The **Node RPC** endpoint exposes direct connection to the Midnight Node RPC for low-level runtime access, wallet providers, and transaction submission — use it with libraries like [midnight.js](https://github.com/midnightntwrk/midnight-js) that need a node connection.

docs/blockfrost-openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ info:
378378
| **Midnight Indexer Subscriptions API** |
379379
`wss://midnight-{network}.blockfrost.io/api/v0/ws` | WebSocket |
380380
381-
| **Midnight Node RPC** | `https://midnight-{network}.blockfrost.io/node` |
381+
| **Midnight Node RPC** | `https://rpc.midnight-{network}.blockfrost.io` |
382382
JSON-RPC |
383383
384384

docs/midnight/index.html

Lines changed: 42 additions & 47 deletions
Large diffs are not rendered by default.

openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ info:
378378
| **Midnight Indexer Subscriptions API** |
379379
`wss://midnight-{network}.blockfrost.io/api/v0/ws` | WebSocket |
380380
381-
| **Midnight Node RPC** | `https://midnight-{network}.blockfrost.io/node` |
381+
| **Midnight Node RPC** | `https://rpc.midnight-{network}.blockfrost.io` |
382382
JSON-RPC |
383383
384384

spectaql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ info:
4949
|---------|-----|----------|
5050
| **Midnight Indexer HTTP API** | `https://midnight-{network}.blockfrost.io/api/v0` | HTTP POST (GraphQL) |
5151
| **Midnight Indexer WebSocket API** | `wss://midnight-{network}.blockfrost.io/api/v0/ws` | WebSocket |
52-
| **Node RPC** | `https://midnight-{network}.blockfrost.io/node` | JSON-RPC |
52+
| **Node RPC** | `https://rpc.midnight-{network}.blockfrost.io` | JSON-RPC |
5353
5454
The **Node RPC** endpoint exposes direct connection to the Midnight Node RPC for low-level runtime access, wallet providers, and transaction submission — use it with libraries like [midnight.js](https://github.com/midnightntwrk/midnight-js) that need a node connection.
5555

src/definitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ info:
278278
|---------|-----|----------|
279279
| **Midnight Indexer HTTP API** | `https://midnight-{network}.blockfrost.io/api/v0` | HTTP POST (GraphQL) |
280280
| **Midnight Indexer Subscriptions API** | `wss://midnight-{network}.blockfrost.io/api/v0/ws` | WebSocket |
281-
| **Midnight Node RPC** | `https://midnight-{network}.blockfrost.io/node` | JSON-RPC |
281+
| **Midnight Node RPC** | `https://rpc.midnight-{network}.blockfrost.io` | JSON-RPC |
282282
283283
284284
The **Node RPC** endpoint exposes direct connection to the Midnight Node RPC for low-level runtime access, wallet providers, and transaction submission — use it with libraries like [midnight.js](https://github.com/midnightntwrk/midnight-js) that need a node connection.

0 commit comments

Comments
 (0)