-
Notifications
You must be signed in to change notification settings - Fork 1
/
shelley-genesis.json
49 lines (49 loc) · 1.28 KB
/
shelley-genesis.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
{
"maxLovelaceSupply": 45000000000000000,
"securityParam": 36,
"slotsPerKESPeriod": 129600,
"updateQuorum": 1,
"activeSlotsCoeff": 5.0e-2,
"protocolParams": {
"minUTxOValue": 1000000,
"eMax": 18,
"extraEntropy": {
"tag": "NeutralNonce"
},
"minFeeB": 1000,
"tau": 0.1,
"maxBlockBodySize": 65536,
"maxTxSize": 16384,
"minPoolCost": 340000000,
"minFeeA": 1,
"nOpt": 10,
"maxBlockHeaderSize": 1100,
"keyDeposit": 2000000,
"poolDeposit": 500000000,
"protocolVersion": {
"minor": 0,
"major": 2
},
"a0": 0.3,
"rho": 3.0e-4,
"decentralisationParam": 0.8
},
"networkMagic": 141,
"initialFunds": {
},
"networkId": "Testnet",
"maxKESEvolutions": 62,
"genDelegs": {
"fa7084a4c756aa0ff533084ee89b4d6be31256aa6d1b7791498b0202": {
"delegate": "fbec424fbacb94aa90794e4bb385debb0354220e390f6d8fdaa7a9a3",
"vrf": "17928ca0566c4871c81cf26ccf4d7c2e450515883ba99b3ec900a0b107c6cfdf"
}
},
"slotLength": 1,
"systemStart": "2021-05-17T01:52:47Z",
"epochLength": 3600,
"staking": {
"pools": {},
"stake": {}
}
}