Skip to content

Commit a1065e0

Browse files
authored
feat(deployments): babylon<->bsc (#5019)
2 parents c96d531 + a566017 commit a1065e0

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

deployments/channels.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,26 @@
8181
"tags": ["canonical"]
8282
}
8383
},
84+
"bsc.56": {
85+
"1": {
86+
"comments": "babylon.bbn-1 channel 5",
87+
"fees": {
88+
"forward": {
89+
"PACKET_RECV": "532511",
90+
"PACKET_SEND_LC_UPDATE_L0": "394498",
91+
"PACKET_SEND_LC_UPDATE_L1": "519141",
92+
"PACKET_SEND_LC_UPDATE_L2": "1028227"
93+
},
94+
"reverse": {
95+
"PACKET_RECV": "258650",
96+
"PACKET_SEND_LC_UPDATE_L0": "321174",
97+
"PACKET_SEND_LC_UPDATE_L1": "519141",
98+
"PACKET_SEND_LC_UPDATE_L2": "2116634"
99+
}
100+
},
101+
"tags": ["canonical"]
102+
}
103+
},
84104
"bsc.97": {
85105
"1": {
86106
"comments": "babylon.bbn-test-5 channel 7",

deployments/clients.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"client_type": "tendermint",
2525
"counterparty": "osmosis.osmosis-1",
2626
"refresh_rate": "500"
27+
},
28+
"8": {
29+
"client_type": "state-lens/ics23/mpt",
30+
"counterparty": "bsc.56",
31+
"refresh_rate": "1000"
2732
}
2833
},
2934
"babylon.bbn-test-5": {
@@ -292,6 +297,11 @@
292297
"client_type": "arbitrum",
293298
"counterparty": "corn.21000000",
294299
"refresh_rate": "500"
300+
},
301+
"9": {
302+
"client_type": "parlia",
303+
"counterparty": "bsc.56",
304+
"refresh_rate": "5000"
295305
}
296306
},
297307
"union.union-testnet-10": {
@@ -381,5 +391,17 @@
381391
"counterparty": "osmosis.osmo-test-5",
382392
"refresh_rate": "500"
383393
}
394+
},
395+
"bsc.56": {
396+
"1": {
397+
"client_type": "cometbls",
398+
"counterparty": "union.union-1",
399+
"refresh_rate": "500"
400+
},
401+
"2": {
402+
"client_type": "state-lens/ics23/ics23",
403+
"counterparty": "babylon.bbn-1",
404+
"refresh_rate": "500"
405+
}
384406
}
385407
}

0 commit comments

Comments
 (0)