Skip to content

Commit

Permalink
Test genesis conway
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jan 17, 2025
1 parent 349dffd commit 83fc3a1
Showing 1 changed file with 41 additions and 40 deletions.
81 changes: 41 additions & 40 deletions files/configs/guild/conway-genesis.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,51 @@
{
"constitution": {
"anchor": {
"url": "ipfs://bafkreifnwj6zpu3ixa4siz2lndqybyc5wnnt3jkwyutci4e2tmbnj3xrdm",
"dataHash": "ca41a91f399259bcefe57f9858e91f6d00e1a38d6d9c63d4052914ea7bd70cb2"
},
"script": "fa24fb305126805cf2164c161d852a0e7330cf988f1fe558cf7d4a64"
},
"committee": {
"members": {
"scriptHash-78c4c6a1b96b9a11ac52e26ac3839d58de4cb7af27b6d8b2a1b952a1": 1000
},
"threshold": {
"denominator": 3,
"numerator": 2
}
},
"initialDReps": {
"keyHash-8ef00cccf64b10b58ce21e0a677ff85bce8d0f62ed4b2bad1ce04ffe": {
"delegators": [],
"deposit": 2000000,
"expiry": 1000
}
},
"poolVotingThresholds": {
"committeeNormal": 0.51,
"committeeNoConfidence": 0.51,
"committeeNormal": 0.51,
"hardForkInitiation": 0.51,
"motionNoConfidence": 0.51,
"ppSecurityGroup": 0.51
},
"dRepVotingThresholds": {
"motionNoConfidence": 0.67,
"committeeNormal": 0.67,
"committeeNoConfidence": 0.6,
"updateToConstitution": 0.75,
"hardForkInitiation": 0.6,
"ppNetworkGroup": 0.67,
"ppEconomicGroup": 0.67,
"ppTechnicalGroup": 0.67,
"ppGovGroup": 0.75,
"treasuryWithdrawal": 0.67
"committeeNoConfidence": 0,
"committeeNormal": 0,
"hardForkInitiation": 0.51,
"motionNoConfidence": 0.51,
"ppEconomicGroup": 0.51,
"ppGovGroup": 0.51,
"ppNetworkGroup": 0.51,
"ppTechnicalGroup": 0.51,
"treasuryWithdrawal": 0.51,
"updateToConstitution": 0
},
"committeeMinSize": 7,
"committeeMaxTermLength": 146,
"govActionLifetime": 6,
"govActionDeposit": 100000000000,
"dRepDeposit": 500000000,
"committeeMinSize": 0,
"committeeMaxTermLength": 2000,
"govActionLifetime": 10,
"govActionDeposit": 1000000,
"dRepDeposit": 2000000,
"dRepActivity": 20,
"minFeeRefScriptCostPerByte": 15,
"plutusV3CostModel": [
Expand Down Expand Up @@ -277,27 +300,5 @@
251,
0,
1
],
"constitution": {
"anchor": {
"dataHash": "ca41a91f399259bcefe57f9858e91f6d00e1a38d6d9c63d4052914ea7bd70cb2",
"url": "ipfs://bafkreifnwj6zpu3ixa4siz2lndqybyc5wnnt3jkwyutci4e2tmbnj3xrdm"
},
"script": "fa24fb305126805cf2164c161d852a0e7330cf988f1fe558cf7d4a64"
},
"committee": {
"members": {
"scriptHash-a6a5e006fd4e8f51062dc431362369b2a43140abced8aa2ff2256d7b": 229,
"scriptHash-6095e643ea6f1cccb6e463ec34349026b3a48621aac5d512655ab1bf": 229,
"scriptHash-94c0de47e7ae32e3f7234ada5cf976506b68e3bb88c54dc53b4ba984": 229,
"scriptHash-5098dfd0deba725fadd692198fc33ee959fbe7e6edf1b5a695e06e61": 229,
"scriptHash-5a71f17f4ce4c1c0be053575d717ade6ad8a1d5453d02a65ce40d4b1": 229,
"scriptHash-2f4a6c6f098e20ee4bfd5b39942c164575f8ceb348e754df5d0ec04f": 229,
"scriptHash-94f51c795a6c11adb9c1e30f0b6def4230cbd0b8bc800098e2d2307b": 229
},
"threshold": {
"numerator": 2,
"denominator": 3
}
}
}
]
}

0 comments on commit 83fc3a1

Please sign in to comment.