forked from consensus-shipyard/mir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
membership-8
45 lines (45 loc) · 1.03 KB
/
membership-8
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
{
"configuration_number": 0,
"validators": [
{
"addr": "0",
"net_addr": "/ip4/127.0.0.1/tcp/10000",
"weight": "1"
},
{
"addr": "1",
"net_addr": "/ip4/127.0.0.1/tcp/10001",
"weight": "1"
},
{
"addr": "2",
"net_addr": "/ip4/127.0.0.1/tcp/10002",
"weight": "1"
},
{
"addr": "3",
"net_addr": "/ip4/127.0.0.1/tcp/10003",
"weight": "1"
},
{
"addr": "4",
"net_addr": "/ip4/127.0.0.1/tcp/10004",
"weight": "1"
},
{
"addr": "5",
"net_addr": "/ip4/127.0.0.1/tcp/10005",
"weight": "1"
},
{
"addr": "6",
"net_addr": "/ip4/127.0.0.1/tcp/10006",
"weight": "1"
},
{
"addr": "7",
"net_addr": "/ip4/127.0.0.1/tcp/10007",
"weight": "1"
}
]
}