0g-chain/contrib/proposal_examples/updatemaxauctionduration/updatemaxauctionduration.json
Denali Marsh 99be9dd8ab [WIP] example proposal.json files for param changes (#331)
* proposal examples, copy of cdptestnet genesis

* co-located genesis files with their respective proposals in contrib

* added genesis file for updatedebtlimit

* Removed legacy genesis example

* added sample genesis files as starting states of auction tests

* auction proposal json files (untested)

* max auction duration and bid duration tested

* requested changes
2020-01-24 16:44:13 -05:00

17 lines
325 B
JSON

{
"title": "Auction Param Change",
"description": "Update max auction duration",
"changes": [
{
"subspace": "auction",
"key": "MaxAuctionDuration",
"value": "987654321000"
}
],
"deposit": [
{
"denom": "ukava",
"amount": "1000000"
}
]
}