Update documentation sections about ethereum PoS connection (#150)
This commit is contained in:
@@ -73,7 +73,8 @@ cluster:
|
|||||||
options:
|
options:
|
||||||
disable-validation: true
|
disable-validation: true
|
||||||
connection:
|
connection:
|
||||||
ethereum:
|
ethereum-pos:
|
||||||
|
execution:
|
||||||
rpc:
|
rpc:
|
||||||
url: "https://mainnet.infura.io/v3/${INFURA_USER}"
|
url: "https://mainnet.infura.io/v3/${INFURA_USER}"
|
||||||
basic-auth:
|
basic-auth:
|
||||||
|
|||||||
@@ -110,7 +110,8 @@ cluster:
|
|||||||
disabled:
|
disabled:
|
||||||
- name: "admin_shutdown"
|
- name: "admin_shutdown"
|
||||||
connection:
|
connection:
|
||||||
ethereum:
|
ethereum-pos:
|
||||||
|
execution:
|
||||||
rpc:
|
rpc:
|
||||||
url: "http://localhost:8545"
|
url: "http://localhost:8545"
|
||||||
ws:
|
ws:
|
||||||
@@ -124,7 +125,8 @@ cluster:
|
|||||||
options:
|
options:
|
||||||
disable-validation: true
|
disable-validation: true
|
||||||
connection:
|
connection:
|
||||||
ethereum:
|
ethereum-pos:
|
||||||
|
execution:
|
||||||
rpc:
|
rpc:
|
||||||
url: "https://mainnet.infura.io/v3/fa28c968191849c1aff541ad1d8511f2"
|
url: "https://mainnet.infura.io/v3/fa28c968191849c1aff541ad1d8511f2"
|
||||||
basic-auth:
|
basic-auth:
|
||||||
@@ -608,7 +610,8 @@ cluster:
|
|||||||
- id: local
|
- id: local
|
||||||
chain: ethereum
|
chain: ethereum
|
||||||
connection:
|
connection:
|
||||||
ethereum:
|
ethereum-pos:
|
||||||
|
execution:
|
||||||
rpc:
|
rpc:
|
||||||
url: "http://localhost:8545"
|
url: "http://localhost:8545"
|
||||||
ws:
|
ws:
|
||||||
@@ -654,7 +657,8 @@ configuration, and may be omitted for most of the situations.
|
|||||||
disabled:
|
disabled:
|
||||||
- name: "admin_shutdown"
|
- name: "admin_shutdown"
|
||||||
connection:
|
connection:
|
||||||
ethereum:
|
ethereum-pos:
|
||||||
|
execution:
|
||||||
rpc:
|
rpc:
|
||||||
url: "http://localhost:8545"
|
url: "http://localhost:8545"
|
||||||
ws:
|
ws:
|
||||||
@@ -718,9 +722,9 @@ See link:09-quorum-and-selectors.adoc[Quorum and Selectors]
|
|||||||
`not_empty` - accept not _null_ value, otherwise retry another upstream;
|
`not_empty` - accept not _null_ value, otherwise retry another upstream;
|
||||||
`not_lagging` - accept response only from a fully synced upstream.
|
`not_lagging` - accept response only from a fully synced upstream.
|
||||||
|
|
||||||
| `connection.ethereum`
|
| `connection.ethereum-pos`
|
||||||
| yes
|
| yes
|
||||||
| Connection configuration for Ethereum API
|
| Connection configuration for Ethereum API of PoS network
|
||||||
|
|
||||||
| `connection.bitcoin`
|
| `connection.bitcoin`
|
||||||
| yes
|
| yes
|
||||||
|
|||||||
Reference in New Issue
Block a user