We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 284200f + be78bc1 commit d1d0273Copy full SHA for d1d0273
1 file changed
services/constants/updates.js
@@ -111,6 +111,32 @@ const updates = [
111
},
112
113
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
128
129
130
+ mocha: {
131
+ time: 1771860112,
132
+ block: 10209986,
133
+ },
134
+ arabica: {
135
+ time: 1771025786,
136
+ block: 10133989,
137
138
139
140
]
141
142
export function getActiveUpdates(network) {
0 commit comments