Skip to content

Commit

Permalink
test: pcs bond
Browse files Browse the repository at this point in the history
  • Loading branch information
Doublo54 committed Aug 1, 2023
1 parent 95a0590 commit ebc207d
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 2 deletions.
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.4.4",
"version": "1.4.4.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
84 changes: 84 additions & 0 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
87 changes: 86 additions & 1 deletion src/constants/tokens.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ChainId } from '@ape.swap/sdk'
import { Token } from '../types'
import { LiquidityDex, Token } from '../types'

const tokens: Record<string, Token> = {
// BANANA should always be first token for GNANA calculation
Expand Down Expand Up @@ -1994,6 +1994,45 @@ const tokens: Record<string, Token> = {
},
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

Expand All @@ -2019,6 +2058,52 @@ const tokens: Record<string, Token> = {
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: {
Expand Down

0 comments on commit ebc207d

Please sign in to comment.