Skip to content

Commit 051bb6d

Browse files
authored
Merge pull request #33 from cloudstruct/chore/respin-preview
chore: respin preview network configs
2 parents b3202ab + a79199d commit 051bb6d

File tree

2 files changed

+30
-34
lines changed

2 files changed

+30
-34
lines changed

config/preview-config.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"ApplicationName": "cardano-sl",
55
"ApplicationVersion": 0,
66
"ByronGenesisFile": "/opt/cardano/config/preview-byron-genesis.json",
7-
"ByronGenesisHash": "72593f260b66f26bef4fc50b38a8f24d3d3633ad2e854eaf73039eb9402706f1",
7+
"ByronGenesisHash": "83de1d7302569ad56cf9139a41e2e11346d4cb4a31c00142557b6ab3fa550761",
88
"EnableP2P": true,
99
"LastKnownBlockVersion-Alt": 0,
1010
"LastKnownBlockVersion-Major": 3,
1111
"LastKnownBlockVersion-Minor": 1,
1212
"Protocol": "Cardano",
1313
"RequiresNetworkMagic": "RequiresMagic",
1414
"ShelleyGenesisFile": "/opt/cardano/config/preview-shelley-genesis.json",
15-
"ShelleyGenesisHash": "137fcc090936d258c06dedb5ad5b063c33ed5c4a71a0517b6466415ec83c7e14",
15+
"ShelleyGenesisHash": "363498d1024f84bb39d3fa9593ce391483cb40d479b87233f868d6e57c3a400d",
1616
"TargetNumberOfActivePeers": 20,
1717
"TargetNumberOfEstablishedPeers": 50,
1818
"TargetNumberOfKnownPeers": 100,
@@ -73,7 +73,7 @@
7373
],
7474
"hasEKG": 12788,
7575
"hasPrometheus": [
76-
"0.0.0.0",
76+
"127.0.0.1",
7777
12798
7878
],
7979
"minSeverity": "Info",

config/preview-shelley-genesis.json

+27-31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"activeSlotsCoeff": 5.0e-2,
2+
"activeSlotsCoeff": 0.05,
33
"epochLength": 86400,
44
"genDelegs": {
55
"12b0f443d02861948a0fce9541916b014e8402984c7b83ad70a834ce": {
@@ -32,41 +32,37 @@
3232
}
3333
},
3434
"initialFunds": {},
35-
"maxKESEvolutions": 120,
35+
"maxKESEvolutions": 62,
3636
"maxLovelaceSupply": 45000000000000000,
3737
"networkId": "Testnet",
3838
"networkMagic": 2,
3939
"protocolParams": {
40-
"a0": 0.1,
41-
"decentralisationParam": 1.0,
42-
"eMax": 18,
43-
"extraEntropy": {
44-
"tag": "NeutralNonce"
45-
},
46-
"keyDeposit": 400000,
47-
"maxBlockBodySize": 65536,
48-
"maxBlockHeaderSize": 1100,
49-
"maxTxSize": 16384,
50-
"minFeeA": 44,
51-
"minFeeB": 155381,
52-
"minPoolCost": 0,
53-
"minUTxOValue": 0,
54-
"nOpt": 50,
55-
"poolDeposit": 500000000,
56-
"protocolVersion": {
57-
"major": 5,
58-
"minor": 0
59-
},
60-
"rho": 1.78650067e-3,
61-
"tau": 0.1
40+
"protocolVersion": {
41+
"minor": 0,
42+
"major": 6
43+
},
44+
"decentralisationParam": 1,
45+
"eMax": 18,
46+
"extraEntropy": {
47+
"tag": "NeutralNonce"
48+
},
49+
"maxTxSize": 16384,
50+
"maxBlockBodySize": 65536,
51+
"maxBlockHeaderSize": 1100,
52+
"minFeeA": 44,
53+
"minFeeB": 155381,
54+
"minUTxOValue": 1000000,
55+
"poolDeposit": 500000000,
56+
"minPoolCost": 340000000,
57+
"keyDeposit": 2000000,
58+
"nOpt": 150,
59+
"rho": 0.003,
60+
"tau": 0.20,
61+
"a0": 0.3
6262
},
6363
"securityParam": 432,
6464
"slotLength": 1,
65-
"slotsPerKESPeriod": 86400,
66-
"staking": {
67-
"pools": {},
68-
"stake": {}
69-
},
70-
"systemStart": "2022-08-09T00:00:00Z",
65+
"slotsPerKESPeriod": 129600,
66+
"systemStart": "2022-10-25T00:00:00Z",
7167
"updateQuorum": 5
72-
}
68+
}

0 commit comments

Comments
 (0)