Skip to content

Commit

Permalink
add old channels for denoms
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Feb 26, 2025
1 parent daec16f commit ff6a3f9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions testnets/_IBC/axelartestnet-manifesttestnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@
"tags": {
"status": "live"
}
},
{
"chain_1": {
"channel_id": "channel-590",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-3",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live"
}
}
]
}
15 changes: 15 additions & 0 deletions testnets/_IBC/manifesttestnet-osmosistestnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@
"tags": {
"status": "live"
}
},
{
"chain_1": {
"channel_id": "channel-0",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-10016",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live"
}
}
]
}

0 comments on commit ff6a3f9

Please sign in to comment.