Skip to content

Commit

Permalink
feat(channels): Add Migaloo IBC channel details to all non-deprecated…
Browse files Browse the repository at this point in the history
… items in channels.ts
  • Loading branch information
0xFable committed May 8, 2023
1 parent 515a9a8 commit 5e06aa6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/token-metadata/src/ibc/channels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export enum CanonicalChannelToDestinationChannel {
Stride = 'channel-89',
Crescent = 'channel-90',
Sommelier = 'channel-93',
Migaloo = 'channel-102',
}

/**
Expand Down Expand Up @@ -55,6 +56,7 @@ export const canonicalChannelsToChainMapFromInjective = {
'channel-13': { chainA: 'Injective', chainB: '' },
'channel-93': { chainA: 'Injective', chainB: 'Sommelier' },
'channel-99': { chainA: 'Injective', chainB: 'Canto' },
'channel-102': { chainA: 'Injective', chainB: 'Migaloo' },
'channel-104': { chainA: 'Injective', chainB: 'Terra2' },
'channel-105': { chainA: 'Injective', chainB: 'Terra2' },
}
Expand All @@ -73,6 +75,7 @@ export const canonicalChannelsToChainMapToInjective = {
'channel-8': { chainA: 'Canto', chainB: 'Injective' },
'channel-91': { chainA: 'Terra2', chainB: 'Injective' },
'channel-92': { chainA: 'Terra2', chainB: 'Injective' },
'channel-3': { chainA: 'Migaloo', chainB: 'Injective' },
}

export default legacyCanonicalChannels
Expand All @@ -95,6 +98,7 @@ export const canonicalChannelIds = [
'channel-90',
'channel-93',
'channel-99',
'channel-102',
'channel-104',
'channel-105',
]
Expand All @@ -112,4 +116,10 @@ export const channelIbcDenomToBaseDenomMap = {
[CanonicalChannelToDestinationChannel.Stride]: {
inj: 'ibc/A7454562FF29FE068F42F9DE4805ABEF54F599D1720B345D6518D9B5C64EA6D2',
},
[CanonicalChannelToDestinationChannel.Migaloo]: {
inj: 'ibc/1C2D8505A29823310B4484E4C63CFDCB08C0D3B57537A615A45F4E5D42CDC789',
},



}

0 comments on commit 5e06aa6

Please sign in to comment.