Skip to content

Commit

Permalink
chore: Add VEXT test bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Oct 23, 2023
1 parent da0e7c3 commit dee3c09
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 2 deletions.
84 changes: 84 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -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&currency1=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": {
Expand Down
30 changes: 30 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -2237,6 +2250,23 @@
"137": "https://quickswap.exchange/#/pools?currency0=0xE06Bd4F5aAc8D0aA337D13eC88dB6defC6eAEefE&currency1=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&currency1=0xc2132D05D31c914a87C6611C10748AEb04B58e8F"
}
},
"bananaBnb": {
"symbol": "BANANA-BNB",
"address": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
25 changes: 24 additions & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
31 changes: 31 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2159,6 +2159,19 @@ const tokens: Record<string, Token> = {
[ChainId.MATIC]: LiquidityDex.QuickswapV2,
},
},
vext: {
symbol: 'VEXT',
address: {
[ChainId.MATIC]: '0x27842334C55c01DDFE81Bf687425F906816c5141',
},
decimals: {
[ChainId.MATIC]: 18,
},
active: true,
liquidityDex: {
[ChainId.MATIC]: LiquidityDex.QuickswapV2,
},
},

// Test LPs

Expand Down Expand Up @@ -2236,6 +2249,24 @@ const tokens: Record<string, Token> = {
'https://quickswap.exchange/#/pools?currency0=0xE06Bd4F5aAc8D0aA337D13eC88dB6defC6eAEefE&currency1=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&currency1=0xc2132D05D31c914a87C6611C10748AEb04B58e8F',
},
},

// LP Tokens
bananaBnb: {
Expand Down

0 comments on commit dee3c09

Please sign in to comment.