Skip to content

Commit

Permalink
Merge pull request #301 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add CHAPZ bond
  • Loading branch information
efeDaniels authored Mar 4, 2024
2 parents 401be2f + 0d2994a commit 39e23aa
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 1 deletion.
85 changes: 85 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1821,6 +1821,91 @@
"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.",
"tags": ["Reserve"]
},
{
"index": 1032,
"contractAddress": {
"56": "0x122A1f4DE0Ae198ef83eF6FeABfaC6DD3c0b98C5"
},
"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": 1031,
"contractAddress": {
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.64",
"version": "1.8.65",
"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[] = [
'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.',
tags: ['Reserve'],
},
{
index: 1032,
contractAddress: {
[ChainId.BSC]: '0x122A1f4DE0Ae198ef83eF6FeABfaC6DD3c0b98C5',
},
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: 1031,
contractAddress: {
Expand Down

0 comments on commit 39e23aa

Please sign in to comment.