-
Notifications
You must be signed in to change notification settings - Fork 29
/
testnet2.toml
48 lines (44 loc) · 1.54 KB
/
testnet2.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
FileVersion = 2
Name = "testnet2"
[[Metadata]]
Key = "network"
Value = "testnet"
[API]
[API.GRPC]
Hosts = [
"tls://grpc.venom.tm.p2p.org:443",
"vega-testnet.anyvalid.com:3007",
"tls://testnet.grpc.vega.xprv.io:443",
"vega-testnet.nodes.guru:3007",
"testnet.vega.greenfield.xyz:3007",
"vega-testnet-data.commodum.io:3007",
"tls://vega-grpc.testnet.lovali.xyz:433",
"vega-test-data.bharvest.io:3007"
]
Retries = 5
[API.GraphQL]
Hosts = [
"https://gql.venom.tm.p2p.org/graphql",
"https://vega-testnet.anyvalid.com/graphql",
"https://testnet.vega.xprv.io/datanode/query",
"https://vega-testnet.nodes.guru:3008/graphql",
"https://testnet.vega.greenfield.xyz/graphql",
"https://vega-testnet-data.commodum.io/graphql",
"https://vega-query.testnet.lovali.xyz:433/query",
"https://vega-test-data.bharvest.io/graphql"
]
[API.REST]
Hosts = [
"https://rest.venom.tm.p2p.org",
"https://vega-testnet.anyvalid.com",
"https://testnet.vega.xprv.io/datanode",
"https://vega-testnet.nodes.guru:3008",
"https://testnet.vega.greenfield.xyz",
"https://vega-testnet-data.commodum.io",
"https://vega-rest.testnet.lovali.xyz",
"https://vega-test-data.bharvest.io:3009"
]
[Apps]
Console = "https://console.validators-testnet.vega.rocks"
Governance = "https://governance.validators-testnet.vega.rocks/"
Explorer = "https://explorer.validators-testnet.vega.rocks/"