mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 18:15:19 +00:00
99be9dd8ab
* 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
17 lines
325 B
JSON
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"
|
|
}
|
|
]
|
|
} |