diff --git a/config/bills.json b/config/bills.json index 80ecd7d6..639c875e 100644 --- a/config/bills.json +++ b/config/bills.json @@ -2824,6 +2824,68 @@ "tags": ["DeFi"], "shortDescription": "Metavault is a perpetual DEX aggregator featuring an all-in-one DeFi super dApp, allowing users to trade multichain with a seamless user experience. With over $2.9 billion in trading volume and trusted by over 139,000 users, Metavault is the go-to solution for all DeFi needs!" }, + { + "index": 1118, + "cmcId": 29157, + "chainId": 56, + "contractAddress": { + "56": "0x66b9ACedf09C2F5729417f5711b77829CE344d7e" + }, + "billType": "reserve", + "billVersion": "V2", + "lpToken": { + "symbol": "USDT", + "address": { + "56": "0x55d398326f99059fF775485246999027B3197955" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV3" + }, + "active": true + }, + "earnToken": { + "symbol": "ABOND", + "address": { + "56": "0x34294AfABCbaFfc616ac6614F6d2e17260b78BEd" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "ThenaV1" + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://ape.bond/", + "twitter": "https://twitter.com/apebond", + "audit": "https://paladinsec.co/projects/apebond/", + "initTime": { + "56": 1734992220 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + }, + "shortDescription": "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.", + "fullDescription": "ApeBond is building a sustainable DeFi future through its innovative Bonds products and strategic partnerships. Known for its Crowdsource OTC solution and treasury diversification expertise, ApeBond has launched Bonds with over 140 partners, sold 38,000+ Bonds for a total of $14,000,000 USD, and achieved a top 10 Dapp status by daily active users (DAU) according to CoinMarketCap. The ABOND token ties users with the platform by unlocking special Bonds, new earning opportunities, and more utilities coming up in the pipeline.", + "tags": ["CHRISTMAS SALE"], + "partnersURLS": [ + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613243/Seedify_fbt392.svg", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613244/ORBS_anzm60.png", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613242/quickLogo_2_1_g95ynz.png", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613243/aitech_logo_100_real_no_fake_bjskiq.png", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613243/FLOKI_LOGO_1_o9rffp.png", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613242/animoca_1_w2z9m1.png" + ], + "minTier": 1 + }, { "index": 1117, "cmcId": 25822, @@ -2926,7 +2988,7 @@ "initTime": { "56": 1734992220 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" }, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 389c8dbb..c4bcfcd9 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -1,7 +1,7 @@ import tokens from './tokens' import { BillArtCollection, BillsConfig, BillVersion, ChainId, LaunchBondTiers, MigrationVestingTerms } from '../types' -// BNB Largest ID: 1115 +// BNB Largest ID: 1118 // Polygon Largest ID: 168 // Telos Largest ID: 215 // Arbitrum Largest ID: 2011 @@ -1448,6 +1448,44 @@ const bills: BillsConfig[] = [ // // BNB chain // + { + index: 1118, + cmcId: 29157, + chainId: ChainId.BSC, + contractAddress: { + [ChainId.BSC]: '0x66b9ACedf09C2F5729417f5711b77829CE344d7e', + }, + billType: 'reserve', + billVersion: BillVersion.V2, + lpToken: tokens.usdt, + earnToken: tokens.abond, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://ape.bond/', + twitter: 'https://twitter.com/apebond', + audit: 'https://paladinsec.co/projects/apebond/', + initTime: { [ChainId.BSC]: 1734992220 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + shortDescription: + '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.', + fullDescription: + 'ApeBond is building a sustainable DeFi future through its innovative Bonds products and strategic partnerships. Known for its Crowdsource OTC solution and treasury diversification expertise, ApeBond has launched Bonds with over 140 partners, sold 38,000+ Bonds for a total of $14,000,000 USD, and achieved a top 10 Dapp status by daily active users (DAU) according to CoinMarketCap. The ABOND token ties users with the platform by unlocking special Bonds, new earning opportunities, and more utilities coming up in the pipeline.', + tags: ['CHRISTMAS SALE'], + partnersURLS: [ + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613243/Seedify_fbt392.svg', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613244/ORBS_anzm60.png', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613242/quickLogo_2_1_g95ynz.png', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613243/aitech_logo_100_real_no_fake_bjskiq.png', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613243/FLOKI_LOGO_1_o9rffp.png', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613242/animoca_1_w2z9m1.png', + ], + minTier: LaunchBondTiers.Silver, + }, { index: 1117, cmcId: 25822, @@ -1496,7 +1534,7 @@ const bills: BillsConfig[] = [ twitter: 'https://twitter.com/apebond', audit: 'https://paladinsec.co/projects/apebond/', initTime: { [ChainId.BSC]: 1734992220 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, },