From 8d2bca364bd1378b8e4131a91b2ea6e5e7ead4f2 Mon Sep 17 00:00:00 2001 From: Doublo Date: Tue, 1 Aug 2023 22:54:52 +0200 Subject: [PATCH] =?UTF-8?q?=EF=BB=BFtest:=20pcs=20bond?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants/bills.ts | 84 ++++++++++++++++++++++++++++++++++++++++ src/constants/tokens.ts | 85 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 169 insertions(+) diff --git a/src/constants/bills.ts b/src/constants/bills.ts index fb0f8080..19c209e4 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -1916,6 +1916,90 @@ const bills: BillsConfig[] = [ initPrice: { [ChainId.MATIC]: 0.0015076537321486155 }, soldOut: true, }, + // { + // index: 983649, + // contractAddress: { + // [ChainId.MATIC]: '0xA293cAD7a7163bD8327737bd6dc2Bc66613f0FC8', + // }, + // billType: 'liquidity', + // billVersion: BillVersion.V2, + // token: tokens.doubloons, + // quoteToken: tokens.wmatic, + // lpToken: tokens.maticDoubloons, + // earnToken: tokens.doubloons, + // billNnftAddress: { + // [ChainId.MATIC]: '0xf63e25B5492A856189420724fe6f3573620966f3', + // }, + // inactive: false, + // projectLink: 'https://www.quickswap.app/', + // twitter: 'https://twitter.com/', + // audit: 'Add audit link', + // initTime: { [ChainId.MATIC]: 1690087710 }, + // initPrice: { [ChainId.MATIC]: 0.00123 }, + // }, + // { + // index: 16543, + // contractAddress: { + // [ChainId.MATIC]: '0x6D17B2013728D7900f131816013ade561e4D6150', + // }, + // billType: 'liquidity', + // billVersion: BillVersion.V2, + // token: tokens.quick, + // quoteToken: tokens.wmatic, + // lpToken: tokens.quickMatic, + // earnToken: tokens.quicktest, + // billNnftAddress: { + // [ChainId.MATIC]: '0xf63e25B5492A856189420724fe6f3573620966f3', + // }, + // inactive: false, + // projectLink: 'https://www.quickswap.app/', + // twitter: 'https://twitter.com/', + // audit: 'Add audit link', + // initTime: { [ChainId.MATIC]: 1690287710 }, + // initPrice: { [ChainId.MATIC]: 0.00123 }, + // }, + { + index: 16564, + contractAddress: { + [ChainId.BSC]: '0xff05Fd09Ee4dcab917E1710f937A6Cf4aFB9B3AB', + }, + billType: 'liquidity', + billVersion: BillVersion.V2, + token: tokens.wbnb, + quoteToken: tokens.usdt, + lpToken: tokens.pcsBnbUsdt, + earnToken: tokens.TTT, + billNnftAddress: { + [ChainId.BSC]: '0xce112e14e23b7700ad4915290ea24575f01609fa', + }, + inactive: false, + projectLink: 'https://www.PCS.app/', + twitter: 'https://twitter.com/', + audit: 'Add audit link', + initTime: { [ChainId.MATIC]: 1690287710 }, + initPrice: { [ChainId.MATIC]: 0.00123 }, + }, + { + index: 16543, + contractAddress: { + [ChainId.MATIC]: '0x73a9BdC11FD6A6E360e08d30cCC29EBE345d4237', + }, + billType: 'liquidity', + billVersion: BillVersion.V2, + token: tokens.quick, + quoteToken: tokens.wmatic, + lpToken: tokens.quickMatic, + earnToken: tokens.quicktest, + billNnftAddress: { + [ChainId.MATIC]: '0xf63e25B5492A856189420724fe6f3573620966f3', + }, + inactive: false, + projectLink: 'https://www.quickswap.app/', + twitter: 'https://twitter.com/', + audit: 'Add audit link', + initTime: { [ChainId.MATIC]: 1690287710 }, + initPrice: { [ChainId.MATIC]: 0.00123 }, + }, /* Telos Bills diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 62a8547e..e4595e3b 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -1997,6 +1997,45 @@ const tokens: Record = { }, active: true, }, + quicktest: { + symbol: 'QT', + address: { + [ChainId.MATIC]: '0x5d4bdadC63542eB01835Cd870629b46BF5169f8E', + }, + decimals: { + [ChainId.MATIC]: 18, + }, + active: true, + liquidityDex: { + [ChainId.MATIC]: LiquidityDex.QuickswapV2, + }, + }, + quick: { + symbol: 'Quick', + address: { + [ChainId.MATIC]: '0xB5C064F955D8e7F38fE0460C556a72987494eE17', + }, + decimals: { + [ChainId.MATIC]: 18, + }, + active: true, + liquidityDex: { + [ChainId.MATIC]: LiquidityDex.Algebra, + }, + }, + TTT: { + symbol: 'TTT', + address: { + [ChainId.BSC]: '0x699EDc2f863d7AcAc41Bc19E2607823181bC88eE', + }, + decimals: { + [ChainId.BSC]: 18, + }, + active: true, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + }, // Test LPs @@ -2022,6 +2061,52 @@ const tokens: Record = { active: false, lpToken: true, }, + maticDoubloons: { + symbol: 'MATIC-D', + address: { + [ChainId.MATIC]: '0x68458B8604c81f5390C790F362A53A5168570D7F', + }, + decimals: { + [ChainId.MATIC]: 18, + }, + active: true, + lpToken: true, + liquidityDex: { + [ChainId.MATIC]: LiquidityDex.QuickswapV2, + }, + }, + quickMatic: { + symbol: 'aWMATIC-QUICK', + address: { + [ChainId.MATIC]: '0x7f09bD2801A7b795dF29C273C4afbB0Ff15E2D63', + }, + decimals: { + [ChainId.MATIC]: 18, + }, + active: true, + lpToken: true, + liquidityDex: { + [ChainId.MATIC]: LiquidityDex.Algebra, + }, + }, + pcsBnbUsdt: { + symbol: 'BNB-USDT', + address: { + [ChainId.BSC]: '0x16b9a82891338f9bA80E2D6970FddA79D1eb0daE', + }, + decimals: { + [ChainId.BSC]: 18, + }, + active: false, + lpToken: true, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + getLpUrl: { + [ChainId.BSC]: + 'https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c', + }, + }, // LP Tokens bananaBnb: {