From dee3c09b801a203baf3124dbc437940842727557 Mon Sep 17 00:00:00 2001 From: Efe Date: Mon, 23 Oct 2023 21:03:28 +0300 Subject: [PATCH] chore: Add VEXT test bond --- config/bills.json | 84 +++++++++++++++++++++++++++++++++++++++++ config/tokens.json | 30 +++++++++++++++ package.json | 2 +- src/constants/bills.ts | 25 +++++++++++- src/constants/tokens.ts | 31 +++++++++++++++ 5 files changed, 170 insertions(+), 2 deletions(-) diff --git a/config/bills.json b/config/bills.json index 89ef3c73..9b5308dc 100644 --- a/config/bills.json +++ b/config/bills.json @@ -9385,6 +9385,90 @@ }, "soldOut": true }, + { + "index": 16547, + "contractAddress": { + "137": "0x8E461Fcaf7e9D58fB8DD97A8Ca0e73C9Bb88a835" + }, + "billType": "liquidity", + "billVersion": "V2", + "token": { + "symbol": "VEXT", + "address": { + "137": "0x27842334C55c01DDFE81Bf687425F906816c5141" + }, + "decimals": { + "137": 18 + }, + "active": true, + "liquidityDex": { + "137": "QuickswapV2" + } + }, + "quoteToken": { + "symbol": "USDT", + "address": { + "40": "0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73", + "56": "0x55d398326f99059ff775485246999027b3197955", + "137": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f", + "42161": "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9" + }, + "decimals": { + "40": 6, + "56": 18, + "137": 6, + "42161": 6 + }, + "active": true + }, + "lpToken": { + "symbol": "aVEXT-USDT", + "address": { + "137": "0x5CdC18b774C6cD6F1398FAf19D4Bd4f31Bc53C57" + }, + "decimals": { + "137": 18 + }, + "active": true, + "lpToken": true, + "liquidityDex": { + "137": "QuickswapV2" + }, + "getLpUrl": { + "137": "https://quickswap.exchange/#/pools/v3?currency0=0x27842334C55c01DDFE81Bf687425F906816c5141¤cy1=0xc2132D05D31c914a87C6611C10748AEb04B58e8F" + } + }, + "earnToken": { + "symbol": "VEXT", + "address": { + "137": "0x27842334C55c01DDFE81Bf687425F906816c5141" + }, + "decimals": { + "137": 18 + }, + "active": true, + "liquidityDex": { + "137": "QuickswapV2" + } + }, + "billNnftAddress": { + "137": "0x0f59f11AA94e19b796e8a834A89a66F328155181" + }, + "inactive": false, + "projectLink": "https://www.quickswap.app/", + "twitter": "https://twitter.com/", + "audit": "https://www.google.com/search?q=vitalik+dick+pick&tbm=isch&ved=2ahUKEwjx9p_G-fCBAxVo1wIHHf5cDzgQ2-cCegQIABAA&oq=vitalik+dick+pick&gs_lcp=CgNpbWcQAzoECCMQJzoFCAAQgAQ6BggAEAgQHjoHCAAQGBCABFCoBljmG2CzHWgAcAB4AIABhwGIAc4MkgEEMC4xNJgBAKABAaoBC2d3cy13aXotaW1nwAEB&sclient=img&ei=eSEoZbHWHeiui-gP_rm9wAM&bih=664&biw=922#imgrc=tUcYq8cEQ6QoTM", + "initTime": { + "137": 1697118653 + }, + "initPrice": { + "137": 0.07867 + }, + "billArt": { + "collection": "Quickswap_Collection1" + }, + "bondPartner": "QuickSwap" + }, { "index": 16546, "contractAddress": { diff --git a/config/tokens.json b/config/tokens.json index 98275758..4dd10aec 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -2186,6 +2186,19 @@ "137": "QuickswapV2" } }, + "vext": { + "symbol": "VEXT", + "address": { + "137": "0x27842334C55c01DDFE81Bf687425F906816c5141" + }, + "decimals": { + "137": 18 + }, + "active": true, + "liquidityDex": { + "137": "QuickswapV2" + } + }, "quickMatic": { "symbol": "aWMATIC-QUICK", "address": { @@ -2237,6 +2250,23 @@ "137": "https://quickswap.exchange/#/pools?currency0=0xE06Bd4F5aAc8D0aA337D13eC88dB6defC6eAEefE¤cy1=0xc2132D05D31c914a87C6611C10748AEb04B58e8F" } }, + "vexUsdt": { + "symbol": "aVEXT-USDT", + "address": { + "137": "0x5CdC18b774C6cD6F1398FAf19D4Bd4f31Bc53C57" + }, + "decimals": { + "137": 18 + }, + "active": true, + "lpToken": true, + "liquidityDex": { + "137": "QuickswapV2" + }, + "getLpUrl": { + "137": "https://quickswap.exchange/#/pools/v3?currency0=0x27842334C55c01DDFE81Bf687425F906816c5141¤cy1=0xc2132D05D31c914a87C6611C10748AEb04B58e8F" + } + }, "bananaBnb": { "symbol": "BANANA-BNB", "address": { diff --git a/package.json b/package.json index 5616f9a1..6abd86a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.31-test.4", + "version": "1.5.31-test.5", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index e09db258..ac774531 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -2847,7 +2847,30 @@ const bills: BillsConfig[] = [ /* Test QuickSwap Bonds */ - + { + index: 16547, + contractAddress: { + [ChainId.MATIC]: '0x8E461Fcaf7e9D58fB8DD97A8Ca0e73C9Bb88a835', + }, + billType: 'liquidity', + billVersion: BillVersion.V2, + token: tokens.vext, + quoteToken: tokens.usdt, + lpToken: tokens.vexUsdt, + earnToken: tokens.vext, + billNnftAddress: { + [ChainId.MATIC]: '0x0f59f11AA94e19b796e8a834A89a66F328155181', + }, + inactive: false, + projectLink: 'https://www.quickswap.app/', + twitter: 'https://twitter.com/', + audit: + 'https://www.google.com/search?q=vitalik+dick+pick&tbm=isch&ved=2ahUKEwjx9p_G-fCBAxVo1wIHHf5cDzgQ2-cCegQIABAA&oq=vitalik+dick+pick&gs_lcp=CgNpbWcQAzoECCMQJzoFCAAQgAQ6BggAEAgQHjoHCAAQGBCABFCoBljmG2CzHWgAcAB4AIABhwGIAc4MkgEEMC4xNJgBAKABAaoBC2d3cy13aXotaW1nwAEB&sclient=img&ei=eSEoZbHWHeiui-gP_rm9wAM&bih=664&biw=922#imgrc=tUcYq8cEQ6QoTM', + initTime: { [ChainId.MATIC]: 1697118653 }, + initPrice: { [ChainId.MATIC]: 0.07867 }, + billArt: { collection: BillArtCollection.Quickswap_Collection1 }, + bondPartner: 'QuickSwap', + }, { index: 16546, contractAddress: { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 494a9b4b..99d48b11 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -2159,6 +2159,19 @@ const tokens: Record = { [ChainId.MATIC]: LiquidityDex.QuickswapV2, }, }, + vext: { + symbol: 'VEXT', + address: { + [ChainId.MATIC]: '0x27842334C55c01DDFE81Bf687425F906816c5141', + }, + decimals: { + [ChainId.MATIC]: 18, + }, + active: true, + liquidityDex: { + [ChainId.MATIC]: LiquidityDex.QuickswapV2, + }, + }, // Test LPs @@ -2236,6 +2249,24 @@ const tokens: Record = { 'https://quickswap.exchange/#/pools?currency0=0xE06Bd4F5aAc8D0aA337D13eC88dB6defC6eAEefE¤cy1=0xc2132D05D31c914a87C6611C10748AEb04B58e8F', }, }, + vexUsdt: { + symbol: 'aVEXT-USDT', + address: { + [ChainId.MATIC]: '0x5CdC18b774C6cD6F1398FAf19D4Bd4f31Bc53C57', + }, + decimals: { + [ChainId.MATIC]: 18, + }, + active: true, + lpToken: true, + liquidityDex: { + [ChainId.MATIC]: LiquidityDex.QuickswapV2, + }, + getLpUrl: { + [ChainId.MATIC]: + 'https://quickswap.exchange/#/pools/v3?currency0=0x27842334C55c01DDFE81Bf687425F906816c5141¤cy1=0xc2132D05D31c914a87C6611C10748AEb04B58e8F', + }, + }, // LP Tokens bananaBnb: {