-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
49 lines (44 loc) · 1.68 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This is an example config
artifacts_repository = "vegaprotocol/vega"
genesis_url = "GENESIS URL HERE"
binary_version_override = "v0.78.4-patch.1"
data_nodes_rest = [
"https://api0.example.com",
"https://api1.example.com",
"https://api2.example.com",
]
seeds = [
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656",
"[email protected]:26656",
]
[[rpc_peers]]
core_rest = "http://1.2.3.4:3003"
endpoint = "1.2.3.4:26657"
[[rpc_peers]]
core_rest = "http://5.6.7.8:3003"
endpoint = "5.6.7.8:26657"
[[rpc_peers]]
core_rest = "http://9.10.11.12:3003"
endpoint = "9.10.11.12:26657"
[[rpc_peers]]
core_rest = "https://api0.example.com"
endpoint = "api0.example.com:26657"
[[rpc_peers]]
core_rest = "https://api1.example.com"
endpoint = "api1.example.com:26657"
[[rpc_peers]]
core_rest = "https://api2.example.com"
endpoint = "api2.example.com:26657"
[[bootstrap_peers]]
core_rest = "https://api0.example.com"
endpoint = "/dns/api0.neb.exchange/tcp/4001/ipfs/12D3KooWBEiFW25wWBdoDZq6KTLbDywxgha12345678912345678"
[[bootstrap_peers]]
core_rest = "https://api1.example.com"
endpoint = "/dns/api1.neb.exchange/tcp/4001/ipfs/12D3KooWJ1druRg7jiu9DGJvtKGzPspGGKm12345678912345678"
[[bootstrap_peers]]
core_rest = "https://api2.example.com"
endpoint = "/dns/api2.neb.exchange/tcp/4001/ipfs/12D3KooWRGeS5xiJK54ddWaYXy4VxHGzLcN12345678912345678"