Skip to content

Commit 40f46d9

Browse files
committed
chore: generate json files
1 parent 5d7b21e commit 40f46d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

json/config/chainUpgrade.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"proposalId": 515,
3-
"blockHeight": 111949209,
3+
"blockHeight": 112636306,
44
"disableMaintenance": false,
5-
"proposalMsg": "Scheduled maintenance on January 11th, 2024 at ~14:00 UTC to implement the Injective Volan mainnet upgrade."
5+
"proposalMsg": "Scheduled maintenance on January 11th, 2024 at ~14:00 UTC to implement the Injective Kishan mainnet upgrade."
66
}

src/data/config/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const chainUpgradeConfig = {
22
proposalId: 515,
33
blockHeight: 112636306,
4-
disableMaintenance: false,
4+
disableMaintenance: true,
55
proposalMsg:
66
'Scheduled maintenance on January 11th, 2024 at ~14:00 UTC to implement the Injective Kishan mainnet upgrade.'
77
}

0 commit comments

Comments
 (0)