Skip to content

Commit

Permalink
Updated IBC channels
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Dec 21, 2023
1 parent 012580a commit e547b16
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chains/mainnet/akash.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
name: 'Akash',
icon: process.env.CF_PAGES_URL + '/img/chains/Akash.svg',
channels: {
'phoenix-1': 'channel-56',
'phoenix-1': 'channel-116',
'cosmoshub-4': 'channel-17',
'crescent-1': 'channel-70',
'juno-1': 'channel-35',
Expand Down
1 change: 1 addition & 0 deletions chains/mainnet/celestia.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/chains/Celestia.svg',
channels: {
'osmosis-1': 'channel-2',
'phoenix-1': 'channel-15'
},
icsChannels: {},
explorer: {
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/cheqd.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
name: 'cheqd',
icon: process.env.CF_PAGES_URL + '/img/chains/Cheqd.svg',
channels: {
'phoenix-1': 'channel-9',
'phoenix-1': 'channel-34',
'osmosis-1': 'channel-0',
},
explorer: {
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/decentr.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
name: 'Decentr',
icon: process.env.CF_PAGES_URL + '/img/chains/Decentr.svg',
channels: {
'phoenix-1': 'channel-99',
'phoenix-1': 'channel-9',
'osmosis-1': 'channel-1',
},
explorer: {
Expand Down
7 changes: 4 additions & 3 deletions chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ module.exports = {
icon: process.env.CF_PAGES_URL + '/img/chains/Terra.svg',
alliance: true,
channels: {
'akashnet-2': 'channel-45',
'akashnet-2': 'channel-273',
'axelar-dojo-1': 'channel-6',
'carbon-1': 'channel-36',
'cheqd-mainnet-1': 'channel-89',
'cheqd-mainnet-1': 'channel-301',
'chihuahua-1': 'channel-44',
'comdex-1': 'channel-39',
'cosmoshub-4': 'channel-0',
'crescent-1': 'channel-37',
'mainnet-3': 'channel-5',
'mainnet-3': 'channel-315',
'juno-1': 'channel-2',
'kaiyo-1': 'channel-10',
'mars-1': 'channel-78',
Expand All @@ -31,6 +31,7 @@ module.exports = {
'neutron-1': 'channel-229',
'injective-1': 'channel-255',
'dydx-mainnet-1': 'channel-299',
'celestia': 'channel-300',
},
icsChannels: {
'carbon-1': {
Expand Down

0 comments on commit e547b16

Please sign in to comment.