Skip to content

Commit

Permalink
Merge pull request #281 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add CHAPZ bond
  • Loading branch information
efeDaniels authored Jan 25, 2024
2 parents 4b60d57 + 343549f commit 1d1a2e6
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 6 deletions.
89 changes: 87 additions & 2 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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."
},
{
Expand Down Expand Up @@ -2929,7 +3014,7 @@
"initPrice": {
"56": 0.002404165611
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
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.34",
"version": "1.8.36",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
33 changes: 30 additions & 3 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: {
Expand All @@ -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.',
},
Expand Down Expand Up @@ -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,
},
Expand Down

0 comments on commit 1d1a2e6

Please sign in to comment.