diff --git a/config/bills.json b/config/bills.json index ba8d1b33..22f1cdb2 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1,4 +1,122 @@ [ + { + "index": 1047, + "contractAddress": { + "56": "0x583F3395768B8A685Ab02156eD980722886A2d44" + }, + "billType": "reserve", + "billVersion": "V2", + "token": { + "symbol": "USDT", + "address": { + "1": "0xdAC17F958D2ee523a2206206994597C13D831ec7", + "40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73", + "56": "0x55d398326f99059fF775485246999027B3197955", + "97": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd", + "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", + "2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5", + "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" + }, + "decimals": { + "1": 6, + "40": 6, + "56": 18, + "97": 18, + "137": 6, + "2525": 6, + "42161": 6 + }, + "liquidityDex": { + "1": "UniswapV2", + "2525": "External" + }, + "active": true + }, + "quoteToken": { + "symbol": "USDT", + "address": { + "1": "0xdAC17F958D2ee523a2206206994597C13D831ec7", + "40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73", + "56": "0x55d398326f99059fF775485246999027B3197955", + "97": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd", + "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", + "2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5", + "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" + }, + "decimals": { + "1": 6, + "40": 6, + "56": 18, + "97": 18, + "137": 6, + "2525": 6, + "42161": 6 + }, + "liquidityDex": { + "1": "UniswapV2", + "2525": "External" + }, + "active": true + }, + "lpToken": { + "symbol": "USDT", + "address": { + "1": "0xdAC17F958D2ee523a2206206994597C13D831ec7", + "40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73", + "56": "0x55d398326f99059fF775485246999027B3197955", + "97": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd", + "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", + "2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5", + "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" + }, + "decimals": { + "1": 6, + "40": 6, + "56": 18, + "97": 18, + "137": 6, + "2525": 6, + "42161": 6 + }, + "liquidityDex": { + "1": "UniswapV2", + "2525": "External" + }, + "active": true + }, + "earnToken": { + "symbol": "EVO", + "address": { + "56": "0xF2B688b2201979d44FdF18d1d8C641305Cf560Ba" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://www.devomon.io/", + "twitter": "https://twitter.com/OfficialDevomon", + "audit": "https://skynet.certik.com/projects/devomon", + "initTime": { + "56": 1712163600 + }, + "initPrice": { + "56": 0.006303059734924963 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + }, + "tags": ["GameFi (Play to Earn)"], + "fullDescription": "Devomon is an anime brand that is revolutionizing fan engagement across the globe. Beyond gaming, it encompasses manhwas, anime, and more. Expect immersive games, unique merchandise, and a universe that unites every aspect of anime culture. Experience captivating journeys and trials, along with the opportunity to build and enhance robust NFT collections, all within an engaging and constantly evolving setting—only with Devomon." + }, { "index": 1046, "contractAddress": { @@ -209,7 +327,7 @@ "billArt": { "collection": "ApeBond_Collection1" }, - "tags": ["GAMING"], + "tags": ["GameFi (Play to Earn)"], "fullDescription": "Revolve Games is reshaping Web3 gaming - addressing many of the challenges faced by blockchain gaming economies. They directly integrate playable assets into the in-game economy, achieved by tethering their assets to the RPG token. This strategy ensures a stable and robust ecosystem, less affected by external market fluctuations." }, { diff --git a/package.json b/package.json index 59ae1653..f0342b3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.9.10", + "version": "1.9.11", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index be327868..998325b9 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -2,7 +2,7 @@ import { ChainId } from '@ape.swap/sdk' import tokens from './tokens' import { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } from '../types' -// BNB Largest ID: 1046 +// BNB Largest ID: 1047 // Polygon Largest ID: 137 // Telos Largest ID: 215 // Arbitrum Largest ID: 2004 @@ -10,6 +10,34 @@ import { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } fr //Migration Bonds ID: 5007 const bills: BillsConfig[] = [ + { + index: 1047, + contractAddress: { + [ChainId.BSC]: '0x583F3395768B8A685Ab02156eD980722886A2d44', + }, + billType: 'reserve', + billVersion: BillVersion.V2, + token: tokens.usdt, + quoteToken: tokens.usdt, + lpToken: tokens.usdt, + earnToken: tokens.evo, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://www.devomon.io/', + twitter: 'https://twitter.com/OfficialDevomon', + audit: 'https://skynet.certik.com/projects/devomon', + initTime: { [ChainId.BSC]: 1712163600 }, + initPrice: { [ChainId.BSC]: 0.006303059734924963 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + tags: ['GameFi (Play to Earn)'], + fullDescription: + 'Devomon is an anime brand that is revolutionizing fan engagement across the globe. Beyond gaming, it encompasses manhwas, anime, and more. Expect immersive games, unique merchandise, and a universe that unites every aspect of anime culture. Experience captivating journeys and trials, along with the opportunity to build and enhance robust NFT collections, all within an engaging and constantly evolving setting—only with Devomon.', + }, { index: 1046, contractAddress: { @@ -61,7 +89,7 @@ const bills: BillsConfig[] = [ billArt: { collection: BillArtCollection.ApeBond_Collection1, }, - tags: ['GAMING'], + tags: ['GameFi (Play to Earn)'], fullDescription: 'Revolve Games is reshaping Web3 gaming - addressing many of the challenges faced by blockchain gaming economies. They directly integrate playable assets into the in-game economy, achieved by tethering their assets to the RPG token. This strategy ensures a stable and robust ecosystem, less affected by external market fluctuations.', },