Skip to content

Commit d1d0273

Browse files
authored
Merge pull request #180 from celenium-io/dev
Add v7 node upgrade
2 parents 284200f + be78bc1 commit d1d0273

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

services/constants/updates.js

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,32 @@ const updates = [
111111
},
112112
},
113113
},
114+
{
115+
name: "Hibiscus",
116+
kind: "node_upgrade",
117+
version: 7,
118+
title: "Hibiscus upgrade",
119+
description: "This upgrade (v7) included several important changes.",
120+
link: "https://docs.celestia.org/operate/maintenance/network-upgrades/#hibiscus-network-upgrade",
121+
timeline: {
122+
// mainnet: {
123+
// time: 0,
124+
// block: 10364847,
125+
// },
126+
// development: {
127+
// time: 0,
128+
// block: 10364847,
129+
// },
130+
mocha: {
131+
time: 1771860112,
132+
block: 10209986,
133+
},
134+
arabica: {
135+
time: 1771025786,
136+
block: 10133989,
137+
},
138+
},
139+
},
114140
]
115141

116142
export function getActiveUpdates(network) {

0 commit comments

Comments
 (0)