Skip to content

Commit f2f1f5c

Browse files
authored
fix: respin sanchonet config (#139)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 7613e24 commit f2f1f5c

File tree

2 files changed

+23
-20
lines changed

2 files changed

+23
-20
lines changed

config/sanchonet/config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
"ByronGenesisFile": "byron-genesis.json",
55
"ByronGenesisHash": "785eb88427e136378a15b0a152a8bfbeec7a611529ccda29c43a1e60ffb48eaa",
66
"ConwayGenesisFile": "conway-genesis.json",
7-
"ConwayGenesisHash": "de609b281cb3d8ae91a9d63a00c87092975612d603aa54c0f1c6a781e33d6e1e",
7+
"ConwayGenesisHash": "49ef010ff0d13b090893a919bbc22022038a8b782faa0b1561a256b781672174",
88
"EnableP2P": true,
99
"ExperimentalHardForksEnabled": true,
1010
"ExperimentalProtocolsEnabled": true,
1111
"LastKnownBlockVersion-Alt": 0,
1212
"LastKnownBlockVersion-Major": 3,
1313
"LastKnownBlockVersion-Minor": 1,
14+
"MinNodeVersion": "8.10.0",
15+
"PeerSharing": false,
1416
"Protocol": "Cardano",
1517
"RequiresNetworkMagic": "RequiresMagic",
1618
"ShelleyGenesisFile": "shelley-genesis.json",
Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
{
22
"poolVotingThresholds": {
3-
"committeeNormal": 0.51,
3+
"committeeNormal": 0.60,
44
"committeeNoConfidence": 0.51,
55
"hardForkInitiation": 0.51,
6-
"motionNoConfidence": 0.51,
7-
"ppSecurityGroup": 0.51
6+
"motionNoConfidence": 0.60,
7+
"ppSecurityGroup": 0.60
88
},
99
"dRepVotingThresholds": {
10-
"motionNoConfidence": 0.51,
11-
"committeeNormal": 0.51,
12-
"committeeNoConfidence": 0.51,
13-
"updateToConstitution": 0.51,
14-
"hardForkInitiation": 0.51,
15-
"ppNetworkGroup": 0.51,
16-
"ppEconomicGroup": 0.51,
17-
"ppTechnicalGroup": 0.51,
18-
"ppGovGroup": 0.51,
19-
"treasuryWithdrawal": 0.51
10+
"motionNoConfidence": 0.67,
11+
"committeeNormal": 0.67,
12+
"committeeNoConfidence": 0.60,
13+
"updateToConstitution": 0.75,
14+
"hardForkInitiation": 0.60,
15+
"ppNetworkGroup": 0.67,
16+
"ppEconomicGroup": 0.67,
17+
"ppTechnicalGroup": 0.67,
18+
"ppGovGroup": 0.75,
19+
"treasuryWithdrawal": 0.67
2020
},
21-
"committeeMinSize": 0,
22-
"committeeMaxTermLength": 200,
23-
"govActionLifetime": 10,
24-
"govActionDeposit": 1000000000,
25-
"dRepDeposit": 2000000,
21+
"committeeMinSize": 7,
22+
"committeeMaxTermLength": 73,
23+
"govActionLifetime": 6,
24+
"govActionDeposit": 50000000000,
25+
"dRepDeposit": 500000000,
2626
"dRepActivity": 20,
27+
"minFeeRefScriptCostPerByte": 44,
2728
"constitution": {
2829
"anchor": {
2930
"url": "",
@@ -33,6 +34,6 @@
3334
"committee": {
3435
"members": {
3536
},
36-
"quorum": 0
37+
"threshold": 0.67
3738
}
3839
}

0 commit comments

Comments
 (0)