From e65af3311a58f303b5d57f46f046c035cc6558a1 Mon Sep 17 00:00:00 2001 From: Efe Date: Fri, 19 Jan 2024 16:42:35 +0300 Subject: [PATCH] chore: Add CAKEBOT bond --- config/bills.json | 87 +++++++++++++++++++++++++++++++++++++++++ config/tokens.json | 13 ++++++ package.json | 2 +- src/constants/bills.ts | 27 +++++++++++++ src/constants/tokens.ts | 11 ++++++ 5 files changed, 139 insertions(+), 1 deletion(-) diff --git a/config/bills.json b/config/bills.json index 17eaebe3..3525a18a 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1727,6 +1727,93 @@ "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": 1020, + "contractAddress": { + "56": "0x591b1b8e19B492A5b5dB2c331cDD5E5E014c69F6" + }, + "billType": "reserve", + "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": "USDT", + "address": { + "40": "0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73", + "56": "0x55d398326f99059ff775485246999027b3197955", + "137": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f", + "42161": "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9" + }, + "decimals": { + "40": 6, + "56": 18, + "137": 6, + "42161": 6 + }, + "active": true + }, + "lpToken": { + "symbol": "USDT", + "address": { + "40": "0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73", + "56": "0x55d398326f99059ff775485246999027b3197955", + "137": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f", + "42161": "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9" + }, + "decimals": { + "40": 6, + "56": 18, + "137": 6, + "42161": 6 + }, + "active": true + }, + "earnToken": { + "symbol": "CAKEBOT", + "address": { + "56": "0x2947C22608D742AF4e8C16D86f90a93969f13F8D" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://www.cakebot.io/", + "twitter": "https://twitter.com/CakebotTeam", + "initTime": { + "56": 1704891600 + }, + "initPrice": { + "56": 0.00173967992950712 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + }, + "tags": ["Trading Bot"], + "fullDescription": "Cakebot is the only all-in-one multi-ChainCurve Telegram Bot. With features such as Streamlined Trading, Precise Limit Orders, Auto Sniper, Private Transactions, Swap Aggregator and more, users can exchange without limits, and most importantly, stay ahead of the curve. Scan, Snipe and Succeed, only with Cakebot." + }, { "index": 1019, "contractAddress": { diff --git a/config/tokens.json b/config/tokens.json index db55ee34..f92a1097 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -2251,6 +2251,19 @@ }, "active": true }, + "cakebot": { + "symbol": "CAKEBOT", + "address": { + "56": "0x2947C22608D742AF4e8C16D86f90a93969f13F8D" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, "brg": { "symbol": "BRG", "address": { diff --git a/package.json b/package.json index a3af5f56..befb2a3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.8.26", + "version": "1.8.27", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index d738efad..b54b99b0 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -545,6 +545,33 @@ const bills: BillsConfig[] = [ 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.', },*/ + { + index: 1020, + contractAddress: { + [ChainId.BSC]: '0x591b1b8e19B492A5b5dB2c331cDD5E5E014c69F6', + }, + billType: 'reserve', + billVersion: BillVersion.V2, + token: tokens.usdt, + quoteToken: tokens.usdt, + lpToken: tokens.usdt, + earnToken: tokens.cakebot, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://www.cakebot.io/', + twitter: 'https://twitter.com/CakebotTeam', + initTime: { [ChainId.BSC]: 1704891600 }, + initPrice: { [ChainId.BSC]: 0.00173967992950712 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + tags: ['Trading Bot'], + fullDescription: + 'Cakebot is the only all-in-one multi-ChainCurve Telegram Bot. With features such as Streamlined Trading, Precise Limit Orders, Auto Sniper, Private Transactions, Swap Aggregator and more, users can exchange without limits, and most importantly, stay ahead of the curve. Scan, Snipe and Succeed, only with Cakebot.', + }, { index: 1019, contractAddress: { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 61b31566..42757a01 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -2239,6 +2239,17 @@ const tokens: Record = { }, active: true, }, + cakebot: { + symbol: 'CAKEBOT', + address: { + [ChainId.BSC]: '0x2947C22608D742AF4e8C16D86f90a93969f13F8D', + }, + decimals: { [ChainId.BSC]: 18 }, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + active: true, + }, brg: { symbol: 'BRG', address: {