diff --git a/config/bills.json b/config/bills.json index 9514fb2c..4257d75b 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1727,6 +1727,91 @@ "tags": ["Cex Fund"], "fullDescription": "ApeBond is a multi-chain bonding protocol dedicated to creating a sustainable DeFi future for projects and communities. Leveraging their innovative Bonding technology and collaborating with over 70 partners, they strive to become the leading protocol for bond solutions and sustainable liquidity." }, + { + "index": 1022, + "contractAddress": { + "56": "0x83E22063362693Cb9C373721D037aDF6EA7762A0" + }, + "billType": "liquidity", + "billVersion": "V2", + "token": { + "symbol": "USDT", + "address": { + "40": "0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73", + "56": "0x55d398326f99059ff775485246999027b3197955", + "137": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f", + "42161": "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9" + }, + "decimals": { + "40": 6, + "56": 18, + "137": 6, + "42161": 6 + }, + "active": true + }, + "quoteToken": { + "symbol": "CHAPZ", + "address": { + "56": "0x7B56748A3Ef9970A5bAe99c58aD8bC67b26c525F" + }, + "decimals": { + "56": 10 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "lpToken": { + "symbol": "CHAPZ-USDT", + "address": { + "56": "0x33F675E6802Bb5aA15Dd797D716436Df0D8Cd372" + }, + "decimals": { + "56": 18 + }, + "active": true, + "lpToken": true, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "getLpUrl": { + "56": "https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x7B56748A3Ef9970A5bAe99c58aD8bC67b26c525F" + } + }, + "earnToken": { + "symbol": "CHAPZ", + "address": { + "56": "0x7B56748A3Ef9970A5bAe99c58aD8bC67b26c525F" + }, + "decimals": { + "56": 10 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://chappyz.com/", + "twitter": "https://twitter.com/Chappyzcom", + "initTime": { + "56": 1700485200 + }, + "initPrice": { + "56": 0.002404165611 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + }, + "fullDescription": "Chappyz is an AI powered plug-and-play protocol that helps build REAL community engagement & growth, whilst rewarding community members in real-time. Users can start earning rewards by simply connecting their socials and chatting. Chappyz advanced AI system scores all messages and delivers a token reward each time users chat.", + "tags": ["AI"] + }, { "index": 1021, "contractAddress": { @@ -1808,7 +1893,7 @@ "billArt": { "collection": "ApeBond_Collection1" }, - "tags": ["Liquid Staking"], + "tags": ["Meme", "NFT"], "fullDescription": "Cake Monster ($MONSTA) is a revolutionary undertaking in sustainable Hyper-Deflationary Economics. Their team has developed a groundbreaking economic policy to combat the problems that the financial world is currently facing and wrapped it as a cute Meme on BNBChain. Users will find On-Chain Games, Play2Earn NFTs, and other rewarding features: Cake Monster is definitely THE BEAST OF BSC." }, { @@ -2929,7 +3014,7 @@ "initPrice": { "56": 0.002404165611 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, diff --git a/package.json b/package.json index 216c5157..91d68d64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.8.34", + "version": "1.8.36", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 43b5acc0..b123758c 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 { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } from '../types' -// BNB Largest ID: 1021 +// BNB Largest ID: 1022 // Polygon Largest ID: 127 // Telos Largest ID: 215 // Arbitrum Largest ID: 2004 @@ -517,6 +517,33 @@ const bills: BillsConfig[] = [ fullDescription: 'ApeBond is a multi-chain bonding protocol dedicated to creating a sustainable DeFi future for projects and communities. Leveraging their innovative Bonding technology and collaborating with over 70 partners, they strive to become the leading protocol for bond solutions and sustainable liquidity.', }, + { + index: 1022, + contractAddress: { + [ChainId.BSC]: '0x83E22063362693Cb9C373721D037aDF6EA7762A0', + }, + billType: 'liquidity', + billVersion: BillVersion.V2, + token: tokens.usdt, + quoteToken: tokens.chapz, + lpToken: tokens.chapzUsdt_PCS, + earnToken: tokens.chapz, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://chappyz.com/', + twitter: 'https://twitter.com/Chappyzcom', + initTime: { [ChainId.BSC]: 1700485200 }, + initPrice: { [ChainId.BSC]: 0.002404165611 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + fullDescription: + 'Chappyz is an AI powered plug-and-play protocol that helps build REAL community engagement & growth, whilst rewarding community members in real-time. Users can start earning rewards by simply connecting their socials and chatting. Chappyz advanced AI system scores all messages and delivers a token reward each time users chat.', + tags: ['AI'], + }, { index: 1021, contractAddress: { @@ -541,7 +568,7 @@ const bills: BillsConfig[] = [ billArt: { collection: BillArtCollection.ApeBond_Collection1, }, - tags: ['Liquid Staking'], + tags: ['Meme', 'NFT'], fullDescription: 'Cake Monster ($MONSTA) is a revolutionary undertaking in sustainable Hyper-Deflationary Economics. Their team has developed a groundbreaking economic policy to combat the problems that the financial world is currently facing and wrapped it as a cute Meme on BNBChain. Users will find On-Chain Games, Play2Earn NFTs, and other rewarding features: Cake Monster is definitely THE BEAST OF BSC.', }, @@ -898,7 +925,7 @@ const bills: BillsConfig[] = [ twitter: 'https://twitter.com/Chappyzcom', initTime: { [ChainId.BSC]: 1700485200 }, initPrice: { [ChainId.BSC]: 0.002404165611 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, },