Skip to content

Commit

Permalink
fix paths with missing base denom (cosmos#3193)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyParish69 authored Nov 14, 2023
1 parent 79a5fa3 commit 8c2a2d4
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion akash/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"chain": {
"channel_id": "channel-2",
"path": "transfer/channel-2"
"path": "transfer/channel-2/erc20/tether/usdt"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion canto/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"chain": {
"channel_id": "channel-13",
"path": "transfer/channel-13"
"path": "transfer/channel-13/erc20/tether/usdt"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion cronos/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"chain": {
"channel_id": "channel-11",
"path": "transfer/channel-11"
"path": "transfer/channel-11/erc20/tether/usdt"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion dydx/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"chain": {
"channel_id": "channel-0",
"path": "transfer/channel-0"
"path": "transfer/channel-0/uusdc"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion evmos/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"chain": {
"channel_id": "channel-83",
"path": "transfer/channel-83"
"path": "transfer/channel-83/erc20/tether/usdt"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion injective/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"chain": {
"channel_id": "channel-143",
"path": "transfer/channel-143"
"path": "transfer/channel-143/erc20/tether/usdt"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion kujira/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
},
"chain": {
"channel_id": "channel-95",
"path": "transfer/channel-95"
"path": "transfer/channel-95/erc20/tether/usdt"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion migaloo/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
},
"chain": {
"channel_id": "channel-48",
"path": "transfer/channel-48"
"path": "transfer/channel-48/erc20/tether/usdt"
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions osmosis/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
},
"chain": {
"channel_id": "channel-143",
"path": "transfer/channel-143"
"path": "transfer/channel-143/erc20/tether/usdt"
}
}
],
Expand Down Expand Up @@ -598,7 +598,7 @@
},
"chain": {
"channel_id": "channel-6787",
"path": "transfer/channel-6787"
"path": "transfer/channel-6787/adydx"
}
}
],
Expand Down Expand Up @@ -644,7 +644,7 @@
},
"chain": {
"channel_id": "channel-6994",
"path": "transfer/channel-6994"
"path": "transfer/channel-6994/utia"
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions testnets/xiontestnet/assetlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"chain": {
"channel_id": "channel-5",
"path": "transfer/channel-5"
"path": "transfer/channel-5/uaxl"
}
}
],
Expand Down Expand Up @@ -117,7 +117,7 @@
},
"chain": {
"channel_id": "channel-8",
"path": "transfer/channel-8"
"path": "transfer/channel-8/uosmo"
}
}
],
Expand Down Expand Up @@ -165,7 +165,7 @@
},
"chain": {
"channel_id": "channel-9",
"path": "transfer/channel-9"
"path": "transfer/channel-9/uusdc"
}
}
],
Expand Down

0 comments on commit 8c2a2d4

Please sign in to comment.