diff --git a/config/bills.json b/config/bills.json index d840661b..0841b159 100644 --- a/config/bills.json +++ b/config/bills.json @@ -404,6 +404,85 @@ }, "soldOut": false }, + { + "index": 82, + "contractAddress": { + "56": "0x8303dd7222b5c162C85351292b0ce26C221c4acD" + }, + "billType": "liquidity", + "billVersion": "V2", + "token": { + "symbol": "BRG", + "address": { + "56": "0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42" + }, + "decimals": { + "56": 18 + }, + "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": "BRG-BNB", + "address": { + "56": "0xeb5fcb296e4c5305108e74658849cc5C2400bC0E" + }, + "decimals": { + "56": 18 + }, + "active": true, + "lpToken": true, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "getLpUrl": { + "56": "https://pancakeswap.finance/v2/add/BNB/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42" + } + }, + "earnToken": { + "symbol": "BRG", + "address": { + "56": "0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://bridge.link/", + "twitter": "https://twitter.com/bridge_oracle", + "audit": "https://www.certik.com/projects/bridge-oracle?utm_source=CMC&utm_campaign=AuditByCertiKLink", + "initTime": { + "56": 1692115200 + }, + "initPrice": { + "56": 0.000387 + }, + "soldOut": false + }, { "index": 81, "contractAddress": { @@ -793,7 +872,7 @@ "billNnftAddress": { "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" }, - "inactive": false, + "inactive": true, "projectLink": "https://legacy.apeswap.finance/nft", "twitter": "https://twitter.com/ApeSwapNFT", "audit": "https://paladinsec.co/projects/apeswap/", @@ -937,7 +1016,7 @@ "billNnftAddress": { "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" }, - "inactive": false, + "inactive": true, "projectLink": "https://www.noot.fun/", "twitter": "https://twitter.com/nootcoinbnb", "audit": "https://techright.io/audit/nootcoin/", @@ -947,7 +1026,7 @@ "initPrice": { "56": 8.72237e-9 }, - "soldOut": false + "soldOut": true }, { "index": 67, @@ -1510,7 +1589,7 @@ "billNnftAddress": { "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" }, - "inactive": false, + "inactive": true, "projectLink": "https://cake.monster/", "twitter": "https://twitter.com/thecakemnstr", "audit": "https://solidity.finance/audits/CakeMonster/", @@ -2271,7 +2350,7 @@ "billNnftAddress": { "56": "0x7FD203888661d1F0AE625eD599909f8F97698670" }, - "inactive": false, + "inactive": true, "projectLink": "https://liquidus.finance/", "twitter": "https://twitter.com/LiquidusFinance", "audit": "https://liquidus.finance/LiqTechRateAudit.pdf", @@ -2338,7 +2417,7 @@ "billNnftAddress": { "56": "0x7FD203888661d1F0AE625eD599909f8F97698670" }, - "inactive": false, + "inactive": true, "projectLink": "https://cake.monster/", "twitter": "https://twitter.com/thecakemnstr", "audit": "https://solidity.finance/audits/CakeMonster/", diff --git a/config/tokens.json b/config/tokens.json index 0d0b82ac..108b4192 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -1937,6 +1937,19 @@ }, "active": true }, + "brg": { + "symbol": "BRG", + "address": { + "56": "0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, "cgg": { "symbol": "CGG", "address": { @@ -2813,6 +2826,23 @@ "56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x9840652DC04fb9db2C43853633f0F62BE6f00f98" } }, + "brgBnb_PCS": { + "symbol": "BRG-BNB", + "address": { + "56": "0xeb5fcb296e4c5305108e74658849cc5C2400bC0E" + }, + "decimals": { + "56": 18 + }, + "active": true, + "lpToken": true, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "getLpUrl": { + "56": "https://pancakeswap.finance/v2/add/BNB/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42" + } + }, "stlosTlos": { "symbol": "STLOS-TLOS", "address": { diff --git a/package.json b/package.json index b8d2d96c..2a9d60b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.0", + "version": "1.5.1", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 42610214..aa2b7f17 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -2,7 +2,7 @@ import { ChainId } from '@ape.swap/sdk' import tokens from './tokens' import { BillsConfig, BillVersion } from '../types' -// BNB Largest ID: 81 +// BNB Largest ID: 82 // Polygon Largest ID: 109 // Telos Largest ID: 215 // Arbitrum Largest ID: 2003 @@ -118,6 +118,28 @@ const bills: BillsConfig[] = [ initPrice: { [ChainId.BSC]: 0.0303088 }, soldOut: false, }, + { + index: 82, + contractAddress: { + [ChainId.BSC]: '0x8303dd7222b5c162C85351292b0ce26C221c4acD', + }, + billType: 'liquidity', + billVersion: BillVersion.V2, + token: tokens.brg, + quoteToken: tokens.wbnb, + lpToken: tokens.brgBnb_PCS, + earnToken: tokens.brg, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://bridge.link/', + twitter: 'https://twitter.com/bridge_oracle', + audit: 'https://www.certik.com/projects/bridge-oracle?utm_source=CMC&utm_campaign=AuditByCertiKLink', + initTime: { [ChainId.BSC]: 1692115200 }, + initPrice: { [ChainId.BSC]: 0.000387 }, + soldOut: false, + }, { index: 81, contractAddress: { @@ -242,7 +264,7 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', }, - inactive: false, + inactive: true, projectLink: 'https://legacy.apeswap.finance/nft', twitter: 'https://twitter.com/ApeSwapNFT', audit: 'https://paladinsec.co/projects/apeswap/', @@ -287,13 +309,13 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', }, - inactive: false, + inactive: true, projectLink: 'https://www.noot.fun/', twitter: 'https://twitter.com/nootcoinbnb', audit: 'https://techright.io/audit/nootcoin/', initTime: { [ChainId.BSC]: 1684771200 }, initPrice: { [ChainId.BSC]: 0.00000000872237 }, - soldOut: false, + soldOut: true, }, { index: 67, @@ -463,7 +485,7 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', }, - inactive: false, + inactive: true, projectLink: 'https://cake.monster/', twitter: 'https://twitter.com/thecakemnstr', audit: 'https://solidity.finance/audits/CakeMonster/', @@ -707,7 +729,7 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.BSC]: '0x7FD203888661d1F0AE625eD599909f8F97698670', }, - inactive: false, + inactive: true, projectLink: 'https://liquidus.finance/', twitter: 'https://twitter.com/LiquidusFinance', audit: 'https://liquidus.finance/LiqTechRateAudit.pdf', @@ -729,7 +751,7 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.BSC]: '0x7FD203888661d1F0AE625eD599909f8F97698670', }, - inactive: false, + inactive: true, projectLink: 'https://cake.monster/', twitter: 'https://twitter.com/thecakemnstr', audit: 'https://solidity.finance/audits/CakeMonster/', diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 40eb3bcc..90597408 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -1932,6 +1932,17 @@ const tokens: Record = { decimals: { [ChainId.BSC]: 18 }, active: true, }, + brg: { + symbol: 'BRG', + address: { + [ChainId.BSC]: '0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42', + }, + decimals: { [ChainId.BSC]: 18 }, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + active: true, + }, cgg: { symbol: 'CGG', address: { @@ -2816,6 +2827,21 @@ const tokens: Record = { 'https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x9840652DC04fb9db2C43853633f0F62BE6f00f98', }, }, + brgBnb_PCS: { + symbol: 'BRG-BNB', + address: { + [ChainId.BSC]: '0xeb5fcb296e4c5305108e74658849cc5C2400bC0E', + }, + decimals: { [ChainId.BSC]: 18 }, + active: true, + lpToken: true, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + getLpUrl: { + [ChainId.BSC]: 'https://pancakeswap.finance/v2/add/BNB/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42', + }, + }, stlosTlos: { symbol: 'STLOS-TLOS', address: {