forked from HarmonicLabs/gerolamo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
topology.json
48 lines (48 loc) · 841 Bytes
/
topology.json
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
{
"localRoots": [
{
"accessPoints": [],
"advertise": false,
"valency": 1
}
],
"publicRoots": [
{
"accessPoints": [
{
"address": "preprod-node.play.dev.cardano.org",
"port": 3001
}
],
"advertise": false
},
{
"accessPoints": [
{
"address": "ppe-testnet-relay.cardanistas.io",
"port": 3002
}
],
"advertise": false
},
{
"accessPoints": [
{
"address": "relay1.preprod.stakepool.quebec",
"port": 5000
}
],
"advertise": false
},
{
"accessPoints": [
{
"address": "preprod.ada.chicando.net",
"port": 3001
}
],
"advertise": false
}
],
"useLedgerAfterSlot": 42855241
}