Skip to content

Commit

Permalink
Merge pull request #197 from ApeSwapFinance/feat/cgpt_pcs
Browse files Browse the repository at this point in the history
chore: Add CGPT-BUSD PCS bond
  • Loading branch information
Doublo54 authored Aug 9, 2023
2 parents 0cfa4e8 + b91759d commit 90b2a70
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 2 deletions.
71 changes: 71 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,77 @@
},
"soldOut": false
},
{
"index": 81,
"contractAddress": {
"56": "0x1F13AC08BcD8E505A797A518627337eE8Ba2eEFE"
},
"billType": "liquidity",
"billVersion": "V2",
"token": {
"symbol": "CGPT",
"address": {
"56": "0x9840652DC04fb9db2C43853633f0F62BE6f00f98"
},
"decimals": {
"56": 18
},
"active": true
},
"quoteToken": {
"symbol": "BUSD",
"address": {
"56": "0xe9e7cea3dedca5984780bafc599bd69add087d56",
"97": "0xeD24FC36d5Ee211Ea25A80239Fb8C4Cfd80f12Ee"
},
"decimals": {
"56": 18,
"97": 18
},
"active": true
},
"lpToken": {
"symbol": "CGPT-BUSD",
"address": {
"56": "0xcFE847AAE922CBe3Dcbba61DBB1ed97D2124d322"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV2"
},
"getLpUrl": {
"56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x9840652DC04fb9db2C43853633f0F62BE6f00f98"
}
},
"earnToken": {
"symbol": "CGPT",
"address": {
"56": "0x9840652DC04fb9db2C43853633f0F62BE6f00f98"
},
"decimals": {
"56": 18
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://ChainGPT.org/",
"twitter": "http://twitter.com/chain_gpt",
"audit": "https://www.certik.com/projects/chaingpt/",
"initTime": {
"56": 1691596800
},
"initPrice": {
"56": 0.06186
},
"soldOut": false
},
{
"index": 80,
"contractAddress": {
Expand Down
17 changes: 17 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2796,6 +2796,23 @@
"active": true,
"lpToken": true
},
"cgptBusd_PCS": {
"symbol": "CGPT-BUSD",
"address": {
"56": "0xcFE847AAE922CBe3Dcbba61DBB1ed97D2124d322"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV2"
},
"getLpUrl": {
"56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x9840652DC04fb9db2C43853633f0F62BE6f00f98"
}
},
"stlosTlos": {
"symbol": "STLOS-TLOS",
"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.4.8",
"version": "1.4.9",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
24 changes: 23 additions & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ChainId } from '@ape.swap/sdk'
import tokens from './tokens'
import { BillsConfig, BillVersion } from '../types'

// BNB Largest ID: 80
// BNB Largest ID: 81
// Polygon Largest ID: 109
// Telos Largest ID: 215
// Arbitrum Largest ID: 2003
Expand Down Expand Up @@ -118,6 +118,28 @@ const bills: BillsConfig[] = [
initPrice: { [ChainId.BSC]: 0.0303088 },
soldOut: false,
},
{
index: 81,
contractAddress: {
[ChainId.BSC]: '0x1F13AC08BcD8E505A797A518627337eE8Ba2eEFE',
},
billType: 'liquidity',
billVersion: BillVersion.V2,
token: tokens.cgpt,
quoteToken: tokens.busd,
lpToken: tokens.cgptBusd_PCS,
earnToken: tokens.cgpt,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://ChainGPT.org/',
twitter: 'http://twitter.com/chain_gpt',
audit: 'https://www.certik.com/projects/chaingpt/',
initTime: { [ChainId.BSC]: 1691596800 },
initPrice: { [ChainId.BSC]: 0.06186 },
soldOut: false,
},
{
index: 80,
contractAddress: {
Expand Down
16 changes: 16 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2800,6 +2800,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 90b2a70

Please sign in to comment.