diff --git a/packages/stateful/components/SelfRelayExecuteModal.tsx b/packages/stateful/components/SelfRelayExecuteModal.tsx index ad9dfe939..23a7106e1 100644 --- a/packages/stateful/components/SelfRelayExecuteModal.tsx +++ b/packages/stateful/components/SelfRelayExecuteModal.tsx @@ -96,6 +96,7 @@ const RELAYER_FUNDS_NEEDED: Partial> = { [ChainId.ArchwayMainnet]: 1 * 10 ** 18, [ChainId.InjectiveMainnet]: 0.03 * 10 ** 18, [ChainId.TerraClassicMainnet]: 1000 * 10 ** 6, + [ChainId.OmniflixHubMainnet]: 1 * 10 ** 6, } type Relayer = { diff --git a/packages/types/chain.ts b/packages/types/chain.ts index 6cb8f54e8..12cd520f4 100644 --- a/packages/types/chain.ts +++ b/packages/types/chain.ts @@ -77,6 +77,7 @@ export enum ChainId { ArchwayMainnet = 'archway-1', InjectiveMainnet = 'injective-1', BitsongTestnet = 'bobnet', + OmniflixHubMainnet = 'omniflixhub-1', } export type BaseChainConfig = { diff --git a/packages/utils/constants/chains.ts b/packages/utils/constants/chains.ts index 6d6d3a03b..e7220b608 100644 --- a/packages/utils/constants/chains.ts +++ b/packages/utils/constants/chains.ts @@ -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', + }, }, }, { @@ -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', + }, }, }, {