Skip to content

Commit

Permalink
feat: new nonApe bond design changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Doublo54 committed Aug 8, 2023
1 parent d274402 commit b3853d0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 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.6-test.1",
"version": "1.4.6-test.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1983,16 +1983,16 @@ const bills: BillsConfig[] = [
{
index: 16564,
contractAddress: {
[ChainId.BSC]: '0xff05Fd09Ee4dcab917E1710f937A6Cf4aFB9B3AB',
[ChainId.BSC]: '0xf8e9b4020294bb1dfC737461A703876aa9B71F6d',
},
billType: 'liquidity',
billVersion: BillVersion.V2,
token: tokens.wbnb,
quoteToken: tokens.usdt,
lpToken: tokens.pcsBnbUsdt,
earnToken: tokens.TTT,
token: tokens.cgpt,
quoteToken: tokens.busd,
lpToken: tokens.cgptBusd_PCS,
earnToken: tokens.cgpt,
billNnftAddress: {
[ChainId.BSC]: '0xce112e14e23b7700ad4915290ea24575f01609fa',
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://ChainGPT.org/',
Expand Down
16 changes: 16 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2888,6 +2888,22 @@ const tokens: Record<string, Token> = {
active: true,
lpToken: true,
},
cgptBusd_PCS: {
symbol: 'CGPT-BUSD',
address: {
[ChainId.BSC]: '0xcFE847AAE922CBe3Dcbba61DBB1ed97D2124d322',
},
decimals: { [ChainId.BSC]: 18 },
active: true,
lpToken: true,
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
getLpUrl: {
[ChainId.BSC]:
'https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x9840652DC04fb9db2C43853633f0F62BE6f00f98',
},
},
stlosTlos: {
symbol: 'STLOS-TLOS',
address: {
Expand Down

0 comments on commit b3853d0

Please sign in to comment.