Skip to content

Commit

Permalink
docs: fix wrong type name in profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed May 19, 2024
1 parent 4cc8ad8 commit d951283
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions book/src/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ The `provider` field can be either a `String` or an `Object`. When the `provider

#### `rpc` provider variant

| Field | Mandatory | Type | Description |
| --------- | --------- | -------- | ---------------------------- |
| `type` | Yes | `String` | Value must be `rpc` |
| `url` | Yes | `String` | URL to the JSON-RPC endpoint |
| `headers` | No | `[]` | Custom HTTP headers |
| Field | Mandatory | Type | Description |
| --------- | --------- | -------------- | ---------------------------- |
| `type` | Yes | `String` | Value must be `rpc` |
| `url` | Yes | `String` | URL to the JSON-RPC endpoint |
| `headers` | No | `HttpHeader[]` | Custom HTTP headers |

where `HttpHeader` is defined as:

Expand Down

0 comments on commit d951283

Please sign in to comment.