Skip to content

Commit

Permalink
Disable andromeda channels
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Jan 18, 2024
1 parent 8b46e7b commit f9a92a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chains/mainnet/kujira.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = {
'injective-1': 'channel-54',
'dydx-mainnet-1': 'channel-118',
'stargaze-1': 'channel-7',
'andromeda-1': 'channel-123',
// 'andromeda-1': 'channel-123',
},
alliance: true,
explorer: {
Expand Down
2 changes: 1 addition & 1 deletion chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
'dydx-mainnet-1': 'channel-299',
'celestia': 'channel-300',
'stargaze-1': 'channel-324',
'andromeda-1': 'channel-316',
// 'andromeda-1': 'channel-316',
},
// NEW ICS CHANNELS
ics20Channels: {
Expand Down

0 comments on commit f9a92a6

Please sign in to comment.