Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions _IBC/archway-juno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,29 @@
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "archway",
"client_id": "07-tendermint-18",
"connection_id": "connection-19"
"client_id": "07-tendermint-121",
"connection_id": "connection-119"
},
"chain_2": {
"chain_name": "juno",
"client_id": "07-tendermint-387",
"connection_id": "connection-379"
"client_id": "07-tendermint-583",
"connection_id": "connection-550"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-15",
"channel_id": "channel-208",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please show evidence token balances from the old channel (need to make sure this update isn't abandoning transferred tokens)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there are no ARCH on Juno, but there is a small amount of JUNO on Archway (but small enough that we can proceed)
image

"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-290",
"channel_id": "channel-655",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live"
"status": "live",
"preferred": true
}
}
]
Expand Down
31 changes: 31 additions & 0 deletions _IBC/bitsong-axelar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "bitsong",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chain order still needs to be corrected (alphabetical order)

"client_id": "07-tendermint-82",
"connection_id": "connection-57"
},
"chain_2": {
"chain_name": "axelar",
"client_id": "07-tendermint-252",
"connection_id": "connection-243"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-38",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-183",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}