diff --git a/config/bills.json b/config/bills.json index 787d9aa0..6aac99dd 100644 --- a/config/bills.json +++ b/config/bills.json @@ -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": "0x2Bd4D82a938B78e33FD416ED682E32C6996Fe1b1" + }, + "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": { diff --git a/config/tokens.json b/config/tokens.json index 2d845065..db55ee34 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -2212,6 +2212,19 @@ }, "active": true }, + "grape": { + "symbol": "GRAPE", + "address": { + "56": "0x555296de6A86E72752e5C5DC091FE49713Aa145C" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV3" + }, + "active": true + }, "hgpt": { "symbol": "HGPT", "address": { diff --git a/package.json b/package.json index e77f14b6..9b702ade 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.8.24", + "version": "1.8.25", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 238f7ee4..d7fc476b 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -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', }, @@ -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]: '0x2Bd4D82a938B78e33FD416ED682E32C6996Fe1b1', + }, + 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: { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 01c08399..61b31566 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -2206,6 +2206,17 @@ const tokens: Record = { }, active: true, }, + grape: { + symbol: 'GRAPE', + address: { + [ChainId.BSC]: '0x555296de6A86E72752e5C5DC091FE49713Aa145C', + }, + decimals: { [ChainId.BSC]: 18 }, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV3, + }, + active: true, + }, hgpt: { symbol: 'HGPT', address: {