Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add CAKEBOT bond #276

Merged
merged 1 commit into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 87 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
13 changes: 13 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2251,6 +2251,19 @@
},
"active": true
},
"cakebot": {
"symbol": "CAKEBOT",
"address": {
"56": "0x2947C22608D742AF4e8C16D86f90a93969f13F8D"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"brg": {
"symbol": "BRG",
"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.8.26",
"version": "1.8.27",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
27 changes: 27 additions & 0 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
11 changes: 11 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2239,6 +2239,17 @@ const tokens: Record<string, Token> = {
},
active: true,
},
cakebot: {
symbol: 'CAKEBOT',
address: {
[ChainId.BSC]: '0x2947C22608D742AF4e8C16D86f90a93969f13F8D',
},
decimals: { [ChainId.BSC]: 18 },
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
active: true,
},
brg: {
symbol: 'BRG',
address: {
Expand Down