Skip to content

Commit

Permalink
add god committee to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-kava committed Sep 19, 2024
1 parent fea13c0 commit b480988
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion ci/env/kava-protonet/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,20 @@
},
"committee": {
"next_proposal_id": "1",
"committees": [],
"committees": [
{
"@type": "/kava.committee.v1beta1.MemberCommittee",
"base_committee": {
"id": "1",
"description": "Kava God Committee (testing only)",
"members": ["kava1van3znl6597xgwwh46jgquutnqkwvwszjg04fz", "kava1cxymrk2mqlhc6p08kx8zvsd23vgsm7ftfn9x5d"],
"permissions": [{ "@type": "/kava.committee.v1beta1.GodPermission" }],
"vote_threshold": "0.667000000000000000",
"proposal_duration": "604800s",
"tally_option": "TALLY_OPTION_FIRST_PAST_THE_POST"
}
}
],
"proposals": [],
"votes": []
},
Expand Down

0 comments on commit b480988

Please sign in to comment.