Skip to content

Commit

Permalink
Merge pull request #275 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add GRAPE bond
  • Loading branch information
efeDaniels authored Jan 18, 2024
2 parents 0b39b77 + 83ade4a commit 5daf43a
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 2 deletions.
88 changes: 88 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1727,6 +1727,94 @@
"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": 1019,
"contractAddress": {
"56": "0x328e243890a04cb5a763a977395F74Ea6be74D14"
},
"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": "GRAPE",
"address": {
"56": "0x555296de6A86E72752e5C5DC091FE49713Aa145C"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV3"
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://www.joingrapes.com/",
"twitter": "https://twitter.com/JoinGrapes",
"audit": "https://sourcehat.com/audits/Grapecoin/",
"initTime": {
"56": 1704891600
},
"initPrice": {
"56": 0.00173967992950712
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
},
"tags": ["NFTs"],
"fullDescription": "Grape NFT is the home of Grapes & $GRAPE Coin, and is backed by industry giants Animoca Brands. It’s a fun and globally appealing collection of 3,333 crafted NFTs. GRAPES has been designed to be a cross-media NFT project with gaming, animated series, merchandise and licensing. As a holder of GRAPES users will be rewarded in the commercial success of the project’s ventures both inside and outside of Web3."
},
{
"index": 1018,
"contractAddress": {
Expand Down
13 changes: 13 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2212,6 +2212,19 @@
},
"active": true
},
"grape": {
"symbol": "GRAPE",
"address": {
"56": "0x555296de6A86E72752e5C5DC091FE49713Aa145C"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV3"
},
"active": true
},
"hgpt": {
"symbol": "HGPT",
"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.24",
"version": "1.8.26",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
30 changes: 29 additions & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ 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.',
},
/*{
index: 1019,
index: xxxx,
contractAddress: {
[ChainId.BSC]: '0xEAd5BC6E7c1B72cB312e3979982A143d66edB979',
},
Expand All @@ -545,6 +545,34 @@ 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: 1019,
contractAddress: {
[ChainId.BSC]: '0x328e243890a04cb5a763a977395F74Ea6be74D14',
},
billType: 'reserve',
billVersion: BillVersion.V2,
token: tokens.usdt,
quoteToken: tokens.usdt,
lpToken: tokens.usdt,
earnToken: tokens.grape,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://www.joingrapes.com/',
twitter: 'https://twitter.com/JoinGrapes',
audit: 'https://sourcehat.com/audits/Grapecoin/',
initTime: { [ChainId.BSC]: 1704891600 },
initPrice: { [ChainId.BSC]: 0.00173967992950712 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
tags: ['NFTs'],
fullDescription:
'Grape NFT is the home of Grapes & $GRAPE Coin, and is backed by industry giants Animoca Brands. It’s a fun and globally appealing collection of 3,333 crafted NFTs. GRAPES has been designed to be a cross-media NFT project with gaming, animated series, merchandise and licensing. As a holder of GRAPES users will be rewarded in the commercial success of the project’s ventures both inside and outside of Web3.',
},
{
index: 1018,
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 @@ -2206,6 +2206,17 @@ const tokens: Record<string, Token> = {
},
active: true,
},
grape: {
symbol: 'GRAPE',
address: {
[ChainId.BSC]: '0x555296de6A86E72752e5C5DC091FE49713Aa145C',
},
decimals: { [ChainId.BSC]: 18 },
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV3,
},
active: true,
},
hgpt: {
symbol: 'HGPT',
address: {
Expand Down

0 comments on commit 5daf43a

Please sign in to comment.