mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
97dc4f6432
* feat: add swagger * add version info for mainnet * feat: reorganize to prepare for develop merge * feat: update readme
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"
|
|
}
|
|
]
|
|
} |