From 0722007535544f3874fd109376cb3c3896f725eb Mon Sep 17 00:00:00 2001 From: efeDaniels Date: Thu, 12 Dec 2024 19:01:11 +0300 Subject: [PATCH] chore: Add QUO tokens --- config/tokens.json | 30 ++++++++++++++++++++++++++++++ src/constants/tokens.ts | 27 +++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/config/tokens.json b/config/tokens.json index 62140200..d8ab83fa 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -3755,6 +3755,19 @@ }, "active": true }, + "quo": { + "symbol": "QUO", + "address": { + "56": "0x08b450e4a48C04CDF6DB2bD4cf24057f7B9563fF" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, "hntr": { "symbol": "HNTR", "address": { @@ -5683,6 +5696,23 @@ "56": "https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944" } }, + "quoUsdt_PCS": { + "symbol": "QUO-USDT", + "address": { + "56": "0xa387A64D4E1711442FADeF1dd4C697d901DCCf05" + }, + "decimals": { + "56": 18 + }, + "active": true, + "lpToken": true, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "getLpUrl": { + "56": "https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x08b450e4a48C04CDF6DB2bD4cf24057f7B9563fF" + } + }, "sxchWbnb_PCS": { "symbol": "SXCH-BNB", "address": { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 3a46dd0c..2229b07a 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -3673,6 +3673,17 @@ const tokens: Record = { }, active: true, }, + quo: { + symbol: 'QUO', + address: { + [ChainId.BSC]: '0x08b450e4a48C04CDF6DB2bD4cf24057f7B9563fF', + }, + decimals: { [ChainId.BSC]: 18 }, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + active: true, + }, hntr: { symbol: 'HNTR', address: { @@ -5490,6 +5501,22 @@ const tokens: Record = { 'https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944', }, }, + quoUsdt_PCS: { + symbol: 'QUO-USDT', + address: { + [ChainId.BSC]: '0xa387A64D4E1711442FADeF1dd4C697d901DCCf05', + }, + decimals: { [ChainId.BSC]: 18 }, + active: true, + lpToken: true, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + getLpUrl: { + [ChainId.BSC]: + 'https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x08b450e4a48C04CDF6DB2bD4cf24057f7B9563fF', + }, + }, sxchWbnb_PCS: { symbol: 'SXCH-BNB', address: {