mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
93 lines
3.2 KiB
JSON
93 lines
3.2 KiB
JSON
|
{
|
||
|
"gov": {
|
||
|
"starting_proposal_id": "1",
|
||
|
"deposits": [],
|
||
|
"votes": [],
|
||
|
"proposals": [
|
||
|
{
|
||
|
"proposal_id": "5",
|
||
|
"content": {
|
||
|
"@type": "/cosmos.gov.v1beta1.TextProposal",
|
||
|
"title": "Nominate Kava Stability Committee",
|
||
|
"description": "test"
|
||
|
},
|
||
|
"status": "PROPOSAL_STATUS_PASSED",
|
||
|
"final_tally_result": {
|
||
|
"yes": "45414514436439",
|
||
|
"abstain": "388367903902",
|
||
|
"no": "0",
|
||
|
"no_with_veto": "0"
|
||
|
},
|
||
|
"submit_time": "2020-05-13T00:03:48.610420744Z",
|
||
|
"deposit_end_time": "2020-05-27T00:03:48.610420744Z",
|
||
|
"total_deposit": [{ "denom": "ukava", "amount": "1100000000" }],
|
||
|
"voting_start_time": "2020-05-16T02:13:16.534185463Z",
|
||
|
"voting_end_time": "2020-05-30T02:13:16.534185463Z"
|
||
|
},
|
||
|
{
|
||
|
"proposal_id": "1",
|
||
|
"content": {
|
||
|
"@type": "/cosmos.params.v1beta1.ParameterChangeProposal",
|
||
|
"title": "Enable Transactions Param Change",
|
||
|
"description": "Enable transactions",
|
||
|
"changes": [
|
||
|
{ "subspace": "bank", "key": "sendenabled", "value": "true" }
|
||
|
]
|
||
|
},
|
||
|
"status": "PROPOSAL_STATUS_PASSED",
|
||
|
"final_tally_result": {
|
||
|
"yes": "56424920427790",
|
||
|
"abstain": "0",
|
||
|
"no": "0",
|
||
|
"no_with_veto": "0"
|
||
|
},
|
||
|
"submit_time": "2019-11-16T18:31:15.707527932Z",
|
||
|
"deposit_end_time": "2019-11-30T18:31:15.707527932Z",
|
||
|
"total_deposit": [{ "denom": "ukava", "amount": "1024601000" }],
|
||
|
"voting_start_time": "2019-11-19T02:48:16.507225189Z",
|
||
|
"voting_end_time": "2019-12-03T02:48:16.507225189Z"
|
||
|
},
|
||
|
{
|
||
|
"proposal_id": "63",
|
||
|
"content": {
|
||
|
"@type": "/kava.kavadist.v1beta1.CommunityPoolMultiSpendProposal",
|
||
|
"title": "Kava Swap incentivized testnet winner payouts",
|
||
|
"description": "Test multi spend",
|
||
|
"recipient_list": [
|
||
|
{
|
||
|
"address": "kava1vnymr7yzccxm6dtudczdawnmsj9664j4u9d7hq",
|
||
|
"amount": [{ "denom": "swp", "amount": "125000000" }]
|
||
|
},
|
||
|
{
|
||
|
"address": "kava19c069thwekzlfedw4n23us762n7hf3tgxkez6c",
|
||
|
"amount": [{ "denom": "swp", "amount": "125000000" }]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"status": "PROPOSAL_STATUS_REJECTED",
|
||
|
"final_tally_result": {
|
||
|
"yes": "1600056548411",
|
||
|
"abstain": "628394106179",
|
||
|
"no": "8857306862926",
|
||
|
"no_with_veto": "4093971"
|
||
|
},
|
||
|
"submit_time": "2021-09-27T14:16:06.431414048Z",
|
||
|
"deposit_end_time": "2021-10-11T14:16:06.431414048Z",
|
||
|
"total_deposit": [{ "denom": "ukava", "amount": "1000000000" }],
|
||
|
"voting_start_time": "2021-09-27T14:16:06.431414048Z",
|
||
|
"voting_end_time": "2021-10-04T14:16:06.431414048Z"
|
||
|
}
|
||
|
],
|
||
|
"deposit_params": {
|
||
|
"min_deposit": [{ "denom": "ukava", "amount": "200000000" }],
|
||
|
"max_deposit_period": "600s"
|
||
|
},
|
||
|
"voting_params": { "voting_period": "600s" },
|
||
|
"tally_params": {
|
||
|
"quorum": "0.334000000000000000",
|
||
|
"threshold": "0.500000000000000000",
|
||
|
"veto_threshold": "0.334000000000000000"
|
||
|
}
|
||
|
}
|
||
|
}
|