Skip to content

Commit

Permalink
chore: Add IXT-USDT QS univ2 type of bill
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Oct 12, 2023
1 parent f546d4d commit 05b0701
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 1 deletion.
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": 16546,
"contractAddress": {
"137": "0x41FAb0d6c1ABE729b7406Ee9Ca2A30451696FAC6"
},
"billType": "liquidity",
"billVersion": "V2",
"token": {
"symbol": "IXT",
"address": {
"137": "0xe06bd4f5aac8d0aa337d13ec88db6defc6eaeefe"
},
"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": "IXT-USDT",
"address": {
"137": "0x304e57c752E854E9A233Ae82fcC42F7568b81180"
},
"decimals": {
"137": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"137": "QuickswapV2"
},
"getLpUrl": {
"137": "https://quickswap.exchange/#/pools?currency0=0xE06Bd4F5aAc8D0aA337D13eC88dB6defC6eAEefE&currency1=0xc2132D05D31c914a87C6611C10748AEb04B58e8F"
}
},
"earnToken": {
"symbol": "IXT",
"address": {
"137": "0xe06bd4f5aac8d0aa337d13ec88db6defc6eaeefe"
},
"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": 16545,
"contractAddress": {
Expand Down
30 changes: 30 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2173,6 +2173,19 @@
"137": "Algebra"
}
},
"ixt": {
"symbol": "IXT",
"address": {
"137": "0xe06bd4f5aac8d0aa337d13ec88db6defc6eaeefe"
},
"decimals": {
"137": 18
},
"active": true,
"liquidityDex": {
"137": "QuickswapV2"
}
},
"quickMatic": {
"symbol": "aWMATIC-QUICK",
"address": {
Expand Down Expand Up @@ -2207,6 +2220,23 @@
"137": "https://app.gamma.xyz/vault/qi/polygon/details/usdc-weth-narrow"
}
},
"ixtUsdt": {
"symbol": "IXT-USDT",
"address": {
"137": "0x304e57c752E854E9A233Ae82fcC42F7568b81180"
},
"decimals": {
"137": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"137": "QuickswapV2"
},
"getLpUrl": {
"137": "https://quickswap.exchange/#/pools?currency0=0xE06Bd4F5aAc8D0aA337D13eC88dB6defC6eAEefE&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.2",
"version": "1.5.31-test.3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
24 changes: 24 additions & 0 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2848,6 +2848,30 @@ const bills: BillsConfig[] = [
Test QuickSwap Bonds
*/

{
index: 16546,
contractAddress: {
[ChainId.MATIC]: '0x41FAb0d6c1ABE729b7406Ee9Ca2A30451696FAC6',
},
billType: 'liquidity',
billVersion: BillVersion.V2,
token: tokens.ixt,
quoteToken: tokens.usdt,
lpToken: tokens.ixtUsdt,
earnToken: tokens.ixt,
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: 16545,
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 @@ -2146,6 +2146,19 @@ const tokens: Record<string, Token> = {
[ChainId.MATIC]: LiquidityDex.Algebra,
},
},
ixt: {
symbol: 'IXT',
address: {
[ChainId.MATIC]: '0xe06bd4f5aac8d0aa337d13ec88db6defc6eaeefe',
},
decimals: {
[ChainId.MATIC]: 18,
},
active: true,
liquidityDex: {
[ChainId.MATIC]: LiquidityDex.QuickswapV2,
},
},

// Test LPs

Expand Down Expand Up @@ -2205,6 +2218,24 @@ const tokens: Record<string, Token> = {
[ChainId.MATIC]: 'https://app.gamma.xyz/vault/qi/polygon/details/usdc-weth-narrow',
},
},
ixtUsdt: {
symbol: 'IXT-USDT',
address: {
[ChainId.MATIC]: '0x304e57c752E854E9A233Ae82fcC42F7568b81180',
},
decimals: {
[ChainId.MATIC]: 18,
},
active: true,
lpToken: true,
liquidityDex: {
[ChainId.MATIC]: LiquidityDex.QuickswapV2,
},
getLpUrl: {
[ChainId.MATIC]:
'https://quickswap.exchange/#/pools?currency0=0xE06Bd4F5aAc8D0aA337D13eC88dB6defC6eAEefE&currency1=0xc2132D05D31c914a87C6611C10748AEb04B58e8F',
},
},

// LP Tokens
bananaBnb: {
Expand Down

0 comments on commit 05b0701

Please sign in to comment.