-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
51 lines (51 loc) · 1.51 KB
/
config.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
49
50
51
{
"telemetry": {
"logging": {
"level": "debug"
}
},
"blockchain": {
"standbyValidators": [
"03009b7540e10f2562e5fd8fac9eaec25166a58b26e412348ff5a86927bfac22a2",
"023e9b32ea89b94d066e649b124fd50e396ee91369e8e2a6ae1b11c170d022256d",
"03408dcd416396f64783ac587ea1e1593c57d9fea880c8a6a1920e92a259477806",
"02a7834be9b32e2981d157cb5bbd3acb42cfd11ea5c3b10224d7a44e98c5910f1b",
"02ba2c70f5996f357a43198705859fae2cfea13e1172962800772b3d588a9d4abd",
"03daca45da7acf52602c630e58af4f45a894a427fa274544cadac5335a9a293d4e",
"02f889ecd43c5126ff1932d75fa87dea34fc95325fb724db93c8f79fe32cc3f180"
],
"secondsPerBlock": 30,
"messageMagic": 894448462
},
"rpc": {
"http": {
"host": "0.0.0.0",
"port": 8080
},
"liveHealthCheck": {
"rpcURLs": [
"http://seed2t.neo.org:20332",
"http://seed4t.neo.org:20332"
]
},
"readyHealthCheck": {
"rpcURLs": [
"http://seed2t.neo.org:20332",
"http://seed4t.neo.org:20332"
],
"offset": 2
}
},
"node": {
"rpcURLs": [
"http://seed2t.neo.org:20332",
"http://seed4t.neo.org:20332"
]
},
"network": {
"seeds": [
"http://seed2t.neo.org:20332",
"http://seed4t.neo.org:20332"
]
}
}