Skip to content

Commit

Permalink
Merge pull request #205 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add CGV Bond
  • Loading branch information
obiedobo authored Aug 30, 2023
2 parents f93faf2 + be8010f commit 2563e9d
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 2 deletions.
79 changes: 79 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,85 @@
},
"soldOut": false
},
{
"index": 84,
"contractAddress": {
"56": "0xb96D4ef47d9989e68798c3e5Bf641e8028E60c32"
},
"billType": "liquidity",
"billVersion": "V2",
"token": {
"symbol": "CGV",
"address": {
"56": "0x1bDaF9ddD7658d8049391971d1fd48c0484F66EC"
},
"decimals": {
"56": 6
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"quoteToken": {
"symbol": "BNB",
"address": {
"56": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
"97": "0xae13d989dac2f0debff460ac112a837c89baa7cd",
"137": "0xa649325aa7c5093d12d6f98eb4378deae68ce23f"
},
"decimals": {
"56": 18,
"97": 18,
"137": 18
},
"active": true
},
"lpToken": {
"symbol": "CGV-BNB",
"address": {
"56": "0xFd22bc3F3b467F72B87146Ef87863C7766789c51"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV2"
},
"getLpUrl": {
"56": "https://pancakeswap.finance/v2/add/BNB/0x1bDaF9ddD7658d8049391971d1fd48c0484F66EC"
}
},
"earnToken": {
"symbol": "CGV",
"address": {
"56": "0x1bDaF9ddD7658d8049391971d1fd48c0484F66EC"
},
"decimals": {
"56": 6
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://www.cogitoprotocol.com/",
"twitter": "https://twitter.com/CogitoProtocol",
"audit": "https://wp.hacken.io/wp-content/uploads/2023/05/Cogito_SC-Audit-Report_11_05_2023_SA-1337-1.pdf",
"initTime": {
"56": 0.0262588
},
"initPrice": {
"56": 1693411200
},
"soldOut": false
},
{
"index": 83,
"contractAddress": {
Expand Down
30 changes: 30 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1963,6 +1963,19 @@
},
"active": true
},
"cgv": {
"symbol": "CGV",
"address": {
"56": "0x1bDaF9ddD7658d8049391971d1fd48c0484F66EC"
},
"decimals": {
"56": 6
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"cgg": {
"symbol": "CGG",
"address": {
Expand Down Expand Up @@ -2873,6 +2886,23 @@
"56": "https://pancakeswap.finance/v2/add/BNB/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B"
}
},
"cgvBnb_PCS": {
"symbol": "CGV-BNB",
"address": {
"56": "0xFd22bc3F3b467F72B87146Ef87863C7766789c51"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV2"
},
"getLpUrl": {
"56": "https://pancakeswap.finance/v2/add/BNB/0x1bDaF9ddD7658d8049391971d1fd48c0484F66EC"
}
},
"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.5.2",
"version": "1.5.4",
"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: 83
// BNB Largest ID: 84
// 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: 84,
contractAddress: {
[ChainId.BSC]: '0xb96D4ef47d9989e68798c3e5Bf641e8028E60c32',
},
billType: 'liquidity',
billVersion: BillVersion.V2,
token: tokens.cgv,
quoteToken: tokens.wbnb,
lpToken: tokens.cgvBnb_PCS,
earnToken: tokens.cgv,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://www.cogitoprotocol.com/',
twitter: 'https://twitter.com/CogitoProtocol',
audit: 'https://wp.hacken.io/wp-content/uploads/2023/05/Cogito_SC-Audit-Report_11_05_2023_SA-1337-1.pdf',
initTime: { [ChainId.BSC]: 0.0262588 },
initPrice: { [ChainId.BSC]: 1693411200 },
soldOut: false,
},
{
index: 83,
contractAddress: {
Expand Down
26 changes: 26 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,17 @@ const tokens: Record<string, Token> = {
},
active: true,
},
cgv: {
symbol: 'CGV',
address: {
[ChainId.BSC]: '0x1bDaF9ddD7658d8049391971d1fd48c0484F66EC',
},
decimals: { [ChainId.BSC]: 6 },
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
active: true,
},
cgg: {
symbol: 'CGG',
address: {
Expand Down Expand Up @@ -2868,6 +2879,21 @@ const tokens: Record<string, Token> = {
[ChainId.BSC]: 'https://pancakeswap.finance/v2/add/BNB/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B',
},
},
cgvBnb_PCS: {
symbol: 'CGV-BNB',
address: {
[ChainId.BSC]: '0xFd22bc3F3b467F72B87146Ef87863C7766789c51',
},
decimals: { [ChainId.BSC]: 18 },
active: true,
lpToken: true,
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
getLpUrl: {
[ChainId.BSC]: 'https://pancakeswap.finance/v2/add/BNB/0x1bDaF9ddD7658d8049391971d1fd48c0484F66EC',
},
},
stlosTlos: {
symbol: 'STLOS-TLOS',
address: {
Expand Down

0 comments on commit 2563e9d

Please sign in to comment.