Skip to content

Commit

Permalink
added omniflix polytone connections from juno and osmosis
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jun 22, 2024
1 parent e856604 commit 5e19a3b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/stateful/components/SelfRelayExecuteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const RELAYER_FUNDS_NEEDED: Partial<Record<ChainId | string, number>> = {
[ChainId.ArchwayMainnet]: 1 * 10 ** 18,
[ChainId.InjectiveMainnet]: 0.03 * 10 ** 18,
[ChainId.TerraClassicMainnet]: 1000 * 10 ** 6,
[ChainId.OmniflixHubMainnet]: 1 * 10 ** 6,
}

type Relayer = {
Expand Down
1 change: 1 addition & 0 deletions packages/types/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export enum ChainId {
ArchwayMainnet = 'archway-1',
InjectiveMainnet = 'injective-1',
BitsongTestnet = 'bobnet',
OmniflixHubMainnet = 'omniflixhub-1',
}

export type BaseChainConfig = {
Expand Down
36 changes: 36 additions & 0 deletions packages/utils/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,24 @@ export const SUPPORTED_CHAINS: SupportedChainConfig[] = [
// archway
remoteChannel: 'channel-45',
},
[ChainId.OmniflixHubMainnet]: {
// juno
note: 'juno128ace0g69ghvgw0quxptxmeg8kjex6mrw5fguulssllge6qnca6sjykzsw',
// juno
listener:
'juno1ts88k8s6he69uew3y89pg7l9e3zjqplctj4nwg6jw40d9le3r4esvp42s9',
// omniflixhub
voice:
'omniflix18cszlvm6pze0x9sz32qnjq4vtd45xehqs8dq7cwy8yhq35wfnn3q3wy4uv',
// juno
localConnection: 'connection-104',
// omniflixhub
remoteConnection: 'connection-27',
// juno
localChannel: 'channel-566',
// omniflixhub
remoteChannel: 'channel-41',
},
},
},
{
Expand Down Expand Up @@ -555,6 +573,24 @@ export const SUPPORTED_CHAINS: SupportedChainConfig[] = [
// injective
remoteChannel: 'channel-301',
},
[ChainId.OmniflixHubMainnet]: {
// osmosis
note: 'osmo19p2k2wdzdvrr0np5jmef4qa2wpsxjgmumu3k35d3myxcwjf9yufq9xl65h',
// osmosis
listener:
'osmo148g8aue5zvry9wy5zdspcghswqs7gg0qlh9wwzgm4g82t7c6w34qqvs433',
// omniflixhub
voice:
'omniflix1wkwy0xh89ksdgj9hr347dyd2dw7zesmtrue6kfzyml4vdtz6e5wsnmv63u',
// osmosis
localConnection: 'connection-1431',
// omniflixhub
remoteConnection: 'connection-8',
// osmosis
localChannel: 'channel-78358',
// omniflixhub
remoteChannel: 'channel-42',
},
},
},
{
Expand Down

0 comments on commit 5e19a3b

Please sign in to comment.