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