-
Notifications
You must be signed in to change notification settings - Fork 0
/
federation.json
executable file
·53 lines (53 loc) · 1.22 KB
/
federation.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
52
53
{
"NetworkEpochs": [
{
"QuorumM": 2,
"NumberOfMintsN": 3,
"SignStart": "2020-01-18T00:00:00Z",
"SignEnd": "2020-02-17T00:00:00Z",
"ValidateEnd": "2020-03-18T00:00:00Z",
"MintsAdded": [
{
"SigAlgo": "ed25519",
"PubKey": "boVnUGMNKkI1Pe72m8Kf/9KljL4DBvsOGxbr1wi9flo="
},
{
"SigAlgo": "ed25519",
"PubKey": "er0Phn1PjBzbz3gBUEbFQUIbexZxufELZyzCyfT4A5U="
},
{
"SigAlgo": "ed25519",
"PubKey": "vVqGX7eEyH5DNxO/UHm2k8iJAvf+NNv2g1UbZnTnu44="
}
],
"DBCTypesAdded": [
{
"Currency": "EUR",
"Amount": 100000000
},
{
"Currency": "EUR",
"Amount": 200000000
},
{
"Currency": "EUR",
"Amount": 500000000
}
]
},
{
"QuorumM": 2,
"NumberOfMintsN": 3,
"SignStart": "2020-02-17T00:00:00Z",
"SignEnd": "2020-03-18T00:00:00Z",
"ValidateEnd": "2020-04-17T00:00:00Z"
},
{
"QuorumM": 2,
"NumberOfMintsN": 3,
"SignStart": "2020-03-18T00:00:00Z",
"SignEnd": "2020-04-17T00:00:00Z",
"ValidateEnd": "2020-05-17T00:00:00Z"
}
]
}