Skip to content

Commit

Permalink
Add fxcore-axelar IBC channel (cosmos#3440)
Browse files Browse the repository at this point in the history
* feat: add ibc fxcore-axelar channel

* fix: rename and reorder
  • Loading branch information
nulnut authored Dec 15, 2023
1 parent c444c7a commit fb04092
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _IBC/axelar-fxcore.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "axelar",
"client_id": "07-tendermint-188",
"connection_id": "connection-166"
},
"chain_2": {
"chain_name": "fxcore",
"client_id": "07-tendermint-24",
"connection_id": "connection-23"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-128",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-20",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}

0 comments on commit fb04092

Please sign in to comment.