Skip to content

Commit b4e0380

Browse files
authored
feat(deployments): babylon<->osmosis (#4794)
2 parents 1c60c92 + f185287 commit b4e0380

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

deployments/channels.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"tags": ["canonical"]
4444
},
4545
"5": {
46-
"comments": "osmosis.osmo-test-5 channel 3, official channel but with no relaying guarantees",
46+
"comments": "osmosis.osmo-test-5 channel 3",
4747
"fees": {
4848
"forward": {
4949
"PACKET_RECV": "917981",
@@ -205,6 +205,26 @@
205205
"tags": ["canonical"]
206206
}
207207
},
208+
"osmosis.osmosis-1": {
209+
"1": {
210+
"comments": "babylon.bbn-1 channel 4",
211+
"fees": {
212+
"forward": {
213+
"PACKET_RECV": "810553",
214+
"PACKET_SEND_LC_UPDATE_L0": "2116634"
215+
},
216+
"reverse": {
217+
"PACKET_RECV": "917981",
218+
"PACKET_SEND_LC_UPDATE_L0": "5128061"
219+
}
220+
},
221+
"sla": {
222+
"forward": "PT20M",
223+
"reverse": "PT20M"
224+
},
225+
"tags": ["canonical"]
226+
}
227+
},
208228
"sei.1328": {
209229
"2": {
210230
"comments": "corn.21000001 channel 3",

deployments/clients.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@
181181
"counterparty": "ethereum.1",
182182
"client_type": "state-lens/ics23/mpt",
183183
"refresh_rate": "500"
184+
},
185+
"6": {
186+
"counterparty": "osmosis.osmosis-1",
187+
"client_type": "tendermint",
188+
"refresh_rate": "500"
184189
}
185190
},
186191
"bob.60808": {
@@ -345,5 +350,12 @@
345350
"client_type": "tendermint",
346351
"refresh_rate": "500"
347352
}
353+
},
354+
"osmosis.osmosis-1": {
355+
"1": {
356+
"counterparty": "babylon.bbn-1",
357+
"client_type": "tendermint",
358+
"refresh_rate": "500"
359+
}
348360
}
349361
}

deployments/editions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
},
4141
"ethereum.1": {
4242
"environment": "production"
43+
},
44+
"osmosis.osmosis-1": {
45+
"environment": "staging"
4346
}
4447
}
4548
}

0 commit comments

Comments
 (0)