From 83afa4450b57935d3cc91aedd189aa73cddbeaed Mon Sep 17 00:00:00 2001 From: Mell Date: Wed, 20 Dec 2023 16:54:38 +0200 Subject: [PATCH] Add unique and quartz --- src/components/tips/SupportedTokens.ts | 1 + src/rtk/features/multiChainInfo/types.ts | 2 ++ src/rtk/features/prices/pricesHooks.ts | 1 + 3 files changed, 4 insertions(+) diff --git a/src/components/tips/SupportedTokens.ts b/src/components/tips/SupportedTokens.ts index b6ac965d..d3fa84bf 100644 --- a/src/components/tips/SupportedTokens.ts +++ b/src/components/tips/SupportedTokens.ts @@ -14,6 +14,7 @@ export const networkByCurrency: Record = { PDEX: 'polkadex', XOR: 'sora', PCX: 'chainx', + UNQ: 'unique' // TODO add more tokens // : '', } diff --git a/src/rtk/features/multiChainInfo/types.ts b/src/rtk/features/multiChainInfo/types.ts index 544a9a67..08fa7eef 100644 --- a/src/rtk/features/multiChainInfo/types.ts +++ b/src/rtk/features/multiChainInfo/types.ts @@ -94,6 +94,8 @@ export const supportedNetworks = [ 'darwinia', 'darwinia-crab', 'invArch', + 'unique', + 'quartz' ] export const evmLikeNetworks = [ 'moonriver', 'moonbeam' ] diff --git a/src/rtk/features/prices/pricesHooks.ts b/src/rtk/features/prices/pricesHooks.ts index af72f2d9..d81ffa87 100644 --- a/src/rtk/features/prices/pricesHooks.ts +++ b/src/rtk/features/prices/pricesHooks.ts @@ -14,6 +14,7 @@ export const overriddenChainNames: Record = { bitCountry: 'metaverse-network-pioneer', parallel: 'parallel-finance', pendulum: 'pendulum-chain', + unique: 'unique-network', } export const statemineAssets = [ 'rmrk' ]