mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
12 lines
445 B
JSON
12 lines
445 B
JSON
|
{
|
||
|
"type": "cosmos-sdk/SoftwareUpgradeProposal",
|
||
|
"value": {
|
||
|
"title": "Upgrade to v0.24.1",
|
||
|
"description": "This proposal will halt the chain after the time below, and restart when 2/3 validators have installed the newer version.",
|
||
|
"plan": {
|
||
|
"name": "Upgrade to v0.24.1",
|
||
|
"time": "2020-05-15T00:00:00Z",
|
||
|
"info": "[some additional information about the upgrade]"
|
||
|
}
|
||
|
}
|
||
|
}
|