Skip to content

Commit

Permalink
Add unique and quartz
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Dec 20, 2023
1 parent c3ef20f commit 83afa44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tips/SupportedTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const networkByCurrency: Record<string, string> = {
PDEX: 'polkadex',
XOR: 'sora',
PCX: 'chainx',
UNQ: 'unique'
// TODO add more tokens
// : '',
}
Expand Down
2 changes: 2 additions & 0 deletions src/rtk/features/multiChainInfo/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ export const supportedNetworks = [
'darwinia',
'darwinia-crab',
'invArch',
'unique',
'quartz'
]

export const evmLikeNetworks = [ 'moonriver', 'moonbeam' ]
1 change: 1 addition & 0 deletions src/rtk/features/prices/pricesHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const overriddenChainNames: Record<string, string> = {
bitCountry: 'metaverse-network-pioneer',
parallel: 'parallel-finance',
pendulum: 'pendulum-chain',
unique: 'unique-network',
}

export const statemineAssets = [ 'rmrk' ]
Expand Down

0 comments on commit 83afa44

Please sign in to comment.