From 0636bd13894b91f41733e45de3c54fe491d08b53 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Tue, 10 Dec 2024 17:21:22 -0300 Subject: [PATCH 01/33] chore: initial commit for oxya --- config/launchProjects.json | 119 ++++++++++++++++++++++++++++++++ src/constants/launchProjects.ts | 69 ++++++++++++++++++ 2 files changed, 188 insertions(+) diff --git a/config/launchProjects.json b/config/launchProjects.json index d6398d82..a6fe90da 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1606,5 +1606,124 @@ "initialRelease": 100 } ] + }, + { + "index": 4, + "projectId": "oxya-origins", + "projectName": "Oxya Origins", + "saleStartTime": "Dec 17th 17:00 UTC", + "totalAllocation": "A lot of tokens", + "salePriceString": "$0.25", + "vestingTimeString": "20% TGE, 1 Month cliff, 4 Months linear vesting", + "projectInfo": { + "shortDescription": "This is a really good project ser", + "fullDescription": "This is a really good project ser, but let me say that twice because this should be the long description... This is a really good project ser", + "tags": ["We need a tag"], + "socials": { + "twitter": "https://twitter.com/Carv_official", + "teaserVideo": "https://www.youtube.com/watch?v=P-7mYixdI0k", + "tokenomicsURL": "https://docs.carv.io/carv-token/distribution-and-vesting", + "website": "https://carv.io/", + "whitepaper": "https://docs.carv.io/carv-protocol/verifier-node-explained", + "telegram": "https://t.me/carv_official_global", + "discord": "https://discord.gg/carv" + }, + "images": { + "launchpadImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715975892/carv-launchpadImg_abywx1.png", + "launchpadSmallImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715975892/carv-launchpadImg_abywx1.png", + "launchpadIcon": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976635/carv-launchpadicon_n3uyxh.png", + "headerImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976905/carv-header_tyrkc8.png", + "headerImgMobile": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996352/carv-header-mobile_mbn4fx.png", + "websiteImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996267/carv-website_puixtp.png", + "whitepaperImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996259/carv-whitepaper_nk1lfw.png", + "partnersImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996259/carv-partners_fmuhu8.png", + "tokenomicsImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996261/carv-tokenomics_l0zhtd.png", + "teaserImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996260/carv-video_pipsg1.png" + } + }, + "bonds": [ + { + "index": 14, + "contractAddress": { + "56": "0x83B66E76c11602360Fa0b8a6Bb382F408037328D" + }, + "billVersion": "TieredSale", + "billType": "fcfs", + "token": { + "symbol": "USDT", + "address": { + "1": "0xdAC17F958D2ee523a2206206994597C13D831ec7", + "40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73", + "56": "0x55d398326f99059fF775485246999027B3197955", + "97": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd", + "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", + "1890": "0x6308fa9545126237158778e74AE1b6b89022C5c0", + "2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5", + "8453": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2", + "8822": "0xC1B8045A6ef2934Cf0f78B0dbD489969Fa9Be7E4", + "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9", + "59144": "0xA219439258ca9da29E9Cc4cE5596924745e12B93" + }, + "decimals": { + "1": 6, + "40": 6, + "56": 18, + "97": 18, + "137": 6, + "1890": 6, + "2525": 6, + "8453": 6, + "8822": 6, + "42161": 6, + "59144": 6 + }, + "liquidityDex": { + "1": "UniswapV2", + "56": "PancakeSwapV3", + "137": "UniswapV3", + "1890": "Elektrik", + "2525": "External", + "8453": "UniswapV3", + "8822": "Wagmi", + "42161": "UniswapV3", + "59144": "Nile" + }, + "active": true + }, + "earnToken": { + "symbol": "CARV", + "address": { + "56": "0xedee721a41435deb16d3e02719ebded9b9740b52" + }, + "decimals": { + "56": 18 + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + }, + "initTime": { + "56": 1716303600 + }, + "finishTime": { + "56": 1716305400 + }, + "redeemTime": { + "56": 1716305400 + }, + "startVestingTimestamp": { + "56": 1716305400 + }, + "initPrice": { + "56": 1086.96 + }, + "initialRelease": 100 + } + ] } ] diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index a6100488..cf7e3123 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -740,6 +740,75 @@ const launchProjects: LaunchProjectConfig[] = [ }, ], }, + { + index: 4, + projectId: 'oxya-origins', + projectName: 'Oxya Origins', + saleStartTime: 'Dec 17th 17:00 UTC', + totalAllocation: 'A lot of tokens', + salePriceString: '$0.25', + vestingTimeString: '20% TGE, 1 Month cliff, 4 Months linear vesting', + projectInfo: { + shortDescription: 'This is a really good project ser', + fullDescription: + 'This is a really good project ser, but let me say that twice because this should be the long description... This is a really good project ser', + tags: ['We need a tag'], + socials: { + twitter: 'https://twitter.com/Carv_official', + teaserVideo: 'https://www.youtube.com/watch?v=P-7mYixdI0k', + tokenomicsURL: 'https://docs.carv.io/carv-token/distribution-and-vesting', + website: 'https://carv.io/', + whitepaper: 'https://docs.carv.io/carv-protocol/verifier-node-explained', + telegram: 'https://t.me/carv_official_global', + discord: 'https://discord.gg/carv', + }, + images: { + launchpadImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715975892/carv-launchpadImg_abywx1.png', + launchpadSmallImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715975892/carv-launchpadImg_abywx1.png', + launchpadIcon: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976635/carv-launchpadicon_n3uyxh.png', + headerImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976905/carv-header_tyrkc8.png', + headerImgMobile: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996352/carv-header-mobile_mbn4fx.png', + websiteImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996267/carv-website_puixtp.png', + whitepaperImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996259/carv-whitepaper_nk1lfw.png', + partnersImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996259/carv-partners_fmuhu8.png', + tokenomicsImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996261/carv-tokenomics_l0zhtd.png', + teaserImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996260/carv-video_pipsg1.png', + }, + }, + bonds: [ + { + index: 14, + contractAddress: { + [ChainId.BSC]: '0x83B66E76c11602360Fa0b8a6Bb382F408037328D', // FCFS legend prod + }, + billVersion: BillVersion.TieredSale, + billType: 'fcfs', + token: tokens.usdt, + earnToken: tokens.abcarv, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + soldOut: false, + billArt: { collection: BillArtCollection.ApeBond_Collection1 }, + initTime: { + [ChainId.BSC]: 1716303600, + }, + finishTime: { + [ChainId.BSC]: 1716305400, + }, + redeemTime: { + [ChainId.BSC]: 1716305400, + }, + startVestingTimestamp: { + [ChainId.BSC]: 1716305400, + }, + initPrice: { + [ChainId.BSC]: 1086.96, + }, + initialRelease: 100, + }, + ], + }, ] export default launchProjects From ec74409f984baf83d939129c62bd95152458393f Mon Sep 17 00:00:00 2001 From: efeDaniels Date: Wed, 11 Dec 2024 16:32:39 +0300 Subject: [PATCH 02/33] chore: Add TITM mock token --- config/tokens.json | 13 +++++++++++++ src/constants/tokens.ts | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/config/tokens.json b/config/tokens.json index 360ff6c1..993d1926 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -627,6 +627,19 @@ }, "active": true }, + "titm": { + "symbol": "TITM", + "address": { + "56": "0x754736e06ea5B01694144F2C83A04e64d48F68d2" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, "gnana": { "symbol": "GNANA", "address": { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index a82835c9..17be8e43 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -628,6 +628,19 @@ const tokens: Record = { }, active: true, }, + titm: { + symbol: 'TITM', + address: { + [ChainId.BSC]: '0x754736e06ea5B01694144F2C83A04e64d48F68d2', + }, + decimals: { + [ChainId.BSC]: 18, + }, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + active: true, + }, gnana: { symbol: 'GNANA', address: { From 3f96a17bc366e0149ff9c3b6c6059c46412dd875 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Wed, 11 Dec 2024 10:45:04 -0300 Subject: [PATCH 03/33] chore: add new types --- config/launchProjects.json | 26 +++++++++++++++++++------- package.json | 2 +- src/constants/launchProjects.ts | 26 +++++++++++++++++++------- src/types/index.ts | 4 ++++ 4 files changed, 43 insertions(+), 15 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index a6fe90da..544fd998 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -3,6 +3,7 @@ "index": 0, "projectId": "sugar-kingdom", "projectName": "Sugar Kingdom Odyssey", + "chainId": 56, "saleStartTime": "March 29th 17:00 UTC", "totalAllocation": "791,649 SKO", "salePriceString": "$0.06", @@ -367,6 +368,7 @@ "index": 1, "projectId": "catamoto", "projectName": "Catamoto", + "chainId": 56, "saleStartTime": "April 16th 17:00 UTC", "totalAllocation": "200M CATA", "salePriceString": "1 BNB = 1M CATA", @@ -635,6 +637,7 @@ "index": 2, "projectId": "codyfight", "projectName": "Codyfight", + "chainId": 56, "saleStartTime": "May 13th 15:00 UTC", "totalAllocation": "1,875,000 CTOK", "salePriceString": "$0.16", @@ -1082,6 +1085,7 @@ "index": 3, "projectId": "carv", "projectName": "CARV", + "chainId": 56, "saleStartTime": "May 21st 15:00 UTC", "totalAllocation": "138 Nodes", "salePriceString": "$1,086.96", @@ -1611,6 +1615,7 @@ "index": 4, "projectId": "oxya-origins", "projectName": "Oxya Origins", + "chainId": 56, "saleStartTime": "Dec 17th 17:00 UTC", "totalAllocation": "A lot of tokens", "salePriceString": "$0.25", @@ -1708,21 +1713,28 @@ "collection": "ApeBond_Collection1" }, "initTime": { - "56": 1716303600 + "56": 1733924090 }, "finishTime": { - "56": 1716305400 + "56": 1733942090 }, "redeemTime": { - "56": 1716305400 + "56": 1733942090 }, "startVestingTimestamp": { - "56": 1716305400 + "56": 1736620490 }, "initPrice": { - "56": 1086.96 - }, - "initialRelease": 100 + "56": 0.25 + }, + "initialRelease": 20, + "saleSchedule": { + "0": 1733938490, + "1": 1733934890, + "2": 1733931290, + "3": 1733927690, + "4": 1733924090 + } } ] } diff --git a/package.json b/package.json index fbab76b4..b342b961 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "3.71.0", + "version": "3.73.0-test.0", "publishConfig": { "access": "public" }, diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index cf7e3123..79d1e3ae 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -1,4 +1,4 @@ -import { BillArtCollection, BillVersion, ChainId, LaunchProjectConfig } from '../types' +import { BillArtCollection, BillVersion, ChainId, LaunchBondTiers, LaunchProjectConfig } from '../types' import tokens from './tokens' const launchProjects: LaunchProjectConfig[] = [ @@ -6,6 +6,7 @@ const launchProjects: LaunchProjectConfig[] = [ index: 0, projectId: 'sugar-kingdom', projectName: 'Sugar Kingdom Odyssey', + chainId: ChainId.BSC, saleStartTime: 'March 29th 17:00 UTC', totalAllocation: '791,649 SKO', salePriceString: '$0.06', @@ -160,6 +161,7 @@ const launchProjects: LaunchProjectConfig[] = [ index: 1, projectId: 'catamoto', projectName: 'Catamoto', + chainId: ChainId.BSC, saleStartTime: 'April 16th 17:00 UTC', totalAllocation: '200M CATA', salePriceString: '1 BNB = 1M CATA', @@ -315,6 +317,7 @@ const launchProjects: LaunchProjectConfig[] = [ index: 2, projectId: 'codyfight', projectName: 'Codyfight', + chainId: ChainId.BSC, saleStartTime: 'May 13th 15:00 UTC', totalAllocation: '1,875,000 CTOK', salePriceString: '$0.16', @@ -515,6 +518,7 @@ const launchProjects: LaunchProjectConfig[] = [ index: 3, projectId: 'carv', projectName: 'CARV', + chainId: ChainId.BSC, saleStartTime: 'May 21st 15:00 UTC', totalAllocation: '138 Nodes', salePriceString: '$1,086.96', @@ -744,6 +748,7 @@ const launchProjects: LaunchProjectConfig[] = [ index: 4, projectId: 'oxya-origins', projectName: 'Oxya Origins', + chainId: ChainId.BSC, saleStartTime: 'Dec 17th 17:00 UTC', totalAllocation: 'A lot of tokens', salePriceString: '$0.25', @@ -791,21 +796,28 @@ const launchProjects: LaunchProjectConfig[] = [ soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1 }, initTime: { - [ChainId.BSC]: 1716303600, + [ChainId.BSC]: 1733924090, }, finishTime: { - [ChainId.BSC]: 1716305400, + [ChainId.BSC]: 1733942090, }, redeemTime: { - [ChainId.BSC]: 1716305400, + [ChainId.BSC]: 1733942090, }, startVestingTimestamp: { - [ChainId.BSC]: 1716305400, + [ChainId.BSC]: 1736620490, }, initPrice: { - [ChainId.BSC]: 1086.96, + [ChainId.BSC]: 0.25, + }, + initialRelease: 20, + saleSchedule: { + [LaunchBondTiers.Legend]: 1733924090, + [LaunchBondTiers.Diamond]: 1733927690, + [LaunchBondTiers.Gold]: 1733931290, + [LaunchBondTiers.Silver]: 1733934890, + [LaunchBondTiers.Bronze]: 1733938490, }, - initialRelease: 100, }, ], }, diff --git a/src/types/index.ts b/src/types/index.ts index 93886794..84ad6a3b 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -199,6 +199,7 @@ export interface LaunchProjectConfig { index: number projectId: string // this should be unique! projectName: string + chainId: ChainId // this is the chain where the money is raised/bonds are deployed, regardless of any airdrop bonds: TieredSaleBondConfig[] saleStartTime: string totalAllocation: string @@ -250,6 +251,9 @@ export interface TieredSaleBondConfig { startVestingTimestamp: Partial> initPrice: Partial> initialRelease: number + saleSchedule?: { + [key: string]: number + } } export interface FlashBondConfig extends TieredSaleBondConfig { From 2795f26f8637d921e7f9a3ba6b9b609b4cf910e8 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Wed, 11 Dec 2024 10:57:35 -0300 Subject: [PATCH 04/33] chore: changes --- config/launchProjects.json | 48 ++++++++++++++++----------------- src/constants/launchProjects.ts | 12 ++++----- 2 files changed, 29 insertions(+), 31 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 544fd998..9c1086f6 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1650,59 +1650,57 @@ { "index": 14, "contractAddress": { - "56": "0x83B66E76c11602360Fa0b8a6Bb382F408037328D" + "56": "0x1869F56A7281eEE139F45A28D30EFC8165C7395E" }, "billVersion": "TieredSale", "billType": "fcfs", "token": { - "symbol": "USDT", + "symbol": "USDC", "address": { - "1": "0xdAC17F958D2ee523a2206206994597C13D831ec7", - "40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73", - "56": "0x55d398326f99059fF775485246999027B3197955", - "97": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd", - "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", - "1890": "0x6308fa9545126237158778e74AE1b6b89022C5c0", - "2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5", - "8453": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2", - "8822": "0xC1B8045A6ef2934Cf0f78B0dbD489969Fa9Be7E4", - "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9", - "59144": "0xA219439258ca9da29E9Cc4cE5596924745e12B93" + "1": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", + "40": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b", + "56": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d", + "137": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174", + "1890": "0x18fB38404DADeE1727Be4b805c5b242B5413Fa40", + "8453": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913", + "8822": "0xFbDa5F676cB37624f28265A144A48B0d6e87d3b6", + "42161": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8", + "59144": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff" }, "decimals": { "1": 6, "40": 6, "56": 18, - "97": 18, "137": 6, "1890": 6, - "2525": 6, "8453": 6, "8822": 6, "42161": 6, "59144": 6 }, "liquidityDex": { - "1": "UniswapV2", - "56": "PancakeSwapV3", + "1": "UniswapV3", + "56": "PancakeSwapV2", "137": "UniswapV3", "1890": "Elektrik", - "2525": "External", - "8453": "UniswapV3", - "8822": "Wagmi", + "8453": "Aerodrome", + "8822": "MagicSea", "42161": "UniswapV3", "59144": "Nile" }, "active": true }, "earnToken": { - "symbol": "CARV", + "symbol": "TITM", "address": { - "56": "0xedee721a41435deb16d3e02719ebded9b9740b52" + "56": "0x754736e06ea5B01694144F2C83A04e64d48F68d2" }, "decimals": { "56": 18 }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, "active": true }, "billNnftAddress": { @@ -1716,13 +1714,13 @@ "56": 1733924090 }, "finishTime": { - "56": 1733942090 + "56": 1734012000 }, "redeemTime": { - "56": 1733942090 + "56": 1734012000 }, "startVestingTimestamp": { - "56": 1736620490 + "56": 1734012000 }, "initPrice": { "56": 0.25 diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 79d1e3ae..0b66a55c 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -784,12 +784,12 @@ const launchProjects: LaunchProjectConfig[] = [ { index: 14, contractAddress: { - [ChainId.BSC]: '0x83B66E76c11602360Fa0b8a6Bb382F408037328D', // FCFS legend prod + [ChainId.BSC]: '0x1869F56A7281eEE139F45A28D30EFC8165C7395E', // FCFS legend prod }, billVersion: BillVersion.TieredSale, billType: 'fcfs', - token: tokens.usdt, - earnToken: tokens.abcarv, + token: tokens.usdc, + earnToken: tokens.titm, billNnftAddress: { [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', }, @@ -799,13 +799,13 @@ const launchProjects: LaunchProjectConfig[] = [ [ChainId.BSC]: 1733924090, }, finishTime: { - [ChainId.BSC]: 1733942090, + [ChainId.BSC]: 1734012000, }, redeemTime: { - [ChainId.BSC]: 1733942090, + [ChainId.BSC]: 1734012000, }, startVestingTimestamp: { - [ChainId.BSC]: 1736620490, + [ChainId.BSC]: 1734012000, }, initPrice: { [ChainId.BSC]: 0.25, From 296ec564c579ca85e096769a258d3a7fea275f3b Mon Sep 17 00:00:00 2001 From: ape-fede Date: Wed, 11 Dec 2024 11:20:41 -0300 Subject: [PATCH 05/33] chore: add new timestamps --- config/launchProjects.json | 33 ++++++++++++++++++++++++++------- package.json | 2 +- src/constants/launchProjects.ts | 15 ++++++++------- src/types/index.ts | 2 +- 4 files changed, 36 insertions(+), 16 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 9c1086f6..ef533799 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1711,10 +1711,10 @@ "collection": "ApeBond_Collection1" }, "initTime": { - "56": 1733924090 + "56": 1733925300 }, "finishTime": { - "56": 1734012000 + "56": 1734022800 }, "redeemTime": { "56": 1734012000 @@ -1727,11 +1727,30 @@ }, "initialRelease": 20, "saleSchedule": { - "0": 1733938490, - "1": 1733934890, - "2": 1733931290, - "3": 1733927690, - "4": 1733924090 + "0": { + "start": 1733938490, + "end": 1733942120 + }, + "1": { + "start": 1733934890, + "end": 1733938490 + }, + "2": { + "start": 1733931290, + "end": 1733934890 + }, + "3": { + "start": 1733927690, + "end": 1733931290 + }, + "4": { + "start": 1733924090, + "end": 1733927690 + }, + "noTier": { + "start": 1733942120, + "end": 1734022800 + } } } ] diff --git a/package.json b/package.json index b342b961..bcc1e78f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "3.73.0-test.0", + "version": "3.73.0-test.1", "publishConfig": { "access": "public" }, diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 0b66a55c..40089bcc 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -796,10 +796,10 @@ const launchProjects: LaunchProjectConfig[] = [ soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1 }, initTime: { - [ChainId.BSC]: 1733924090, + [ChainId.BSC]: 1733925300, }, finishTime: { - [ChainId.BSC]: 1734012000, + [ChainId.BSC]: 1734022800, }, redeemTime: { [ChainId.BSC]: 1734012000, @@ -812,11 +812,12 @@ const launchProjects: LaunchProjectConfig[] = [ }, initialRelease: 20, saleSchedule: { - [LaunchBondTiers.Legend]: 1733924090, - [LaunchBondTiers.Diamond]: 1733927690, - [LaunchBondTiers.Gold]: 1733931290, - [LaunchBondTiers.Silver]: 1733934890, - [LaunchBondTiers.Bronze]: 1733938490, + [LaunchBondTiers.Legend]: { start: 1733924090, end: 1733927690 }, + [LaunchBondTiers.Diamond]: { start: 1733927690, end: 1733931290 }, + [LaunchBondTiers.Gold]: { start: 1733931290, end: 1733934890 }, + [LaunchBondTiers.Silver]: { start: 1733934890, end: 1733938490 }, + [LaunchBondTiers.Bronze]: { start: 1733938490, end: 1733942120 }, + ['noTier']: { start: 1733942120, end: 1734022800 }, }, }, ], diff --git a/src/types/index.ts b/src/types/index.ts index 84ad6a3b..eb9b7f6c 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -252,7 +252,7 @@ export interface TieredSaleBondConfig { initPrice: Partial> initialRelease: number saleSchedule?: { - [key: string]: number + [key: string]: { start: number; end: number } } } From 7bacd627960ed7703b1f950bfed9e5e217dbf5bd Mon Sep 17 00:00:00 2001 From: ape-fede Date: Thu, 12 Dec 2024 09:48:57 -0300 Subject: [PATCH 06/33] chore: add flag for distributed tokens --- config/launchProjects.json | 3 ++- src/constants/launchProjects.ts | 1 + src/types/index.ts | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index ef533799..38e94a1b 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1751,7 +1751,8 @@ "start": 1733942120, "end": 1734022800 } - } + }, + "tokensDistributedAtRedeem": false } ] } diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 40089bcc..f10b6069 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -819,6 +819,7 @@ const launchProjects: LaunchProjectConfig[] = [ [LaunchBondTiers.Bronze]: { start: 1733938490, end: 1733942120 }, ['noTier']: { start: 1733942120, end: 1734022800 }, }, + tokensDistributedAtRedeem: false, }, ], }, diff --git a/src/types/index.ts b/src/types/index.ts index eb9b7f6c..36c8dff5 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -254,6 +254,7 @@ export interface TieredSaleBondConfig { saleSchedule?: { [key: string]: { start: number; end: number } } + tokensDistributedAtRedeem?: boolean } export interface FlashBondConfig extends TieredSaleBondConfig { From 1fb6e3dcec59ca6779beb5f9c4bcade81748ed08 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Thu, 12 Dec 2024 11:29:26 -0300 Subject: [PATCH 07/33] chore: add chainId to bond --- config/launchProjects.json | 20 ++++++++++++++++++++ package.json | 2 +- src/constants/launchProjects.ts | 20 ++++++++++++++++++++ src/types/index.ts | 1 + 4 files changed, 42 insertions(+), 1 deletion(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 38e94a1b..e8e52836 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -11,6 +11,7 @@ "bonds": [ { "index": 0, + "chainId": 56, "contractAddress": { "56": "0x072Cd32fcE946493b21a297733F03Df1f36F65A6" }, @@ -93,6 +94,7 @@ }, { "index": 1, + "chainId": 56, "contractAddress": { "56": "0x87A2cf342A80C9900f5D798F91bc4cC6b0D13e3E" }, @@ -175,6 +177,7 @@ }, { "index": 2, + "chainId": 56, "contractAddress": { "56": "0x905635db4888A8258f0E9aFDf72d1D9ED3ddbD3c" }, @@ -257,6 +260,7 @@ }, { "index": 3, + "chainId": 56, "contractAddress": { "56": "0xDA51b551E4BE4eEbED44E70C22db29CE0d307981" }, @@ -401,6 +405,7 @@ "bonds": [ { "index": 4, + "chainId": 56, "contractAddress": { "56": "0x6347AE19F673141D9C322EeB6AB72c30f860d40A" }, @@ -459,6 +464,7 @@ }, { "index": 5, + "chainId": 56, "contractAddress": { "56": "0x8acEE1D1d8646FC3F3039D6732D0ec4AAB28231F" }, @@ -517,6 +523,7 @@ }, { "index": 6, + "chainId": 56, "contractAddress": { "56": "0x1346993A60D56E996D263086dAf8d4063752BC96" }, @@ -575,6 +582,7 @@ }, { "index": 7, + "chainId": 56, "contractAddress": { "56": "0xC6eac1f8bcF983AdcD1Dca1b8E5bbcAa305F2833" }, @@ -671,6 +679,7 @@ "bonds": [ { "index": 8, + "chainId": 56, "contractAddress": { "56": "0xF89AB9C08a3ceE593eC0f4d2da24D528E43e1a6c" }, @@ -753,6 +762,7 @@ }, { "index": 9, + "chainId": 56, "contractAddress": { "56": "0x806dDA35B4aa00E1A664D20402940fe91fC73bDB" }, @@ -835,6 +845,7 @@ }, { "index": 10, + "chainId": 56, "contractAddress": { "56": "0xad947DbB997c531aB052A096c3366d5B387870de" }, @@ -917,6 +928,7 @@ }, { "index": 11, + "chainId": 56, "contractAddress": { "56": "0x0468a087556E60724254ED8dEaA5832368DD05E5" }, @@ -999,6 +1011,7 @@ }, { "index": 12, + "chainId": 56, "contractAddress": { "56": "0x0ac54e4b558dE824b48E1D36b33e995708Cfff25" }, @@ -1119,6 +1132,7 @@ "bonds": [ { "index": 13, + "chainId": 56, "contractAddress": { "56": "0x83B66E76c11602360Fa0b8a6Bb382F408037328D" }, @@ -1201,6 +1215,7 @@ }, { "index": 14, + "chainId": 56, "contractAddress": { "56": "0x252F73dB386C6FdC31D3a44987Af593bDDc41661" }, @@ -1283,6 +1298,7 @@ }, { "index": 15, + "chainId": 56, "contractAddress": { "56": "0x99De402BFc3d6A055Cf56a97c35c4594e8BfF853" }, @@ -1365,6 +1381,7 @@ }, { "index": 16, + "chainId": 56, "contractAddress": { "56": "0x5cfAdebFB6Ab5fAcd02E0Af31271194D1FDf06cb" }, @@ -1447,6 +1464,7 @@ }, { "index": 17, + "chainId": 56, "contractAddress": { "56": "0x50945D36A5375DfE96f415D16E08Ac34f84276F4" }, @@ -1529,6 +1547,7 @@ }, { "index": 18, + "chainId": 56, "contractAddress": { "56": "0x84dbf0577A945a7eE2DF85Fd9BF8024536FCb737" }, @@ -1649,6 +1668,7 @@ "bonds": [ { "index": 14, + "chainId": 56, "contractAddress": { "56": "0x1869F56A7281eEE139F45A28D30EFC8165C7395E" }, diff --git a/package.json b/package.json index bcc1e78f..fcd71a5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "3.73.0-test.1", + "version": "3.73.0-test.3", "publishConfig": { "access": "public" }, diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index f10b6069..0f283100 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -14,6 +14,7 @@ const launchProjects: LaunchProjectConfig[] = [ bonds: [ { index: 0, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x072Cd32fcE946493b21a297733F03Df1f36F65A6', // fcfs }, @@ -42,6 +43,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 1, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x87A2cf342A80C9900f5D798F91bc4cC6b0D13e3E', // silver }, @@ -70,6 +72,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 2, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x905635db4888A8258f0E9aFDf72d1D9ED3ddbD3c', // gold }, @@ -98,6 +101,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 3, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0xDA51b551E4BE4eEbED44E70C22db29CE0d307981', //diamond }, @@ -201,6 +205,7 @@ const launchProjects: LaunchProjectConfig[] = [ bonds: [ { index: 4, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x6347AE19F673141D9C322EeB6AB72c30f860d40A', // oversubscription silver }, @@ -229,6 +234,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 5, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x8acEE1D1d8646FC3F3039D6732D0ec4AAB28231F', // oversubscription gold }, @@ -257,6 +263,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 6, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x1346993A60D56E996D263086dAf8d4063752BC96', // oversubscription diamond }, @@ -285,6 +292,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 7, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0xC6eac1f8bcF983AdcD1Dca1b8E5bbcAa305F2833', // fcfs }, @@ -359,6 +367,7 @@ const launchProjects: LaunchProjectConfig[] = [ bonds: [ { index: 8, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0xF89AB9C08a3ceE593eC0f4d2da24D528E43e1a6c', // silver prod }, @@ -390,6 +399,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 9, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x806dDA35B4aa00E1A664D20402940fe91fC73bDB', // gold prod }, @@ -421,6 +431,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 10, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0xad947DbB997c531aB052A096c3366d5B387870de', // diamond prod }, @@ -452,6 +463,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 11, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x0468a087556E60724254ED8dEaA5832368DD05E5', // legend prod }, @@ -483,6 +495,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 12, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x0ac54e4b558dE824b48E1D36b33e995708Cfff25', // FCFS prod }, @@ -558,6 +571,7 @@ const launchProjects: LaunchProjectConfig[] = [ bonds: [ { index: 13, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x83B66E76c11602360Fa0b8a6Bb382F408037328D', // FCFS legend prod }, @@ -589,6 +603,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 14, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x252F73dB386C6FdC31D3a44987Af593bDDc41661', // FCFS diamond prod }, @@ -620,6 +635,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 15, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x99De402BFc3d6A055Cf56a97c35c4594e8BfF853', // FCFS gold prod }, @@ -651,6 +667,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 16, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x5cfAdebFB6Ab5fAcd02E0Af31271194D1FDf06cb', // FCFS silver prod }, @@ -682,6 +699,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 17, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x50945D36A5375DfE96f415D16E08Ac34f84276F4', // FCFS bronze prod }, @@ -713,6 +731,7 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 18, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x84dbf0577A945a7eE2DF85Fd9BF8024536FCb737', // FCFS non-tier prod }, @@ -783,6 +802,7 @@ const launchProjects: LaunchProjectConfig[] = [ bonds: [ { index: 14, + chainId: ChainId.BSC, contractAddress: { [ChainId.BSC]: '0x1869F56A7281eEE139F45A28D30EFC8165C7395E', // FCFS legend prod }, diff --git a/src/types/index.ts b/src/types/index.ts index 36c8dff5..537d6737 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -235,6 +235,7 @@ export interface LaunchProjectConfig { export interface TieredSaleBondConfig { index: number + chainId: ChainId contractAddress: Partial> billVersion: BillVersion billType: 'fcfs' | 'oversubscription' From 97be11827cfa0e34dfc36a80f140c2827f6de2a8 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Thu, 12 Dec 2024 11:34:28 -0300 Subject: [PATCH 08/33] chore: fix flashbonds --- config/flashBonds.json | 23 +++++++++++++++++++++++ src/constants/flashBonds.ts | 30 ++++++++++++++++++++++++------ 2 files changed, 47 insertions(+), 6 deletions(-) diff --git a/config/flashBonds.json b/config/flashBonds.json index 0a3e1da3..5aca530c 100644 --- a/config/flashBonds.json +++ b/config/flashBonds.json @@ -1,6 +1,7 @@ [ { "index": 0, + "chainId": 56, "round": "1", "totalRaiseString": "$150K", "discountString": "3%", @@ -100,6 +101,7 @@ }, { "index": 1, + "chainId": 56, "round": "1", "totalRaiseString": "$50K", "discountString": "2%", @@ -199,6 +201,7 @@ }, { "index": 2, + "chainId": 56, "round": "2", "totalRaiseString": "$250K", "discountString": "3%", @@ -310,6 +313,7 @@ }, { "index": 3, + "chainId": 56, "round": "2", "totalRaiseString": "$75K", "discountString": "2%", @@ -421,6 +425,7 @@ }, { "index": 4, + "chainId": 56, "round": "3", "totalRaiseString": "$180K", "discountString": "3%", @@ -511,6 +516,7 @@ }, { "index": 5, + "chainId": 56, "round": "3", "totalRaiseString": "$60K", "discountString": "2%", @@ -601,6 +607,7 @@ }, { "index": 6, + "chainId": 56, "round": "3", "totalRaiseString": "$25K", "discountString": "1%", @@ -691,6 +698,7 @@ }, { "index": 7, + "chainId": 56, "round": "4", "totalRaiseString": "$160K", "discountString": "3%", @@ -790,6 +798,7 @@ }, { "index": 8, + "chainId": 56, "round": "4", "totalRaiseString": "$60K", "discountString": "2%", @@ -889,6 +898,7 @@ }, { "index": 9, + "chainId": 56, "round": "5", "totalRaiseString": "$120K", "discountString": "3%", @@ -988,6 +998,7 @@ }, { "index": 10, + "chainId": 56, "round": "5", "totalRaiseString": "$50K", "discountString": "2%", @@ -1087,6 +1098,7 @@ }, { "index": 11, + "chainId": 56, "round": "6", "totalRaiseString": "100K", "discountString": "3%", @@ -1198,6 +1210,7 @@ }, { "index": 12, + "chainId": 56, "round": "6", "totalRaiseString": "40K", "discountString": "2%", @@ -1309,6 +1322,7 @@ }, { "index": 13, + "chainId": 56, "round": "6", "totalRaiseString": "20K", "discountString": "1%", @@ -1420,6 +1434,7 @@ }, { "index": 14, + "chainId": 56, "round": "7", "totalRaiseString": "30K", "discountString": "2%", @@ -1519,6 +1534,7 @@ }, { "index": 15, + "chainId": 56, "round": "7", "totalRaiseString": "100K", "discountString": "3%", @@ -1618,6 +1634,7 @@ }, { "index": 16, + "chainId": 56, "round": "8", "totalRaiseString": "40K", "discountString": "2%", @@ -1729,6 +1746,7 @@ }, { "index": 17, + "chainId": 56, "round": "8", "totalRaiseString": "120K", "discountString": "3%", @@ -1840,6 +1858,7 @@ }, { "index": 18, + "chainId": 56, "round": "9", "totalRaiseString": "15K", "discountString": "1%", @@ -1939,6 +1958,7 @@ }, { "index": 19, + "chainId": 56, "round": "10", "totalRaiseString": "30K", "discountString": "2%", @@ -2038,6 +2058,7 @@ }, { "index": 20, + "chainId": 56, "round": "10", "totalRaiseString": "100K", "discountString": "3%", @@ -2137,6 +2158,7 @@ }, { "index": 21, + "chainId": 56, "round": "11", "totalRaiseString": "30K", "discountString": "2%", @@ -2227,6 +2249,7 @@ }, { "index": 22, + "chainId": 56, "round": "11", "totalRaiseString": "100K", "discountString": "3%", diff --git a/src/constants/flashBonds.ts b/src/constants/flashBonds.ts index 4260b1fd..b851efb5 100644 --- a/src/constants/flashBonds.ts +++ b/src/constants/flashBonds.ts @@ -1,14 +1,10 @@ -import { - BillArtCollection, - BillVersion, - ChainId, - FlashBondConfig /* BillArtCollection, BillVersion, */, -} from '../types' +import { BillArtCollection, BillVersion, ChainId, FlashBondConfig } from '../types' import tokens from './tokens' const flashBonds: FlashBondConfig[] = [ { index: 0, + chainId: ChainId.BSC, round: '1', totalRaiseString: '$150K', discountString: '3%', @@ -41,6 +37,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 1, + chainId: ChainId.BSC, round: '1', totalRaiseString: '$50K', discountString: '2%', @@ -73,6 +70,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 2, + chainId: ChainId.BSC, round: '2', totalRaiseString: '$250K', discountString: '3%', @@ -105,6 +103,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 3, + chainId: ChainId.BSC, round: '2', totalRaiseString: '$75K', discountString: '2%', @@ -137,6 +136,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 4, + chainId: ChainId.BSC, round: '3', totalRaiseString: '$180K', discountString: '3%', @@ -169,6 +169,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 5, + chainId: ChainId.BSC, round: '3', totalRaiseString: '$60K', discountString: '2%', @@ -201,6 +202,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 6, + chainId: ChainId.BSC, round: '3', totalRaiseString: '$25K', discountString: '1%', @@ -233,6 +235,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 7, + chainId: ChainId.BSC, round: '4', totalRaiseString: '$160K', discountString: '3%', @@ -265,6 +268,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 8, + chainId: ChainId.BSC, round: '4', totalRaiseString: '$60K', discountString: '2%', @@ -297,6 +301,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 9, + chainId: ChainId.BSC, round: '5', totalRaiseString: '$120K', discountString: '3%', @@ -329,6 +334,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 10, + chainId: ChainId.BSC, round: '5', totalRaiseString: '$50K', discountString: '2%', @@ -361,6 +367,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 11, + chainId: ChainId.BSC, round: '6', totalRaiseString: '100K', discountString: '3%', @@ -393,6 +400,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 12, + chainId: ChainId.BSC, round: '6', totalRaiseString: '40K', discountString: '2%', @@ -425,6 +433,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 13, + chainId: ChainId.BSC, round: '6', totalRaiseString: '20K', discountString: '1%', @@ -457,6 +466,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 14, + chainId: ChainId.BSC, round: '7', totalRaiseString: '30K', discountString: '2%', @@ -489,6 +499,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 15, + chainId: ChainId.BSC, round: '7', totalRaiseString: '100K', discountString: '3%', @@ -521,6 +532,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 16, + chainId: ChainId.BSC, round: '8', totalRaiseString: '40K', discountString: '2%', @@ -553,6 +565,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 17, + chainId: ChainId.BSC, round: '8', totalRaiseString: '120K', discountString: '3%', @@ -585,6 +598,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 18, + chainId: ChainId.BSC, round: '9', totalRaiseString: '15K', discountString: '1%', @@ -617,6 +631,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 19, + chainId: ChainId.BSC, round: '10', totalRaiseString: '30K', discountString: '2%', @@ -649,6 +664,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 20, + chainId: ChainId.BSC, round: '10', totalRaiseString: '100K', discountString: '3%', @@ -681,6 +697,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 21, + chainId: ChainId.BSC, round: '11', totalRaiseString: '30K', discountString: '2%', @@ -713,6 +730,7 @@ const flashBonds: FlashBondConfig[] = [ }, { index: 22, + chainId: ChainId.BSC, round: '11', totalRaiseString: '100K', discountString: '3%', From 2a791e56af78be4647899bb0560db98b401e12e4 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Thu, 12 Dec 2024 15:43:46 -0300 Subject: [PATCH 09/33] chore: add distribution timestamp --- config/launchProjects.json | 3 ++- package.json | 2 +- src/constants/launchProjects.ts | 1 + src/types/index.ts | 3 ++- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index e8e52836..8598018a 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1772,7 +1772,8 @@ "end": 1734022800 } }, - "tokensDistributedAtRedeem": false + "tokensDistributedAtRedeem": false, + "distributionTimestamp": 1734030000 } ] } diff --git a/package.json b/package.json index fcd71a5d..8b7bfac7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "3.73.0-test.3", + "version": "3.73.0-test.4", "publishConfig": { "access": "public" }, diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 0f283100..a11a3bfe 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -840,6 +840,7 @@ const launchProjects: LaunchProjectConfig[] = [ ['noTier']: { start: 1733942120, end: 1734022800 }, }, tokensDistributedAtRedeem: false, + distributionTimestamp: 1734030000, }, ], }, diff --git a/src/types/index.ts b/src/types/index.ts index 537d6737..7d6d4247 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -247,7 +247,7 @@ export interface TieredSaleBondConfig { collection: BillArtCollection } initTime: Partial> // timestamp the sale starts - finishTime: Partial> // timestamp the sale finished (i.e. IT IS NOT START VESTING TIMESTAMP) + finishTime: Partial> // timestamp the sale finishes (i.e. IT IS NOT START VESTING TIMESTAMP) redeemTime?: Partial> // timestamp the sale is going to be manually finalized startVestingTimestamp: Partial> initPrice: Partial> @@ -256,6 +256,7 @@ export interface TieredSaleBondConfig { [key: string]: { start: number; end: number } } tokensDistributedAtRedeem?: boolean + distributionTimestamp?: number // timestamp when users will be able to get the real tokens } export interface FlashBondConfig extends TieredSaleBondConfig { From 6396ae5be5ba3ff6a36a5b0be37a1c28e4ff6cae Mon Sep 17 00:00:00 2001 From: ape-fede Date: Thu, 12 Dec 2024 16:24:50 -0300 Subject: [PATCH 10/33] chore: add distribution timestamp --- config/launchProjects.json | 2 +- package.json | 2 +- src/constants/launchProjects.ts | 2 +- src/types/index.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 8598018a..5497f111 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1773,7 +1773,7 @@ } }, "tokensDistributedAtRedeem": false, - "distributionTimestamp": 1734030000 + "distributionTimestamp": 1734203341 } ] } diff --git a/package.json b/package.json index 8b7bfac7..a7bc1668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "3.73.0-test.4", + "version": "3.73.0-test.5", "publishConfig": { "access": "public" }, diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index a11a3bfe..9d54788d 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -840,7 +840,7 @@ const launchProjects: LaunchProjectConfig[] = [ ['noTier']: { start: 1733942120, end: 1734022800 }, }, tokensDistributedAtRedeem: false, - distributionTimestamp: 1734030000, + distributionTimestamp: 1734203341, }, ], }, diff --git a/src/types/index.ts b/src/types/index.ts index 7d6d4247..adc77f5f 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -248,7 +248,7 @@ export interface TieredSaleBondConfig { } initTime: Partial> // timestamp the sale starts finishTime: Partial> // timestamp the sale finishes (i.e. IT IS NOT START VESTING TIMESTAMP) - redeemTime?: Partial> // timestamp the sale is going to be manually finalized + redeemTime?: Partial> // timestamp the sale is going to be manually finalized and user will be able to redeem real or mock tokens startVestingTimestamp: Partial> initPrice: Partial> initialRelease: number From 0f49d1eed5df34760ef024998223788ade202aec Mon Sep 17 00:00:00 2001 From: ape-fede Date: Thu, 12 Dec 2024 18:40:33 -0300 Subject: [PATCH 11/33] chore: remove testing flag --- config/launchProjects.json | 3 +-- src/constants/launchProjects.ts | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 5497f111..790bddb0 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1772,8 +1772,7 @@ "end": 1734022800 } }, - "tokensDistributedAtRedeem": false, - "distributionTimestamp": 1734203341 + "tokensDistributedAtRedeem": true } ] } diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 9d54788d..97044962 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -839,8 +839,8 @@ const launchProjects: LaunchProjectConfig[] = [ [LaunchBondTiers.Bronze]: { start: 1733938490, end: 1733942120 }, ['noTier']: { start: 1733942120, end: 1734022800 }, }, - tokensDistributedAtRedeem: false, - distributionTimestamp: 1734203341, + tokensDistributedAtRedeem: true, + // distributionTimestamp: 1734203341, }, ], }, From 8624187fc7f16bac34b6c92c8fbcbf79c4d3702a Mon Sep 17 00:00:00 2001 From: ape-fede Date: Fri, 13 Dec 2024 09:32:48 -0300 Subject: [PATCH 12/33] chore: change launchpad to polygon --- config/launchProjects.json | 30 ++++++++++++++++++------------ src/constants/launchProjects.ts | 18 +++++++++--------- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 790bddb0..158ee0e7 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1668,9 +1668,9 @@ "bonds": [ { "index": 14, - "chainId": 56, + "chainId": 137, "contractAddress": { - "56": "0x1869F56A7281eEE139F45A28D30EFC8165C7395E" + "137": "0x9Fca33ef289D599C0dEb4014de707f5FE52079FA" }, "billVersion": "TieredSale", "billType": "fcfs", @@ -1711,39 +1711,45 @@ "active": true }, "earnToken": { - "symbol": "TITM", + "symbol": "ABOND", "address": { - "56": "0x754736e06ea5B01694144F2C83A04e64d48F68d2" + "1": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1", + "56": "0x34294AfABCbaFfc616ac6614F6d2e17260b78BEd", + "137": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1" }, "decimals": { - "56": 18 + "1": 18, + "56": 18, + "137": 18 }, "liquidityDex": { - "56": "PancakeSwapV2" + "1": "UniswapV3", + "56": "ThenaV1", + "137": "QuickswapV2" }, "active": true }, "billNnftAddress": { - "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + "137": "0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837" }, "soldOut": false, "billArt": { "collection": "ApeBond_Collection1" }, "initTime": { - "56": 1733925300 + "137": 1733925300 }, "finishTime": { - "56": 1734022800 + "137": 1734022800 }, "redeemTime": { - "56": 1734012000 + "137": 1734012000 }, "startVestingTimestamp": { - "56": 1734012000 + "137": 1734012000 }, "initPrice": { - "56": 0.25 + "137": 0.25 }, "initialRelease": 20, "saleSchedule": { diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 97044962..052bb5c4 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -802,33 +802,33 @@ const launchProjects: LaunchProjectConfig[] = [ bonds: [ { index: 14, - chainId: ChainId.BSC, + chainId: ChainId.MATIC, contractAddress: { - [ChainId.BSC]: '0x1869F56A7281eEE139F45A28D30EFC8165C7395E', // FCFS legend prod + [ChainId.MATIC]: '0x9Fca33ef289D599C0dEb4014de707f5FE52079FA', // FCFS legend prod }, billVersion: BillVersion.TieredSale, billType: 'fcfs', token: tokens.usdc, - earnToken: tokens.titm, + earnToken: tokens.abond, billNnftAddress: { - [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + [ChainId.MATIC]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837', }, soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1 }, initTime: { - [ChainId.BSC]: 1733925300, + [ChainId.MATIC]: 1733925300, }, finishTime: { - [ChainId.BSC]: 1734022800, + [ChainId.MATIC]: 1734022800, }, redeemTime: { - [ChainId.BSC]: 1734012000, + [ChainId.MATIC]: 1734012000, }, startVestingTimestamp: { - [ChainId.BSC]: 1734012000, + [ChainId.MATIC]: 1734012000, }, initPrice: { - [ChainId.BSC]: 0.25, + [ChainId.MATIC]: 0.25, }, initialRelease: 20, saleSchedule: { From 05242dca08b24ee925d9506fd65e0823bb7cd3f6 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Fri, 13 Dec 2024 09:57:15 -0300 Subject: [PATCH 13/33] chore: change to polygon --- config/launchProjects.json | 2 +- src/constants/launchProjects.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 158ee0e7..8730f363 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1634,7 +1634,7 @@ "index": 4, "projectId": "oxya-origins", "projectName": "Oxya Origins", - "chainId": 56, + "chainId": 137, "saleStartTime": "Dec 17th 17:00 UTC", "totalAllocation": "A lot of tokens", "salePriceString": "$0.25", diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 052bb5c4..793cc368 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -767,7 +767,7 @@ const launchProjects: LaunchProjectConfig[] = [ index: 4, projectId: 'oxya-origins', projectName: 'Oxya Origins', - chainId: ChainId.BSC, + chainId: ChainId.MATIC, saleStartTime: 'Dec 17th 17:00 UTC', totalAllocation: 'A lot of tokens', salePriceString: '$0.25', From 7879ecf468470c2ac591de0fffaa16586704d51e Mon Sep 17 00:00:00 2001 From: ape-fede Date: Fri, 13 Dec 2024 10:05:27 -0300 Subject: [PATCH 14/33] chore: update timestamps --- config/launchProjects.json | 34 ++++++++++++++++----------------- src/constants/launchProjects.ts | 22 ++++++++++----------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 8730f363..04b619fe 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1737,45 +1737,45 @@ "collection": "ApeBond_Collection1" }, "initTime": { - "137": 1733925300 + "137": 1734094900 }, "finishTime": { - "137": 1734022800 + "137": 1734102000 }, "redeemTime": { - "137": 1734012000 + "137": 1734102000 }, "startVestingTimestamp": { - "137": 1734012000 + "137": 1734102000 }, "initPrice": { - "137": 0.25 + "137": 0.025 }, "initialRelease": 20, "saleSchedule": { "0": { - "start": 1733938490, - "end": 1733942120 + "start": 1734100200, + "end": 1734100800 }, "1": { - "start": 1733934890, - "end": 1733938490 + "start": 1734099000, + "end": 1734099600 }, "2": { - "start": 1733931290, - "end": 1733934890 + "start": 1734097800, + "end": 1734098400 }, "3": { - "start": 1733927690, - "end": 1733931290 + "start": 1734096600, + "end": 1734097200 }, "4": { - "start": 1733924090, - "end": 1733927690 + "start": 1734095400, + "end": 1734096000 }, "noTier": { - "start": 1733942120, - "end": 1734022800 + "start": 1734101400, + "end": 1734102000 } }, "tokensDistributedAtRedeem": true diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 793cc368..a8cb79ad 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -816,28 +816,28 @@ const launchProjects: LaunchProjectConfig[] = [ soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1 }, initTime: { - [ChainId.MATIC]: 1733925300, + [ChainId.MATIC]: 1734094900, }, finishTime: { - [ChainId.MATIC]: 1734022800, + [ChainId.MATIC]: 1734102000, }, redeemTime: { - [ChainId.MATIC]: 1734012000, + [ChainId.MATIC]: 1734102000, }, startVestingTimestamp: { - [ChainId.MATIC]: 1734012000, + [ChainId.MATIC]: 1734102000, }, initPrice: { - [ChainId.MATIC]: 0.25, + [ChainId.MATIC]: 0.025, }, initialRelease: 20, saleSchedule: { - [LaunchBondTiers.Legend]: { start: 1733924090, end: 1733927690 }, - [LaunchBondTiers.Diamond]: { start: 1733927690, end: 1733931290 }, - [LaunchBondTiers.Gold]: { start: 1733931290, end: 1733934890 }, - [LaunchBondTiers.Silver]: { start: 1733934890, end: 1733938490 }, - [LaunchBondTiers.Bronze]: { start: 1733938490, end: 1733942120 }, - ['noTier']: { start: 1733942120, end: 1734022800 }, + [LaunchBondTiers.Legend]: { start: 1734095400, end: 1734096000 }, + [LaunchBondTiers.Diamond]: { start: 1734096600, end: 1734097200 }, + [LaunchBondTiers.Gold]: { start: 1734097800, end: 1734098400 }, + [LaunchBondTiers.Silver]: { start: 1734099000, end: 1734099600 }, + [LaunchBondTiers.Bronze]: { start: 1734100200, end: 1734100800 }, + ['noTier']: { start: 1734101400, end: 1734102000 }, }, tokensDistributedAtRedeem: true, // distributionTimestamp: 1734203341, From 4237fe8d6385d50b0c11257a2387dc5398d17714 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Fri, 13 Dec 2024 12:05:20 -0300 Subject: [PATCH 15/33] chore: change timestamp for testing --- config/launchProjects.json | 26 +++++++++++++------------- src/constants/launchProjects.ts | 14 +++++++------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 04b619fe..73f0c624 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1637,7 +1637,7 @@ "chainId": 137, "saleStartTime": "Dec 17th 17:00 UTC", "totalAllocation": "A lot of tokens", - "salePriceString": "$0.25", + "salePriceString": "$0.025", "vestingTimeString": "20% TGE, 1 Month cliff, 4 Months linear vesting", "projectInfo": { "shortDescription": "This is a really good project ser", @@ -1754,28 +1754,28 @@ "initialRelease": 20, "saleSchedule": { "0": { - "start": 1734100200, - "end": 1734100800 + "start": 1734104400, + "end": 1734105000 }, "1": { - "start": 1734099000, - "end": 1734099600 + "start": 1734103800, + "end": 1734104400 }, "2": { - "start": 1734097800, - "end": 1734098400 + "start": 1734103200, + "end": 1734103800 }, "3": { - "start": 1734096600, - "end": 1734097200 + "start": 1734102600, + "end": 1734103200 }, "4": { - "start": 1734095400, - "end": 1734096000 + "start": 1734102000, + "end": 1734102600 }, "noTier": { - "start": 1734101400, - "end": 1734102000 + "start": 1734105000, + "end": 1734105600 } }, "tokensDistributedAtRedeem": true diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index a8cb79ad..3cee22aa 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -770,7 +770,7 @@ const launchProjects: LaunchProjectConfig[] = [ chainId: ChainId.MATIC, saleStartTime: 'Dec 17th 17:00 UTC', totalAllocation: 'A lot of tokens', - salePriceString: '$0.25', + salePriceString: '$0.025', vestingTimeString: '20% TGE, 1 Month cliff, 4 Months linear vesting', projectInfo: { shortDescription: 'This is a really good project ser', @@ -832,12 +832,12 @@ const launchProjects: LaunchProjectConfig[] = [ }, initialRelease: 20, saleSchedule: { - [LaunchBondTiers.Legend]: { start: 1734095400, end: 1734096000 }, - [LaunchBondTiers.Diamond]: { start: 1734096600, end: 1734097200 }, - [LaunchBondTiers.Gold]: { start: 1734097800, end: 1734098400 }, - [LaunchBondTiers.Silver]: { start: 1734099000, end: 1734099600 }, - [LaunchBondTiers.Bronze]: { start: 1734100200, end: 1734100800 }, - ['noTier']: { start: 1734101400, end: 1734102000 }, + [LaunchBondTiers.Legend]: { start: 1734102000, end: 1734102600 }, + [LaunchBondTiers.Diamond]: { start: 1734102600, end: 1734103200 }, + [LaunchBondTiers.Gold]: { start: 1734103200, end: 1734103800 }, + [LaunchBondTiers.Silver]: { start: 1734103800, end: 1734104400 }, + [LaunchBondTiers.Bronze]: { start: 1734104400, end: 1734105000 }, + ['noTier']: { start: 1734105000, end: 1734105600 }, }, tokensDistributedAtRedeem: true, // distributionTimestamp: 1734203341, From a7c71cbf2e5d4f2d344895eae1278fb123124b39 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Fri, 13 Dec 2024 17:11:36 -0300 Subject: [PATCH 16/33] chore: update price --- config/launchProjects.json | 2 +- src/constants/launchProjects.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 73f0c624..c5e8e53d 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1749,7 +1749,7 @@ "137": 1734102000 }, "initPrice": { - "137": 0.025 + "137": 0.01 }, "initialRelease": 20, "saleSchedule": { diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 3cee22aa..bf4bab67 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -804,7 +804,7 @@ const launchProjects: LaunchProjectConfig[] = [ index: 14, chainId: ChainId.MATIC, contractAddress: { - [ChainId.MATIC]: '0x9Fca33ef289D599C0dEb4014de707f5FE52079FA', // FCFS legend prod + [ChainId.MATIC]: '0x9Fca33ef289D599C0dEb4014de707f5FE52079FA', }, billVersion: BillVersion.TieredSale, billType: 'fcfs', @@ -828,7 +828,7 @@ const launchProjects: LaunchProjectConfig[] = [ [ChainId.MATIC]: 1734102000, }, initPrice: { - [ChainId.MATIC]: 0.025, + [ChainId.MATIC]: 0.01, }, initialRelease: 20, saleSchedule: { From 4208cfed4239da4c1ee5287d3b1addb091b34490 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Fri, 13 Dec 2024 18:46:04 -0300 Subject: [PATCH 17/33] chore: add descriptions --- config/launchProjects.json | 52 ++++++++++++++-------------- config/tokens.json | 13 +++++++ src/constants/launchProjects.ts | 61 +++++++++++++++++++++------------ src/constants/tokens.ts | 13 +++++++ 4 files changed, 92 insertions(+), 47 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index c5e8e53d..d94a97ab 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1632,16 +1632,16 @@ }, { "index": 4, - "projectId": "oxya-origins", - "projectName": "Oxya Origins", - "chainId": 137, + "projectId": "oxya-origin", + "projectName": "Oxya Origin", + "chainId": 1, "saleStartTime": "Dec 17th 17:00 UTC", - "totalAllocation": "A lot of tokens", + "totalAllocation": "4,000,000 OXYZ", "salePriceString": "$0.025", "vestingTimeString": "20% TGE, 1 Month cliff, 4 Months linear vesting", "projectInfo": { - "shortDescription": "This is a really good project ser", - "fullDescription": "This is a really good project ser, but let me say that twice because this should be the long description... This is a really good project ser", + "shortDescription": "Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.", + "fullDescription": "We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain!\n
\n
\nOxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream.\n
\n
\n๐Ÿ“… Launch Date: December 17th (schedule below).\n๐Ÿ“… TGE Date: December 19th.\n๐Ÿ’ต IDO & TGE Price: $0.025.\n๐Ÿ’ต Purchases can be made with $USDC.\n๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).\n
\n
\n๐Ÿ•” Sale Schedule:\nDec 17th 17:00 - 21:00 UTC: Legend Tier\nDec 17th 21:00 - 01:00 UTC: Diamond (and above)\nDec 18th 01:00 - 05:00 UTC: Gold (and above)\nDec 18th 05:00 - 09:00 UTC: Silver (and above)\nDec 18th 09:00 - 13:00 UTC: Bronze (and above)\nDec 18th 13:00 - 17:00 UTC: FCFS, no tier required!", "tags": ["We need a tag"], "socials": { "twitter": "https://twitter.com/Carv_official", @@ -1668,9 +1668,9 @@ "bonds": [ { "index": 14, - "chainId": 137, + "chainId": 1, "contractAddress": { - "137": "0x9Fca33ef289D599C0dEb4014de707f5FE52079FA" + "1": "0x9Fca33ef289D599C0dEb4014de707f5FE52079FA" }, "billVersion": "TieredSale", "billType": "fcfs", @@ -1730,52 +1730,52 @@ "active": true }, "billNnftAddress": { - "137": "0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837" + "1": "0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837" }, "soldOut": false, "billArt": { "collection": "ApeBond_Collection1" }, "initTime": { - "137": 1734094900 + "1": 1734454800 }, "finishTime": { - "137": 1734102000 + "1": 1734541200 }, "redeemTime": { - "137": 1734102000 + "1": 1734541200 }, "startVestingTimestamp": { - "137": 1734102000 + "1": 1705597200 }, "initPrice": { - "137": 0.01 + "1": 0.01 }, "initialRelease": 20, "saleSchedule": { "0": { - "start": 1734104400, - "end": 1734105000 + "start": 1734512400, + "end": 1734526800 }, "1": { - "start": 1734103800, - "end": 1734104400 + "start": 1734498000, + "end": 1734512400 }, "2": { - "start": 1734103200, - "end": 1734103800 + "start": 1734483600, + "end": 1734498000 }, "3": { - "start": 1734102600, - "end": 1734103200 + "start": 1734469200, + "end": 1734483600 }, "4": { - "start": 1734102000, - "end": 1734102600 + "start": 1734454800, + "end": 1734469200 }, "noTier": { - "start": 1734105000, - "end": 1734105600 + "start": 1734526800, + "end": 1734541200 } }, "tokensDistributedAtRedeem": true diff --git a/config/tokens.json b/config/tokens.json index 993d1926..527a7499 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -17,6 +17,19 @@ }, "active": true }, + "oxyz": { + "symbol": "OXYZ", + "address": { + "1": "0xd0623da373f754c4b6762209ea77de59b21dd667" + }, + "decimals": { + "1": 18 + }, + "active": true, + "liquidityDex": { + "1": "UniswapV2" + } + }, "bpad": { "symbol": "BPAD", "address": { diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index bf4bab67..36c4fe61 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -765,17 +765,36 @@ const launchProjects: LaunchProjectConfig[] = [ }, { index: 4, - projectId: 'oxya-origins', - projectName: 'Oxya Origins', - chainId: ChainId.MATIC, + projectId: 'oxya-origin', + projectName: 'Oxya Origin', + chainId: ChainId.MAINNET, saleStartTime: 'Dec 17th 17:00 UTC', - totalAllocation: 'A lot of tokens', + totalAllocation: '4,000,000 OXYZ', salePriceString: '$0.025', vestingTimeString: '20% TGE, 1 Month cliff, 4 Months linear vesting', projectInfo: { - shortDescription: 'This is a really good project ser', - fullDescription: - 'This is a really good project ser, but let me say that twice because this should be the long description... This is a really good project ser', + shortDescription: + 'Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.', + fullDescription: `We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain! +
+
+Oxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream. +
+
+๐Ÿ“… Launch Date: December 17th (schedule below). +๐Ÿ“… TGE Date: December 19th. +๐Ÿ’ต IDO & TGE Price: $0.025. +๐Ÿ’ต Purchases can be made with $USDC. +๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff). +
+
+๐Ÿ•” Sale Schedule: +Dec 17th 17:00 - 21:00 UTC: Legend Tier +Dec 17th 21:00 - 01:00 UTC: Diamond (and above) +Dec 18th 01:00 - 05:00 UTC: Gold (and above) +Dec 18th 05:00 - 09:00 UTC: Silver (and above) +Dec 18th 09:00 - 13:00 UTC: Bronze (and above) +Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, tags: ['We need a tag'], socials: { twitter: 'https://twitter.com/Carv_official', @@ -802,42 +821,42 @@ const launchProjects: LaunchProjectConfig[] = [ bonds: [ { index: 14, - chainId: ChainId.MATIC, + chainId: ChainId.MAINNET, contractAddress: { - [ChainId.MATIC]: '0x9Fca33ef289D599C0dEb4014de707f5FE52079FA', + [ChainId.MAINNET]: '0x9Fca33ef289D599C0dEb4014de707f5FE52079FA', }, billVersion: BillVersion.TieredSale, billType: 'fcfs', token: tokens.usdc, earnToken: tokens.abond, billNnftAddress: { - [ChainId.MATIC]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837', + [ChainId.MAINNET]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837', }, soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1 }, initTime: { - [ChainId.MATIC]: 1734094900, + [ChainId.MAINNET]: 1734454800, }, finishTime: { - [ChainId.MATIC]: 1734102000, + [ChainId.MAINNET]: 1734541200, }, redeemTime: { - [ChainId.MATIC]: 1734102000, + [ChainId.MAINNET]: 1734541200, }, startVestingTimestamp: { - [ChainId.MATIC]: 1734102000, + [ChainId.MAINNET]: 1705597200, }, initPrice: { - [ChainId.MATIC]: 0.01, + [ChainId.MAINNET]: 0.01, }, initialRelease: 20, saleSchedule: { - [LaunchBondTiers.Legend]: { start: 1734102000, end: 1734102600 }, - [LaunchBondTiers.Diamond]: { start: 1734102600, end: 1734103200 }, - [LaunchBondTiers.Gold]: { start: 1734103200, end: 1734103800 }, - [LaunchBondTiers.Silver]: { start: 1734103800, end: 1734104400 }, - [LaunchBondTiers.Bronze]: { start: 1734104400, end: 1734105000 }, - ['noTier']: { start: 1734105000, end: 1734105600 }, + [LaunchBondTiers.Legend]: { start: 1734454800, end: 1734469200 }, + [LaunchBondTiers.Diamond]: { start: 1734469200, end: 1734483600 }, + [LaunchBondTiers.Gold]: { start: 1734483600, end: 1734498000 }, + [LaunchBondTiers.Silver]: { start: 1734498000, end: 1734512400 }, + [LaunchBondTiers.Bronze]: { start: 1734512400, end: 1734526800 }, + ['noTier']: { start: 1734526800, end: 1734541200 }, }, tokensDistributedAtRedeem: true, // distributionTimestamp: 1734203341, diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 17be8e43..17b1bc43 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -20,6 +20,19 @@ const tokens: Record = { }, active: true, }, + oxyz: { + symbol: 'OXYZ', + address: { + [ChainId.MAINNET]: '0xd0623da373f754c4b6762209ea77de59b21dd667', + }, + decimals: { + [ChainId.MAINNET]: 18, + }, + active: true, + liquidityDex: { + [ChainId.MAINNET]: LiquidityDex.UniswapV2, + }, + }, bpad: { symbol: 'BPAD', address: { From a76320ad578a50d8cd3822ba83d6b5ab2efb1233 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Fri, 13 Dec 2024 19:04:31 -0300 Subject: [PATCH 18/33] chore: set URLS and fix fullDescription --- config/launchProjects.json | 37 ++++++++++++----------------- src/constants/launchProjects.ts | 42 ++++++++++++++++----------------- 2 files changed, 36 insertions(+), 43 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index d94a97ab..b6edc6a2 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1641,16 +1641,15 @@ "vestingTimeString": "20% TGE, 1 Month cliff, 4 Months linear vesting", "projectInfo": { "shortDescription": "Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.", - "fullDescription": "We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain!\n
\n
\nOxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream.\n
\n
\n๐Ÿ“… Launch Date: December 17th (schedule below).\n๐Ÿ“… TGE Date: December 19th.\n๐Ÿ’ต IDO & TGE Price: $0.025.\n๐Ÿ’ต Purchases can be made with $USDC.\n๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).\n
\n
\n๐Ÿ•” Sale Schedule:\nDec 17th 17:00 - 21:00 UTC: Legend Tier\nDec 17th 21:00 - 01:00 UTC: Diamond (and above)\nDec 18th 01:00 - 05:00 UTC: Gold (and above)\nDec 18th 05:00 - 09:00 UTC: Silver (and above)\nDec 18th 09:00 - 13:00 UTC: Bronze (and above)\nDec 18th 13:00 - 17:00 UTC: FCFS, no tier required!", - "tags": ["We need a tag"], + "fullDescription": "We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain!\n
\n
\nOxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream.\n
\n
\n๐Ÿ“… Launch Date: December 17th (schedule below).
\n๐Ÿ“… TGE Date: December 19th.
\n๐Ÿ’ต IDO & TGE Price: $0.025.
\n๐Ÿ’ต Purchases can be made with $USDC.
\n๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).
\n
\n
\n๐Ÿ•” Sale Schedule:
\nDec 17th 17:00 - 21:00 UTC: Legend Tier
\nDec 17th 21:00 - 01:00 UTC: Diamond (and above)
\nDec 18th 01:00 - 05:00 UTC: Gold (and above)
\nDec 18th 05:00 - 09:00 UTC: Silver (and above)
\nDec 18th 09:00 - 13:00 UTC: Bronze (and above)
\nDec 18th 13:00 - 17:00 UTC: FCFS, no tier required!", + "tags": ["GameFi"], "socials": { - "twitter": "https://twitter.com/Carv_official", - "teaserVideo": "https://www.youtube.com/watch?v=P-7mYixdI0k", - "tokenomicsURL": "https://docs.carv.io/carv-token/distribution-and-vesting", - "website": "https://carv.io/", - "whitepaper": "https://docs.carv.io/carv-protocol/verifier-node-explained", - "telegram": "https://t.me/carv_official_global", - "discord": "https://discord.gg/carv" + "twitter": "https://x.com/OxyaOrigin", + "teaserVideo": "https://x.com/ApeBond/status/1867675870355452023", + "tokenomicsURL": "https://oxya-origin.gitbook.io/oxya-origin/asset-ecosystem/economy", + "website": "https://www.oxyaorigin.com/", + "whitepaper": "https://oxya-origin.gitbook.io/oxya-origin", + "telegram": "https://t.me/oxyaoriginofficial" }, "images": { "launchpadImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715975892/carv-launchpadImg_abywx1.png", @@ -1711,23 +1710,17 @@ "active": true }, "earnToken": { - "symbol": "ABOND", + "symbol": "OXYZ", "address": { - "1": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1", - "56": "0x34294AfABCbaFfc616ac6614F6d2e17260b78BEd", - "137": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1" + "1": "0xd0623da373f754c4b6762209ea77de59b21dd667" }, "decimals": { - "1": 18, - "56": 18, - "137": 18 + "1": 18 }, + "active": true, "liquidityDex": { - "1": "UniswapV3", - "56": "ThenaV1", - "137": "QuickswapV2" - }, - "active": true + "1": "UniswapV2" + } }, "billNnftAddress": { "1": "0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837" @@ -1749,7 +1742,7 @@ "1": 1705597200 }, "initPrice": { - "1": 0.01 + "1": 0.025 }, "initialRelease": 20, "saleSchedule": { diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 36c4fe61..b27bc5c0 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -781,29 +781,29 @@ const launchProjects: LaunchProjectConfig[] = [ Oxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream.

-๐Ÿ“… Launch Date: December 17th (schedule below). -๐Ÿ“… TGE Date: December 19th. -๐Ÿ’ต IDO & TGE Price: $0.025. -๐Ÿ’ต Purchases can be made with $USDC. -๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff). +๐Ÿ“… Launch Date: December 17th (schedule below).
+๐Ÿ“… TGE Date: December 19th.
+๐Ÿ’ต IDO & TGE Price: $0.025.
+๐Ÿ’ต Purchases can be made with $USDC.
+๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).


-๐Ÿ•” Sale Schedule: -Dec 17th 17:00 - 21:00 UTC: Legend Tier -Dec 17th 21:00 - 01:00 UTC: Diamond (and above) -Dec 18th 01:00 - 05:00 UTC: Gold (and above) -Dec 18th 05:00 - 09:00 UTC: Silver (and above) -Dec 18th 09:00 - 13:00 UTC: Bronze (and above) +๐Ÿ•” Sale Schedule:
+Dec 17th 17:00 - 21:00 UTC: Legend Tier
+Dec 17th 21:00 - 01:00 UTC: Diamond (and above)
+Dec 18th 01:00 - 05:00 UTC: Gold (and above)
+Dec 18th 05:00 - 09:00 UTC: Silver (and above)
+Dec 18th 09:00 - 13:00 UTC: Bronze (and above)
Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, - tags: ['We need a tag'], + tags: ['GameFi'], socials: { - twitter: 'https://twitter.com/Carv_official', - teaserVideo: 'https://www.youtube.com/watch?v=P-7mYixdI0k', - tokenomicsURL: 'https://docs.carv.io/carv-token/distribution-and-vesting', - website: 'https://carv.io/', - whitepaper: 'https://docs.carv.io/carv-protocol/verifier-node-explained', - telegram: 'https://t.me/carv_official_global', - discord: 'https://discord.gg/carv', + twitter: 'https://x.com/OxyaOrigin', + teaserVideo: 'https://x.com/ApeBond/status/1867675870355452023', + tokenomicsURL: 'https://oxya-origin.gitbook.io/oxya-origin/asset-ecosystem/economy', + website: 'https://www.oxyaorigin.com/', + whitepaper: 'https://oxya-origin.gitbook.io/oxya-origin', + telegram: 'https://t.me/oxyaoriginofficial', + // discord: 'https://discord.gg/carv', }, images: { launchpadImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715975892/carv-launchpadImg_abywx1.png', @@ -828,7 +828,7 @@ Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, billVersion: BillVersion.TieredSale, billType: 'fcfs', token: tokens.usdc, - earnToken: tokens.abond, + earnToken: tokens.oxyz, billNnftAddress: { [ChainId.MAINNET]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837', }, @@ -847,7 +847,7 @@ Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, [ChainId.MAINNET]: 1705597200, }, initPrice: { - [ChainId.MAINNET]: 0.01, + [ChainId.MAINNET]: 0.025, }, initialRelease: 20, saleSchedule: { From 0e08783b72d50cb29221686f19fe76687836e995 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Fri, 13 Dec 2024 19:33:04 -0300 Subject: [PATCH 19/33] chore: remove contract address --- src/constants/launchProjects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index b27bc5c0..f10a9a6d 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -823,7 +823,7 @@ Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, index: 14, chainId: ChainId.MAINNET, contractAddress: { - [ChainId.MAINNET]: '0x9Fca33ef289D599C0dEb4014de707f5FE52079FA', + [ChainId.MAINNET]: '', }, billVersion: BillVersion.TieredSale, billType: 'fcfs', From d3f158c1cbef04fef5926ef21459446166533327 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Fri, 13 Dec 2024 19:40:14 -0300 Subject: [PATCH 20/33] chore: remove contract address --- config/launchProjects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index b6edc6a2..614ced6f 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1669,7 +1669,7 @@ "index": 14, "chainId": 1, "contractAddress": { - "1": "0x9Fca33ef289D599C0dEb4014de707f5FE52079FA" + "1": "" }, "billVersion": "TieredSale", "billType": "fcfs", From 96376732bfc3c71b71ce0476ca6280423e51ab95 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Sat, 14 Dec 2024 16:41:48 -0300 Subject: [PATCH 21/33] chore: add marketing description with URL --- config/launchProjects.json | 3 ++- package.json | 2 +- src/constants/launchProjects.ts | 3 ++- src/types/index.ts | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 614ced6f..57552997 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1640,6 +1640,7 @@ "salePriceString": "$0.025", "vestingTimeString": "20% TGE, 1 Month cliff, 4 Months linear vesting", "projectInfo": { + "marketingSubtitle": "Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Purchase $100 or more worth of $PLT Bonds to earn 2 free lotto game ticket NFTs!", "shortDescription": "Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.", "fullDescription": "We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain!\n
\n
\nOxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream.\n
\n
\n๐Ÿ“… Launch Date: December 17th (schedule below).
\n๐Ÿ“… TGE Date: December 19th.
\n๐Ÿ’ต IDO & TGE Price: $0.025.
\n๐Ÿ’ต Purchases can be made with $USDC.
\n๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).
\n
\n
\n๐Ÿ•” Sale Schedule:
\nDec 17th 17:00 - 21:00 UTC: Legend Tier
\nDec 17th 21:00 - 01:00 UTC: Diamond (and above)
\nDec 18th 01:00 - 05:00 UTC: Gold (and above)
\nDec 18th 05:00 - 09:00 UTC: Silver (and above)
\nDec 18th 09:00 - 13:00 UTC: Bronze (and above)
\nDec 18th 13:00 - 17:00 UTC: FCFS, no tier required!", "tags": ["GameFi"], @@ -1666,7 +1667,7 @@ }, "bonds": [ { - "index": 14, + "index": 19, "chainId": 1, "contractAddress": { "1": "" diff --git a/package.json b/package.json index a7bc1668..2636cd32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "3.73.0-test.5", + "version": "3.73.0-test.6", "publishConfig": { "access": "public" }, diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index f10a9a6d..e0308ffe 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -773,6 +773,7 @@ const launchProjects: LaunchProjectConfig[] = [ salePriceString: '$0.025', vestingTimeString: '20% TGE, 1 Month cliff, 4 Months linear vesting', projectInfo: { + marketingSubtitle: `Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Purchase $100 or more worth of $PLT Bonds to earn 2 free lotto game ticket NFTs!`, shortDescription: 'Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.', fullDescription: `We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain! @@ -820,7 +821,7 @@ Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, }, bonds: [ { - index: 14, + index: 19, chainId: ChainId.MAINNET, contractAddress: { [ChainId.MAINNET]: '', diff --git a/src/types/index.ts b/src/types/index.ts index adc77f5f..32b96964 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -206,6 +206,7 @@ export interface LaunchProjectConfig { salePriceString: string vestingTimeString: string projectInfo: { + marketingSubtitle?: string shortDescription: string fullDescription: string tags: string[] From 60d1616d6bbf14b3fac1d23be976633b10d1cfc1 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Sat, 14 Dec 2024 17:02:31 -0300 Subject: [PATCH 22/33] chore: fix marketing subtitle --- config/launchProjects.json | 2 +- package.json | 2 +- src/constants/launchProjects.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 57552997..5e117468 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1640,7 +1640,7 @@ "salePriceString": "$0.025", "vestingTimeString": "20% TGE, 1 Month cliff, 4 Months linear vesting", "projectInfo": { - "marketingSubtitle": "Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Purchase $100 or more worth of $PLT Bonds to earn 2 free lotto game ticket NFTs!", + "marketingSubtitle": "Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Learn More {'>'}", "shortDescription": "Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.", "fullDescription": "We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain!\n
\n
\nOxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream.\n
\n
\n๐Ÿ“… Launch Date: December 17th (schedule below).
\n๐Ÿ“… TGE Date: December 19th.
\n๐Ÿ’ต IDO & TGE Price: $0.025.
\n๐Ÿ’ต Purchases can be made with $USDC.
\n๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).
\n
\n
\n๐Ÿ•” Sale Schedule:
\nDec 17th 17:00 - 21:00 UTC: Legend Tier
\nDec 17th 21:00 - 01:00 UTC: Diamond (and above)
\nDec 18th 01:00 - 05:00 UTC: Gold (and above)
\nDec 18th 05:00 - 09:00 UTC: Silver (and above)
\nDec 18th 09:00 - 13:00 UTC: Bronze (and above)
\nDec 18th 13:00 - 17:00 UTC: FCFS, no tier required!", "tags": ["GameFi"], diff --git a/package.json b/package.json index 2636cd32..274f9d83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "3.73.0-test.6", + "version": "3.73.0-test.7", "publishConfig": { "access": "public" }, diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index e0308ffe..8f532770 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -773,7 +773,7 @@ const launchProjects: LaunchProjectConfig[] = [ salePriceString: '$0.025', vestingTimeString: '20% TGE, 1 Month cliff, 4 Months linear vesting', projectInfo: { - marketingSubtitle: `Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Purchase $100 or more worth of $PLT Bonds to earn 2 free lotto game ticket NFTs!`, + marketingSubtitle: `Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Learn More {'>'}`, shortDescription: 'Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.', fullDescription: `We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain! From fbc8dc0e4a157616d7b8a7a930f0dd2359d05f40 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Sat, 14 Dec 2024 17:05:37 -0300 Subject: [PATCH 23/33] chore: fix marketing description --- config/launchProjects.json | 2 +- src/constants/launchProjects.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 5e117468..0e23ca6f 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1640,7 +1640,7 @@ "salePriceString": "$0.025", "vestingTimeString": "20% TGE, 1 Month cliff, 4 Months linear vesting", "projectInfo": { - "marketingSubtitle": "Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Learn More {'>'}", + "marketingSubtitle": "Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Learn More >", "shortDescription": "Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.", "fullDescription": "We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain!\n
\n
\nOxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream.\n
\n
\n๐Ÿ“… Launch Date: December 17th (schedule below).
\n๐Ÿ“… TGE Date: December 19th.
\n๐Ÿ’ต IDO & TGE Price: $0.025.
\n๐Ÿ’ต Purchases can be made with $USDC.
\n๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).
\n
\n
\n๐Ÿ•” Sale Schedule:
\nDec 17th 17:00 - 21:00 UTC: Legend Tier
\nDec 17th 21:00 - 01:00 UTC: Diamond (and above)
\nDec 18th 01:00 - 05:00 UTC: Gold (and above)
\nDec 18th 05:00 - 09:00 UTC: Silver (and above)
\nDec 18th 09:00 - 13:00 UTC: Bronze (and above)
\nDec 18th 13:00 - 17:00 UTC: FCFS, no tier required!", "tags": ["GameFi"], diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 8f532770..816b672e 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -773,7 +773,7 @@ const launchProjects: LaunchProjectConfig[] = [ salePriceString: '$0.025', vestingTimeString: '20% TGE, 1 Month cliff, 4 Months linear vesting', projectInfo: { - marketingSubtitle: `Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Learn More {'>'}`, + marketingSubtitle: `Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Learn More \u003e`, shortDescription: 'Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.', fullDescription: `We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain! From 2774556b426c1a1dd1f2ffef57e3d6a166bf5534 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Mon, 16 Dec 2024 09:14:25 -0300 Subject: [PATCH 24/33] chore: update images --- config/launchProjects.json | 6 +++--- src/constants/launchProjects.ts | 6 +++--- src/types/index.ts | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 0e23ca6f..7e963099 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1653,10 +1653,10 @@ "telegram": "https://t.me/oxyaoriginofficial" }, "images": { - "launchpadImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715975892/carv-launchpadImg_abywx1.png", - "launchpadSmallImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715975892/carv-launchpadImg_abywx1.png", + "launchpadImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png", + "launchpadSmallImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png", "launchpadIcon": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976635/carv-launchpadicon_n3uyxh.png", - "headerImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976905/carv-header_tyrkc8.png", + "headerImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png", "headerImgMobile": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996352/carv-header-mobile_mbn4fx.png", "websiteImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996267/carv-website_puixtp.png", "whitepaperImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996259/carv-whitepaper_nk1lfw.png", diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 816b672e..b1f28763 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -807,10 +807,10 @@ Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, // discord: 'https://discord.gg/carv', }, images: { - launchpadImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715975892/carv-launchpadImg_abywx1.png', - launchpadSmallImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715975892/carv-launchpadImg_abywx1.png', + launchpadImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png', + launchpadSmallImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png', launchpadIcon: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976635/carv-launchpadicon_n3uyxh.png', - headerImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976905/carv-header_tyrkc8.png', + headerImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png', headerImgMobile: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996352/carv-header-mobile_mbn4fx.png', websiteImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996267/carv-website_puixtp.png', whitepaperImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996259/carv-whitepaper_nk1lfw.png', diff --git a/src/types/index.ts b/src/types/index.ts index 32b96964..c069900f 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -220,10 +220,10 @@ export interface LaunchProjectConfig { telegram?: string } images: { - launchpadImg: string - launchpadSmallImg: string + launchpadImg: string // big image on launchpad page + launchpadSmallImg: string // small image on the card launchpadIcon: string - headerImg: string + headerImg: string // big background image on project page header headerImgMobile: string websiteImg: string whitepaperImg: string From ec4cc15848bd2abe97b92cda750fd82d4e735152 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Mon, 16 Dec 2024 09:25:33 -0300 Subject: [PATCH 25/33] chore: more images --- config/launchProjects.json | 12 ++++++------ src/constants/launchProjects.ts | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 7e963099..e5fc309b 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1657,12 +1657,12 @@ "launchpadSmallImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png", "launchpadIcon": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976635/carv-launchpadicon_n3uyxh.png", "headerImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png", - "headerImgMobile": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996352/carv-header-mobile_mbn4fx.png", - "websiteImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996267/carv-website_puixtp.png", - "whitepaperImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996259/carv-whitepaper_nk1lfw.png", - "partnersImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996259/carv-partners_fmuhu8.png", - "tokenomicsImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996261/carv-tokenomics_l0zhtd.png", - "teaserImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996260/carv-video_pipsg1.png" + "headerImgMobile": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png", + "websiteImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351489/website_h8t8aw.png", + "whitepaperImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351569/whitepaper_eqzfcp.png", + "partnersImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351696/partnersimg_l3xu4f.png", + "tokenomicsImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351788/tokenomics_rkr8w8.png", + "teaserImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351829/teaser_cbl1zl.png" } }, "bonds": [ diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index b1f28763..6d55bf94 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -811,12 +811,12 @@ Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, launchpadSmallImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png', launchpadIcon: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976635/carv-launchpadicon_n3uyxh.png', headerImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png', - headerImgMobile: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996352/carv-header-mobile_mbn4fx.png', - websiteImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996267/carv-website_puixtp.png', - whitepaperImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996259/carv-whitepaper_nk1lfw.png', - partnersImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996259/carv-partners_fmuhu8.png', - tokenomicsImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996261/carv-tokenomics_l0zhtd.png', - teaserImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715996260/carv-video_pipsg1.png', + headerImgMobile: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png', + websiteImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351489/website_h8t8aw.png', + whitepaperImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351569/whitepaper_eqzfcp.png', + partnersImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351696/partnersimg_l3xu4f.png', + tokenomicsImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351788/tokenomics_rkr8w8.png', + teaserImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351829/teaser_cbl1zl.png', }, }, bonds: [ From 0f236dddcc7a38c01db9f3c03774984252596e1c Mon Sep 17 00:00:00 2001 From: ape-fede Date: Mon, 16 Dec 2024 11:13:01 -0300 Subject: [PATCH 26/33] chore: test --- config/launchProjects.json | 60 +++++++------- src/constants/launchProjects.ts | 133 ++++++++++++++++++++++++++++---- 2 files changed, 150 insertions(+), 43 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index e5fc309b..96615310 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1634,7 +1634,7 @@ "index": 4, "projectId": "oxya-origin", "projectName": "Oxya Origin", - "chainId": 1, + "chainId": 137, "saleStartTime": "Dec 17th 17:00 UTC", "totalAllocation": "4,000,000 OXYZ", "salePriceString": "$0.025", @@ -1668,9 +1668,9 @@ "bonds": [ { "index": 19, - "chainId": 1, + "chainId": 137, "contractAddress": { - "1": "" + "137": "0x8fCBcbA7766f584BBb93420C2CcD949E97D53fFC" }, "billVersion": "TieredSale", "billType": "fcfs", @@ -1711,65 +1711,71 @@ "active": true }, "earnToken": { - "symbol": "OXYZ", + "symbol": "ABOND", "address": { - "1": "0xd0623da373f754c4b6762209ea77de59b21dd667" + "1": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1", + "56": "0x34294AfABCbaFfc616ac6614F6d2e17260b78BEd", + "137": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1" }, "decimals": { - "1": 18 + "1": 18, + "56": 18, + "137": 18 }, - "active": true, "liquidityDex": { - "1": "UniswapV2" - } + "1": "UniswapV3", + "56": "ThenaV1", + "137": "QuickswapV2" + }, + "active": true }, "billNnftAddress": { - "1": "0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837" + "137": "0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837" }, "soldOut": false, "billArt": { "collection": "ApeBond_Collection1" }, "initTime": { - "1": 1734454800 + "137": 1734358620 }, "finishTime": { - "1": 1734541200 + "137": 1734360300 }, "redeemTime": { - "1": 1734541200 + "137": 1734360300 }, "startVestingTimestamp": { - "1": 1705597200 + "137": 1734360300 }, "initPrice": { - "1": 0.025 + "137": 0.025 }, "initialRelease": 20, "saleSchedule": { "0": { - "start": 1734512400, - "end": 1734526800 + "start": 1734359700, + "end": 1734360000 }, "1": { - "start": 1734498000, - "end": 1734512400 + "start": 1734359400, + "end": 1734359700 }, "2": { - "start": 1734483600, - "end": 1734498000 + "start": 1734359100, + "end": 1734359400 }, "3": { - "start": 1734469200, - "end": 1734483600 + "start": 1734358800, + "end": 1734359100 }, "4": { - "start": 1734454800, - "end": 1734469200 + "start": 1734358620, + "end": 1734358800 }, "noTier": { - "start": 1734526800, - "end": 1734541200 + "start": 1734360000, + "end": 1734360300 } }, "tokensDistributedAtRedeem": true diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 6d55bf94..8bc1a9d2 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -763,11 +763,112 @@ const launchProjects: LaunchProjectConfig[] = [ }, ], }, + // { + // index: 4, + // projectId: 'oxya-origin', + // projectName: 'Oxya Origin', + // chainId: ChainId.MAINNET, + // saleStartTime: 'Dec 17th 17:00 UTC', + // totalAllocation: '4,000,000 OXYZ', + // salePriceString: '$0.025', + // vestingTimeString: '20% TGE, 1 Month cliff, 4 Months linear vesting', + // projectInfo: { + // marketingSubtitle: `Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Learn More \u003e`, + // shortDescription: + // 'Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.', + // fullDescription: `We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain! + //
+ //
+ // Oxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream. + //
+ //
+ // ๐Ÿ“… Launch Date: December 17th (schedule below).
+ // ๐Ÿ“… TGE Date: December 19th.
+ // ๐Ÿ’ต IDO & TGE Price: $0.025.
+ // ๐Ÿ’ต Purchases can be made with $USDC.
+ // ๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).
+ //
+ //
+ // ๐Ÿ•” Sale Schedule:
+ // Dec 17th 17:00 - 21:00 UTC: Legend Tier
+ // Dec 17th 21:00 - 01:00 UTC: Diamond (and above)
+ // Dec 18th 01:00 - 05:00 UTC: Gold (and above)
+ // Dec 18th 05:00 - 09:00 UTC: Silver (and above)
+ // Dec 18th 09:00 - 13:00 UTC: Bronze (and above)
+ // Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, + // tags: ['GameFi'], + // socials: { + // twitter: 'https://x.com/OxyaOrigin', + // teaserVideo: 'https://x.com/ApeBond/status/1867675870355452023', + // tokenomicsURL: 'https://oxya-origin.gitbook.io/oxya-origin/asset-ecosystem/economy', + // website: 'https://www.oxyaorigin.com/', + // whitepaper: 'https://oxya-origin.gitbook.io/oxya-origin', + // telegram: 'https://t.me/oxyaoriginofficial', + // // discord: 'https://discord.gg/carv', + // }, + // images: { + // launchpadImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png', + // launchpadSmallImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png', + // launchpadIcon: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976635/carv-launchpadicon_n3uyxh.png', + // headerImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png', + // headerImgMobile: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png', + // websiteImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351489/website_h8t8aw.png', + // whitepaperImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351569/whitepaper_eqzfcp.png', + // partnersImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351696/partnersimg_l3xu4f.png', + // tokenomicsImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351788/tokenomics_rkr8w8.png', + // teaserImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351829/teaser_cbl1zl.png', + // }, + // }, + // bonds: [ + // { + // index: 19, + // chainId: ChainId.MAINNET, + // contractAddress: { + // [ChainId.MAINNET]: '', + // }, + // billVersion: BillVersion.TieredSale, + // billType: 'fcfs', + // token: tokens.usdc, + // earnToken: tokens.oxyz, + // billNnftAddress: { + // [ChainId.MAINNET]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837', + // }, + // soldOut: false, + // billArt: { collection: BillArtCollection.ApeBond_Collection1 }, + // initTime: { + // [ChainId.MAINNET]: 1734454800, + // }, + // finishTime: { + // [ChainId.MAINNET]: 1734541200, + // }, + // redeemTime: { + // [ChainId.MAINNET]: 1734541200, + // }, + // startVestingTimestamp: { + // [ChainId.MAINNET]: 1705597200, + // }, + // initPrice: { + // [ChainId.MAINNET]: 0.025, + // }, + // initialRelease: 20, + // saleSchedule: { + // [LaunchBondTiers.Legend]: { start: 1734454800, end: 1734469200 }, + // [LaunchBondTiers.Diamond]: { start: 1734469200, end: 1734483600 }, + // [LaunchBondTiers.Gold]: { start: 1734483600, end: 1734498000 }, + // [LaunchBondTiers.Silver]: { start: 1734498000, end: 1734512400 }, + // [LaunchBondTiers.Bronze]: { start: 1734512400, end: 1734526800 }, + // ['noTier']: { start: 1734526800, end: 1734541200 }, + // }, + // tokensDistributedAtRedeem: true, + // // distributionTimestamp: 1734203341, + // }, + // ], + // }, { index: 4, projectId: 'oxya-origin', projectName: 'Oxya Origin', - chainId: ChainId.MAINNET, + chainId: ChainId.MATIC, saleStartTime: 'Dec 17th 17:00 UTC', totalAllocation: '4,000,000 OXYZ', salePriceString: '$0.025', @@ -822,42 +923,42 @@ Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, bonds: [ { index: 19, - chainId: ChainId.MAINNET, + chainId: ChainId.MATIC, contractAddress: { - [ChainId.MAINNET]: '', + [ChainId.MATIC]: '0x8fCBcbA7766f584BBb93420C2CcD949E97D53fFC', }, billVersion: BillVersion.TieredSale, billType: 'fcfs', token: tokens.usdc, - earnToken: tokens.oxyz, + earnToken: tokens.abond, billNnftAddress: { - [ChainId.MAINNET]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837', + [ChainId.MATIC]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837', }, soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1 }, initTime: { - [ChainId.MAINNET]: 1734454800, + [ChainId.MATIC]: 1734358620, }, finishTime: { - [ChainId.MAINNET]: 1734541200, + [ChainId.MATIC]: 1734360300, }, redeemTime: { - [ChainId.MAINNET]: 1734541200, + [ChainId.MATIC]: 1734360300, }, startVestingTimestamp: { - [ChainId.MAINNET]: 1705597200, + [ChainId.MATIC]: 1734360300, }, initPrice: { - [ChainId.MAINNET]: 0.025, + [ChainId.MATIC]: 0.025, }, initialRelease: 20, saleSchedule: { - [LaunchBondTiers.Legend]: { start: 1734454800, end: 1734469200 }, - [LaunchBondTiers.Diamond]: { start: 1734469200, end: 1734483600 }, - [LaunchBondTiers.Gold]: { start: 1734483600, end: 1734498000 }, - [LaunchBondTiers.Silver]: { start: 1734498000, end: 1734512400 }, - [LaunchBondTiers.Bronze]: { start: 1734512400, end: 1734526800 }, - ['noTier']: { start: 1734526800, end: 1734541200 }, + [LaunchBondTiers.Legend]: { start: 1734358620, end: 1734358800 }, + [LaunchBondTiers.Diamond]: { start: 1734358800, end: 1734359100 }, + [LaunchBondTiers.Gold]: { start: 1734359100, end: 1734359400 }, + [LaunchBondTiers.Silver]: { start: 1734359400, end: 1734359700 }, + [LaunchBondTiers.Bronze]: { start: 1734359700, end: 1734360000 }, + ['noTier']: { start: 1734360000, end: 1734360300 }, }, tokensDistributedAtRedeem: true, // distributionTimestamp: 1734203341, From fbfb598f7433897db2982887344106a6216a2cba Mon Sep 17 00:00:00 2001 From: ape-fede Date: Mon, 16 Dec 2024 13:02:57 -0300 Subject: [PATCH 27/33] chore: remove test bond --- config/launchProjects.json | 62 ++++++------ src/constants/launchProjects.ts | 171 +++++++------------------------- 2 files changed, 63 insertions(+), 170 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 96615310..d5b08c7b 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1634,7 +1634,7 @@ "index": 4, "projectId": "oxya-origin", "projectName": "Oxya Origin", - "chainId": 137, + "chainId": 1, "saleStartTime": "Dec 17th 17:00 UTC", "totalAllocation": "4,000,000 OXYZ", "salePriceString": "$0.025", @@ -1642,7 +1642,7 @@ "projectInfo": { "marketingSubtitle": "Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Learn More >", "shortDescription": "Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.", - "fullDescription": "We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain!\n
\n
\nOxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream.\n
\n
\n๐Ÿ“… Launch Date: December 17th (schedule below).
\n๐Ÿ“… TGE Date: December 19th.
\n๐Ÿ’ต IDO & TGE Price: $0.025.
\n๐Ÿ’ต Purchases can be made with $USDC.
\n๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).
\n
\n
\n๐Ÿ•” Sale Schedule:
\nDec 17th 17:00 - 21:00 UTC: Legend Tier
\nDec 17th 21:00 - 01:00 UTC: Diamond (and above)
\nDec 18th 01:00 - 05:00 UTC: Gold (and above)
\nDec 18th 05:00 - 09:00 UTC: Silver (and above)
\nDec 18th 09:00 - 13:00 UTC: Bronze (and above)
\nDec 18th 13:00 - 17:00 UTC: FCFS, no tier required!", + "fullDescription": "We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain!\n
\n
\n Oxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream.\n
\n
\n ๐Ÿ“… Launch Date: December 17th (schedule below).
\n ๐Ÿ“… TGE Date: December 19th.
\n ๐Ÿ’ต IDO & TGE Price: $0.025.
\n ๐Ÿ’ต Purchases can be made with $USDC.
\n ๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).
\n
\n
\n ๐Ÿ•” Sale Schedule:
\n Dec 17th 17:00 - 21:00 UTC: Legend Tier
\n Dec 17th 21:00 - 01:00 UTC: Diamond (and above)
\n Dec 18th 01:00 - 05:00 UTC: Gold (and above)
\n Dec 18th 05:00 - 09:00 UTC: Silver (and above)
\n Dec 18th 09:00 - 13:00 UTC: Bronze (and above)
\n Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!", "tags": ["GameFi"], "socials": { "twitter": "https://x.com/OxyaOrigin", @@ -1668,9 +1668,9 @@ "bonds": [ { "index": 19, - "chainId": 137, + "chainId": 1, "contractAddress": { - "137": "0x8fCBcbA7766f584BBb93420C2CcD949E97D53fFC" + "1": "" }, "billVersion": "TieredSale", "billType": "fcfs", @@ -1711,71 +1711,65 @@ "active": true }, "earnToken": { - "symbol": "ABOND", + "symbol": "OXYZ", "address": { - "1": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1", - "56": "0x34294AfABCbaFfc616ac6614F6d2e17260b78BEd", - "137": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1" + "1": "0xd0623da373f754c4b6762209ea77de59b21dd667" }, "decimals": { - "1": 18, - "56": 18, - "137": 18 + "1": 18 }, + "active": true, "liquidityDex": { - "1": "UniswapV3", - "56": "ThenaV1", - "137": "QuickswapV2" - }, - "active": true + "1": "UniswapV2" + } }, "billNnftAddress": { - "137": "0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837" + "1": "0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837" }, "soldOut": false, "billArt": { "collection": "ApeBond_Collection1" }, "initTime": { - "137": 1734358620 + "1": 1734454800 }, "finishTime": { - "137": 1734360300 + "1": 1734541200 }, "redeemTime": { - "137": 1734360300 + "1": 1734541200 }, "startVestingTimestamp": { - "137": 1734360300 + "1": 1705597200 }, "initPrice": { - "137": 0.025 + "1": 0.025 }, "initialRelease": 20, "saleSchedule": { "0": { - "start": 1734359700, - "end": 1734360000 + "start": 1734512400, + "end": 1734526800 }, "1": { - "start": 1734359400, - "end": 1734359700 + "start": 1734498000, + "end": 1734512400 }, "2": { - "start": 1734359100, - "end": 1734359400 + "start": 1734483600, + "end": 1734498000 }, "3": { - "start": 1734358800, - "end": 1734359100 + "start": 1734469200, + "end": 1734483600 }, "4": { - "start": 1734358620, - "end": 1734358800 + "start": 1734454800, + "end": 1734469200 }, "noTier": { - "start": 1734360000, - "end": 1734360300 + "start": 1734526800, + "end": 1734541200 } }, "tokensDistributedAtRedeem": true diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 8bc1a9d2..8a44aa37 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -763,112 +763,11 @@ const launchProjects: LaunchProjectConfig[] = [ }, ], }, - // { - // index: 4, - // projectId: 'oxya-origin', - // projectName: 'Oxya Origin', - // chainId: ChainId.MAINNET, - // saleStartTime: 'Dec 17th 17:00 UTC', - // totalAllocation: '4,000,000 OXYZ', - // salePriceString: '$0.025', - // vestingTimeString: '20% TGE, 1 Month cliff, 4 Months linear vesting', - // projectInfo: { - // marketingSubtitle: `Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Learn More \u003e`, - // shortDescription: - // 'Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.', - // fullDescription: `We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain! - //
- //
- // Oxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream. - //
- //
- // ๐Ÿ“… Launch Date: December 17th (schedule below).
- // ๐Ÿ“… TGE Date: December 19th.
- // ๐Ÿ’ต IDO & TGE Price: $0.025.
- // ๐Ÿ’ต Purchases can be made with $USDC.
- // ๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).
- //
- //
- // ๐Ÿ•” Sale Schedule:
- // Dec 17th 17:00 - 21:00 UTC: Legend Tier
- // Dec 17th 21:00 - 01:00 UTC: Diamond (and above)
- // Dec 18th 01:00 - 05:00 UTC: Gold (and above)
- // Dec 18th 05:00 - 09:00 UTC: Silver (and above)
- // Dec 18th 09:00 - 13:00 UTC: Bronze (and above)
- // Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, - // tags: ['GameFi'], - // socials: { - // twitter: 'https://x.com/OxyaOrigin', - // teaserVideo: 'https://x.com/ApeBond/status/1867675870355452023', - // tokenomicsURL: 'https://oxya-origin.gitbook.io/oxya-origin/asset-ecosystem/economy', - // website: 'https://www.oxyaorigin.com/', - // whitepaper: 'https://oxya-origin.gitbook.io/oxya-origin', - // telegram: 'https://t.me/oxyaoriginofficial', - // // discord: 'https://discord.gg/carv', - // }, - // images: { - // launchpadImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png', - // launchpadSmallImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png', - // launchpadIcon: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976635/carv-launchpadicon_n3uyxh.png', - // headerImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png', - // headerImgMobile: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png', - // websiteImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351489/website_h8t8aw.png', - // whitepaperImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351569/whitepaper_eqzfcp.png', - // partnersImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351696/partnersimg_l3xu4f.png', - // tokenomicsImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351788/tokenomics_rkr8w8.png', - // teaserImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351829/teaser_cbl1zl.png', - // }, - // }, - // bonds: [ - // { - // index: 19, - // chainId: ChainId.MAINNET, - // contractAddress: { - // [ChainId.MAINNET]: '', - // }, - // billVersion: BillVersion.TieredSale, - // billType: 'fcfs', - // token: tokens.usdc, - // earnToken: tokens.oxyz, - // billNnftAddress: { - // [ChainId.MAINNET]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837', - // }, - // soldOut: false, - // billArt: { collection: BillArtCollection.ApeBond_Collection1 }, - // initTime: { - // [ChainId.MAINNET]: 1734454800, - // }, - // finishTime: { - // [ChainId.MAINNET]: 1734541200, - // }, - // redeemTime: { - // [ChainId.MAINNET]: 1734541200, - // }, - // startVestingTimestamp: { - // [ChainId.MAINNET]: 1705597200, - // }, - // initPrice: { - // [ChainId.MAINNET]: 0.025, - // }, - // initialRelease: 20, - // saleSchedule: { - // [LaunchBondTiers.Legend]: { start: 1734454800, end: 1734469200 }, - // [LaunchBondTiers.Diamond]: { start: 1734469200, end: 1734483600 }, - // [LaunchBondTiers.Gold]: { start: 1734483600, end: 1734498000 }, - // [LaunchBondTiers.Silver]: { start: 1734498000, end: 1734512400 }, - // [LaunchBondTiers.Bronze]: { start: 1734512400, end: 1734526800 }, - // ['noTier']: { start: 1734526800, end: 1734541200 }, - // }, - // tokensDistributedAtRedeem: true, - // // distributionTimestamp: 1734203341, - // }, - // ], - // }, { index: 4, projectId: 'oxya-origin', projectName: 'Oxya Origin', - chainId: ChainId.MATIC, + chainId: ChainId.MAINNET, saleStartTime: 'Dec 17th 17:00 UTC', totalAllocation: '4,000,000 OXYZ', salePriceString: '$0.025', @@ -878,25 +777,25 @@ const launchProjects: LaunchProjectConfig[] = [ shortDescription: 'Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.', fullDescription: `We're thrilled to announce that our Launchpad is back with an incredible new partner, OxyaOrigin, launching their $OXYA token on the Ethereum Chain! -
-
-Oxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream. -
-
-๐Ÿ“… Launch Date: December 17th (schedule below).
-๐Ÿ“… TGE Date: December 19th.
-๐Ÿ’ต IDO & TGE Price: $0.025.
-๐Ÿ’ต Purchases can be made with $USDC.
-๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).
-
-
-๐Ÿ•” Sale Schedule:
-Dec 17th 17:00 - 21:00 UTC: Legend Tier
-Dec 17th 21:00 - 01:00 UTC: Diamond (and above)
-Dec 18th 01:00 - 05:00 UTC: Gold (and above)
-Dec 18th 05:00 - 09:00 UTC: Silver (and above)
-Dec 18th 09:00 - 13:00 UTC: Bronze (and above)
-Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, +
+
+ Oxya Origin is the ecosystem that redefines traditional & Web3 gaming, with immersive gameplay and player-driven economy. Theyโ€™re building a powerful gaming ecosystem with astounding gameplay, immersive graphics, and a sustainable economy, with the ambition to take Web3 gaming to the mainstream. +
+
+ ๐Ÿ“… Launch Date: December 17th (schedule below).
+ ๐Ÿ“… TGE Date: December 19th.
+ ๐Ÿ’ต IDO & TGE Price: $0.025.
+ ๐Ÿ’ต Purchases can be made with $USDC.
+ ๐Ÿ“œ Vesting Terms: 20% released at TGE, 4 months linear vesting (1-month cliff).
+
+
+ ๐Ÿ•” Sale Schedule:
+ Dec 17th 17:00 - 21:00 UTC: Legend Tier
+ Dec 17th 21:00 - 01:00 UTC: Diamond (and above)
+ Dec 18th 01:00 - 05:00 UTC: Gold (and above)
+ Dec 18th 05:00 - 09:00 UTC: Silver (and above)
+ Dec 18th 09:00 - 13:00 UTC: Bronze (and above)
+ Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, tags: ['GameFi'], socials: { twitter: 'https://x.com/OxyaOrigin', @@ -923,42 +822,42 @@ Dec 18th 13:00 - 17:00 UTC: FCFS, no tier required!`, bonds: [ { index: 19, - chainId: ChainId.MATIC, + chainId: ChainId.MAINNET, contractAddress: { - [ChainId.MATIC]: '0x8fCBcbA7766f584BBb93420C2CcD949E97D53fFC', + [ChainId.MAINNET]: '', }, billVersion: BillVersion.TieredSale, billType: 'fcfs', token: tokens.usdc, - earnToken: tokens.abond, + earnToken: tokens.oxyz, billNnftAddress: { - [ChainId.MATIC]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837', + [ChainId.MAINNET]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837', }, soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1 }, initTime: { - [ChainId.MATIC]: 1734358620, + [ChainId.MAINNET]: 1734454800, }, finishTime: { - [ChainId.MATIC]: 1734360300, + [ChainId.MAINNET]: 1734541200, }, redeemTime: { - [ChainId.MATIC]: 1734360300, + [ChainId.MAINNET]: 1734541200, }, startVestingTimestamp: { - [ChainId.MATIC]: 1734360300, + [ChainId.MAINNET]: 1705597200, }, initPrice: { - [ChainId.MATIC]: 0.025, + [ChainId.MAINNET]: 0.025, }, initialRelease: 20, saleSchedule: { - [LaunchBondTiers.Legend]: { start: 1734358620, end: 1734358800 }, - [LaunchBondTiers.Diamond]: { start: 1734358800, end: 1734359100 }, - [LaunchBondTiers.Gold]: { start: 1734359100, end: 1734359400 }, - [LaunchBondTiers.Silver]: { start: 1734359400, end: 1734359700 }, - [LaunchBondTiers.Bronze]: { start: 1734359700, end: 1734360000 }, - ['noTier']: { start: 1734360000, end: 1734360300 }, + [LaunchBondTiers.Legend]: { start: 1734454800, end: 1734469200 }, + [LaunchBondTiers.Diamond]: { start: 1734469200, end: 1734483600 }, + [LaunchBondTiers.Gold]: { start: 1734483600, end: 1734498000 }, + [LaunchBondTiers.Silver]: { start: 1734498000, end: 1734512400 }, + [LaunchBondTiers.Bronze]: { start: 1734512400, end: 1734526800 }, + ['noTier']: { start: 1734526800, end: 1734541200 }, }, tokensDistributedAtRedeem: true, // distributionTimestamp: 1734203341, From b6c5776f4c0df1f4152ec8657b7788aa288dfb96 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Mon, 16 Dec 2024 13:07:09 -0300 Subject: [PATCH 28/33] chore: update vestingTimeString --- config/launchProjects.json | 2 +- src/constants/launchProjects.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index d5b08c7b..847ead40 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1638,7 +1638,7 @@ "saleStartTime": "Dec 17th 17:00 UTC", "totalAllocation": "4,000,000 OXYZ", "salePriceString": "$0.025", - "vestingTimeString": "20% TGE, 1 Month cliff, 4 Months linear vesting", + "vestingTimeString": "20% TGE. 1 Month cliff. 4 Months vesting", "projectInfo": { "marketingSubtitle": "Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Learn More >", "shortDescription": "Oxya Origin is building a powerful gaming ecosystem with a focus on engaging gameplay, immersive graphics and a sustainable, player-owned economy with the ambition to take Web3 gaming to the mainstream.", diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 8a44aa37..05235cf3 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -771,7 +771,7 @@ const launchProjects: LaunchProjectConfig[] = [ saleStartTime: 'Dec 17th 17:00 UTC', totalAllocation: '4,000,000 OXYZ', salePriceString: '$0.025', - vestingTimeString: '20% TGE, 1 Month cliff, 4 Months linear vesting', + vestingTimeString: '20% TGE. 1 Month cliff. 4 Months vesting', projectInfo: { marketingSubtitle: `Weโ€™re back with another launch! Oxya Origin is building a powerful Web3 gaming ecosystem. Learn More \u003e`, shortDescription: From c5ebc09984b4cfcddefaf7e26ed426d9a9a22325 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Mon, 16 Dec 2024 14:40:36 -0300 Subject: [PATCH 29/33] chore: oxya final config --- config/launchProjects.json | 2 +- src/constants/launchProjects.ts | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 847ead40..06c73c7e 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1655,7 +1655,7 @@ "images": { "launchpadImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png", "launchpadSmallImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png", - "launchpadIcon": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976635/carv-launchpadicon_n3uyxh.png", + "launchpadIcon": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734370651/smallimg_u9y8kt.png", "headerImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png", "headerImgMobile": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png", "websiteImg": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351489/website_h8t8aw.png", diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 05235cf3..0101e66f 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -804,12 +804,11 @@ const launchProjects: LaunchProjectConfig[] = [ website: 'https://www.oxyaorigin.com/', whitepaper: 'https://oxya-origin.gitbook.io/oxya-origin', telegram: 'https://t.me/oxyaoriginofficial', - // discord: 'https://discord.gg/carv', }, images: { launchpadImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png', launchpadSmallImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734350817/home_eag9po.png', - launchpadIcon: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1715976635/carv-launchpadicon_n3uyxh.png', + launchpadIcon: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734370651/smallimg_u9y8kt.png', headerImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png', headerImgMobile: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351145/headerimg_ljvood.png', websiteImg: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1734351489/website_h8t8aw.png', From 2f02ea6e48ee6000335fb326f386daa81c162c83 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Mon, 16 Dec 2024 14:47:16 -0300 Subject: [PATCH 30/33] chore: bump pkg version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 274f9d83..662b7715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "3.73.0-test.7", + "version": "3.73.1", "publishConfig": { "access": "public" }, From e760d8ec7907beb5856214881348fd6fad8c6b8b Mon Sep 17 00:00:00 2001 From: efeDaniels Date: Mon, 16 Dec 2024 21:15:08 +0300 Subject: [PATCH 31/33] chore: Add Rewardable bond --- config/bills.json | 52 ++++++++++++++++++++++++++++++++++++++++++ src/constants/bills.ts | 26 +++++++++++++++++++++ 2 files changed, 78 insertions(+) diff --git a/config/bills.json b/config/bills.json index bc029927..794555b8 100644 --- a/config/bills.json +++ b/config/bills.json @@ -315,6 +315,58 @@ "shortDescription": "FOMOFox is the first market-driven storytelling meme coin on IOTA EVM. Follow FOMOFox on TwitterX and help him conquer FOMO by influencing the $FOMO Tokenโ€™s market performance. Holders can grow their $FOMO bags through raffles, solving riddles, or holding. FOMOFox faces challenges and meets intriguing characters, with market influence guiding his choices!", "fullDescription": "FOMOFox is the first market-driven storytelling meme coin on IOTA EVM. Follow the thrilling journey of FOMOFox on TwitterX and help him conquer his FOMO by influencing the $FOMO Tokenโ€™s market performance. Loyal holders will find countless opportunities to grow their $FOMO bags through raffles, solving riddles, or simply holding and supporting the fox. Along the way, FOMOFox faces diverse challenges and meets intriguing characters. Your influence on the market helps him make the right choices. This project offers pure entertainment and rewards those who stick with it! Join the adventure now and visit their website for more details!" }, + { + "index": 8025, + "cmcId": 34365, + "chainId": 8453, + "contractAddress": { + "8453": "0xC22C7c2FDd054f8448cc996a3537564AA9F34E4b" + }, + "billType": "reserve", + "billVersion": "V2", + "lpToken": { + "symbol": "ETH", + "address": { + "8453": "0x4200000000000000000000000000000000000006" + }, + "decimals": { + "8453": 18 + }, + "liquidityDex": { + "8453": "Aerodrome" + }, + "active": true + }, + "earnToken": { + "symbol": "REWARD", + "address": { + "8453": "0x1986Cc18D8eC757447254310D2604f85741aA732" + }, + "decimals": { + "8453": 18 + }, + "active": true, + "liquidityDex": { + "8453": "UniswapV3" + } + }, + "billNnftAddress": { + "8453": "0xD8C7fe06E24A2862d78D0F1BF040bA79463d9351" + }, + "inactive": false, + "projectLink": "https://www.rewardable.app/", + "twitter": "https://x.com/rewardable_app", + "initTime": { + "8453": 1733943183 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + }, + "tags": ["SocialFi", "X-2-Earn"], + "shortDescription": "Rewardable is an AI-driven task-to-earn platform connecting verified users with Web3 brands through rewarding tasks like beta testing, social sharing, and surveys. Powered by the $REWARD token, an ERC-20 OFT on the Base blockchain, it offers secure, bot-free engagement with deflationary tokenomics. Built on LayerZero for cross-chain functionality, Rewardable turns spare time into earning opportunities.", + "fullDescription": "Rewardable is an AI-driven task-to-earn platform designed to connect verified users with Web3 brands through rewarding, easy-to-complete tasks. Users can engage in beta testing, social media sharing, content creation, and surveys, earning rewards while driving genuine engagement for brands. Built on by LayerZero for seamless cross-chain functionality, Rewardable provides brands and users alike with a secure, bot-free ecosystem focused on transparency and authenticity. Join us on Rewardable to unlock a new era of digital engagement. At the core of its ecosystem is the $REWARD token, an ERC-20 Omnichain Fungible Token (OFT) launched on the Base blockchain. $REWARD drives transactions and user interactions, promoting engagement and collaboration while offering deflationary tokenomics and utility-focused value. By turning spare time into earning opportunities, Rewardable empowers users to earn extra cash through simple online tasks, all while fostering genuine connections between users and Web3 brands." + }, { "index": 8024, "cmcId": 32229, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 5f7ea58b..bf21440f 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -180,6 +180,32 @@ const bills: BillsConfig[] = [ // // BASE // + { + index: 8025, + cmcId: 34365, + chainId: ChainId.BASE, + contractAddress: { + [ChainId.BASE]: '0xC22C7c2FDd054f8448cc996a3537564AA9F34E4b', + }, + billType: 'reserve', + billVersion: BillVersion.V2, + lpToken: tokens.eth, + earnToken: tokens.reward, + billNnftAddress: { + [ChainId.BASE]: '0xD8C7fe06E24A2862d78D0F1BF040bA79463d9351', + }, + inactive: false, + projectLink: 'https://www.rewardable.app/', + twitter: 'https://x.com/rewardable_app', + initTime: { [ChainId.BASE]: 1733943183 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + tags: ['SocialFi', 'X-2-Earn'], + shortDescription: `Rewardable is an AI-driven task-to-earn platform connecting verified users with Web3 brands through rewarding tasks like beta testing, social sharing, and surveys. Powered by the $REWARD token, an ERC-20 OFT on the Base blockchain, it offers secure, bot-free engagement with deflationary tokenomics. Built on LayerZero for cross-chain functionality, Rewardable turns spare time into earning opportunities.`, + fullDescription: `Rewardable is an AI-driven task-to-earn platform designed to connect verified users with Web3 brands through rewarding, easy-to-complete tasks. Users can engage in beta testing, social media sharing, content creation, and surveys, earning rewards while driving genuine engagement for brands. Built on by LayerZero for seamless cross-chain functionality, Rewardable provides brands and users alike with a secure, bot-free ecosystem focused on transparency and authenticity. Join us on Rewardable to unlock a new era of digital engagement. At the core of its ecosystem is the $REWARD token, an ERC-20 Omnichain Fungible Token (OFT) launched on the Base blockchain. $REWARD drives transactions and user interactions, promoting engagement and collaboration while offering deflationary tokenomics and utility-focused value. By turning spare time into earning opportunities, Rewardable empowers users to earn extra cash through simple online tasks, all while fostering genuine connections between users and Web3 brands.`, + }, { index: 8024, cmcId: 32229, From 884dcba0ff26e9f2579616304f1f0c27768f22cd Mon Sep 17 00:00:00 2001 From: efeDaniels Date: Mon, 16 Dec 2024 21:57:47 +0300 Subject: [PATCH 32/33] chore: Add ETH test bond --- config/launchProjects.json | 54 ++++++++++++++------------ src/constants/launchProjects.ts | 68 ++++++++++++++++++++++++++------- 2 files changed, 85 insertions(+), 37 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 06c73c7e..2c3ebfb0 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1670,7 +1670,7 @@ "index": 19, "chainId": 1, "contractAddress": { - "1": "" + "1": "0x1040E4e7b4a8b84Fe20423e699C539cc507Aac0b" }, "billVersion": "TieredSale", "billType": "fcfs", @@ -1711,36 +1711,42 @@ "active": true }, "earnToken": { - "symbol": "OXYZ", + "symbol": "ABOND", "address": { - "1": "0xd0623da373f754c4b6762209ea77de59b21dd667" + "1": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1", + "56": "0x34294AfABCbaFfc616ac6614F6d2e17260b78BEd", + "137": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1" }, "decimals": { - "1": 18 + "1": 18, + "56": 18, + "137": 18 }, - "active": true, "liquidityDex": { - "1": "UniswapV2" - } + "1": "UniswapV3", + "56": "ThenaV1", + "137": "QuickswapV2" + }, + "active": true }, "billNnftAddress": { - "1": "0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837" + "1": "0x499b654b0A7f9979CC315190C09cA2633809B8dF" }, "soldOut": false, "billArt": { "collection": "ApeBond_Collection1" }, "initTime": { - "1": 1734454800 + "1": 1734375540 }, "finishTime": { - "1": 1734541200 + "1": 1734376800 }, "redeemTime": { - "1": 1734541200 + "1": 1734376800 }, "startVestingTimestamp": { - "1": 1705597200 + "1": 1734376800 }, "initPrice": { "1": 0.025 @@ -1748,28 +1754,28 @@ "initialRelease": 20, "saleSchedule": { "0": { - "start": 1734512400, - "end": 1734526800 + "start": 1734376260, + "end": 1734376440 }, "1": { - "start": 1734498000, - "end": 1734512400 + "start": 1734376080, + "end": 1734376260 }, "2": { - "start": 1734483600, - "end": 1734498000 + "start": 1734375900, + "end": 1734376080 }, "3": { - "start": 1734469200, - "end": 1734483600 + "start": 1734375720, + "end": 1734375900 }, "4": { - "start": 1734454800, - "end": 1734469200 + "start": 1734375540, + "end": 1734375720 }, "noTier": { - "start": 1734526800, - "end": 1734541200 + "start": 1734376440, + "end": 1734376800 } }, "tokensDistributedAtRedeem": true diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 0101e66f..070a99f8 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -819,44 +819,86 @@ const launchProjects: LaunchProjectConfig[] = [ }, }, bonds: [ + // { + // index: 19, + // chainId: ChainId.MAINNET, + // contractAddress: { + // [ChainId.MAINNET]: '', + // }, + // billVersion: BillVersion.TieredSale, + // billType: 'fcfs', + // token: tokens.usdc, + // earnToken: tokens.oxyz, + // billNnftAddress: { + // [ChainId.MAINNET]: '0x499b654b0A7f9979CC315190C09cA2633809B8dF', + // }, + // soldOut: false, + // billArt: { collection: BillArtCollection.ApeBond_Collection1 }, + // initTime: { + // [ChainId.MAINNET]: 1734454800, + // }, + // finishTime: { + // [ChainId.MAINNET]: 1734541200, + // }, + // redeemTime: { + // [ChainId.MAINNET]: 1734541200, + // }, + // startVestingTimestamp: { + // [ChainId.MAINNET]: 1705597200, + // }, + // initPrice: { + // [ChainId.MAINNET]: 0.025, + // }, + // initialRelease: 20, + // saleSchedule: { + // [LaunchBondTiers.Legend]: { start: 1734454800, end: 1734469200 }, + // [LaunchBondTiers.Diamond]: { start: 1734469200, end: 1734483600 }, + // [LaunchBondTiers.Gold]: { start: 1734483600, end: 1734498000 }, + // [LaunchBondTiers.Silver]: { start: 1734498000, end: 1734512400 }, + // [LaunchBondTiers.Bronze]: { start: 1734512400, end: 1734526800 }, + // ['noTier']: { start: 1734526800, end: 1734541200 }, + // }, + // tokensDistributedAtRedeem: true, + // // distributionTimestamp: 1734203341, + // }, { index: 19, chainId: ChainId.MAINNET, contractAddress: { - [ChainId.MAINNET]: '', + [ChainId.MAINNET]: '0x1040E4e7b4a8b84Fe20423e699C539cc507Aac0b', }, billVersion: BillVersion.TieredSale, billType: 'fcfs', token: tokens.usdc, - earnToken: tokens.oxyz, + earnToken: tokens.abond, billNnftAddress: { - [ChainId.MAINNET]: '0x9989bF3E7FBf1fbf6e24D55A950769A37A8D7837', + [ChainId.MAINNET]: '0x499b654b0A7f9979CC315190C09cA2633809B8dF', }, soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1 }, initTime: { - [ChainId.MAINNET]: 1734454800, + [ChainId.MAINNET]: 1734375540, }, finishTime: { - [ChainId.MAINNET]: 1734541200, + [ChainId.MAINNET]: 1734376800, }, redeemTime: { - [ChainId.MAINNET]: 1734541200, + [ChainId.MAINNET]: 1734376800, }, startVestingTimestamp: { - [ChainId.MAINNET]: 1705597200, + [ChainId.MAINNET]: 1734376800, }, initPrice: { [ChainId.MAINNET]: 0.025, }, initialRelease: 20, saleSchedule: { - [LaunchBondTiers.Legend]: { start: 1734454800, end: 1734469200 }, - [LaunchBondTiers.Diamond]: { start: 1734469200, end: 1734483600 }, - [LaunchBondTiers.Gold]: { start: 1734483600, end: 1734498000 }, - [LaunchBondTiers.Silver]: { start: 1734498000, end: 1734512400 }, - [LaunchBondTiers.Bronze]: { start: 1734512400, end: 1734526800 }, - ['noTier']: { start: 1734526800, end: 1734541200 }, + [LaunchBondTiers.Legend]: { start: 1734375540, end: 1734375720 }, + [LaunchBondTiers.Diamond]: { start: 1734375720, end: 1734375900 }, + [LaunchBondTiers.Gold]: { start: 1734375900, end: 1734376080 }, + [LaunchBondTiers.Silver]: { start: 1734376080, end: 1734376260 }, + [LaunchBondTiers.Bronze]: { start: 1734376260, end: 1734376440 }, + ['noTier']: { start: 1734376440, end: 1734376800 }, }, tokensDistributedAtRedeem: true, // distributionTimestamp: 1734203341, From eb8eea32617b3b8fe189a8fb15701b6c99f7f7a0 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Mon, 16 Dec 2024 16:39:37 -0300 Subject: [PATCH 33/33] chore: set prod timestamps --- config/launchProjects.json | 52 ++++++++++++-------------- src/constants/launchProjects.ts | 66 ++++++--------------------------- 2 files changed, 35 insertions(+), 83 deletions(-) diff --git a/config/launchProjects.json b/config/launchProjects.json index 2c3ebfb0..68a29bf1 100644 --- a/config/launchProjects.json +++ b/config/launchProjects.json @@ -1670,7 +1670,7 @@ "index": 19, "chainId": 1, "contractAddress": { - "1": "0x1040E4e7b4a8b84Fe20423e699C539cc507Aac0b" + "1": "" }, "billVersion": "TieredSale", "billType": "fcfs", @@ -1711,23 +1711,17 @@ "active": true }, "earnToken": { - "symbol": "ABOND", + "symbol": "OXYZ", "address": { - "1": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1", - "56": "0x34294AfABCbaFfc616ac6614F6d2e17260b78BEd", - "137": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1" + "1": "0xd0623da373f754c4b6762209ea77de59b21dd667" }, "decimals": { - "1": 18, - "56": 18, - "137": 18 + "1": 18 }, + "active": true, "liquidityDex": { - "1": "UniswapV3", - "56": "ThenaV1", - "137": "QuickswapV2" - }, - "active": true + "1": "UniswapV2" + } }, "billNnftAddress": { "1": "0x499b654b0A7f9979CC315190C09cA2633809B8dF" @@ -1737,16 +1731,16 @@ "collection": "ApeBond_Collection1" }, "initTime": { - "1": 1734375540 + "1": 1734454800 }, "finishTime": { - "1": 1734376800 + "1": 1734541200 }, "redeemTime": { - "1": 1734376800 + "1": 1734541200 }, "startVestingTimestamp": { - "1": 1734376800 + "1": 1737219600 }, "initPrice": { "1": 0.025 @@ -1754,28 +1748,28 @@ "initialRelease": 20, "saleSchedule": { "0": { - "start": 1734376260, - "end": 1734376440 + "start": 1734512400, + "end": 1734526800 }, "1": { - "start": 1734376080, - "end": 1734376260 + "start": 1734498000, + "end": 1734512400 }, "2": { - "start": 1734375900, - "end": 1734376080 + "start": 1734483600, + "end": 1734498000 }, "3": { - "start": 1734375720, - "end": 1734375900 + "start": 1734469200, + "end": 1734483600 }, "4": { - "start": 1734375540, - "end": 1734375720 + "start": 1734454800, + "end": 1734469200 }, "noTier": { - "start": 1734376440, - "end": 1734376800 + "start": 1734526800, + "end": 1734541200 } }, "tokensDistributedAtRedeem": true diff --git a/src/constants/launchProjects.ts b/src/constants/launchProjects.ts index 070a99f8..b1943ffd 100644 --- a/src/constants/launchProjects.ts +++ b/src/constants/launchProjects.ts @@ -819,86 +819,44 @@ const launchProjects: LaunchProjectConfig[] = [ }, }, bonds: [ - // { - // index: 19, - // chainId: ChainId.MAINNET, - // contractAddress: { - // [ChainId.MAINNET]: '', - // }, - // billVersion: BillVersion.TieredSale, - // billType: 'fcfs', - // token: tokens.usdc, - // earnToken: tokens.oxyz, - // billNnftAddress: { - // [ChainId.MAINNET]: '0x499b654b0A7f9979CC315190C09cA2633809B8dF', - // }, - // soldOut: false, - // billArt: { collection: BillArtCollection.ApeBond_Collection1 }, - // initTime: { - // [ChainId.MAINNET]: 1734454800, - // }, - // finishTime: { - // [ChainId.MAINNET]: 1734541200, - // }, - // redeemTime: { - // [ChainId.MAINNET]: 1734541200, - // }, - // startVestingTimestamp: { - // [ChainId.MAINNET]: 1705597200, - // }, - // initPrice: { - // [ChainId.MAINNET]: 0.025, - // }, - // initialRelease: 20, - // saleSchedule: { - // [LaunchBondTiers.Legend]: { start: 1734454800, end: 1734469200 }, - // [LaunchBondTiers.Diamond]: { start: 1734469200, end: 1734483600 }, - // [LaunchBondTiers.Gold]: { start: 1734483600, end: 1734498000 }, - // [LaunchBondTiers.Silver]: { start: 1734498000, end: 1734512400 }, - // [LaunchBondTiers.Bronze]: { start: 1734512400, end: 1734526800 }, - // ['noTier']: { start: 1734526800, end: 1734541200 }, - // }, - // tokensDistributedAtRedeem: true, - // // distributionTimestamp: 1734203341, - // }, { index: 19, chainId: ChainId.MAINNET, contractAddress: { - [ChainId.MAINNET]: '0x1040E4e7b4a8b84Fe20423e699C539cc507Aac0b', + [ChainId.MAINNET]: '', }, billVersion: BillVersion.TieredSale, billType: 'fcfs', token: tokens.usdc, - earnToken: tokens.abond, + earnToken: tokens.oxyz, billNnftAddress: { [ChainId.MAINNET]: '0x499b654b0A7f9979CC315190C09cA2633809B8dF', }, soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1 }, initTime: { - [ChainId.MAINNET]: 1734375540, + [ChainId.MAINNET]: 1734454800, }, finishTime: { - [ChainId.MAINNET]: 1734376800, + [ChainId.MAINNET]: 1734541200, }, redeemTime: { - [ChainId.MAINNET]: 1734376800, + [ChainId.MAINNET]: 1734541200, }, startVestingTimestamp: { - [ChainId.MAINNET]: 1734376800, + [ChainId.MAINNET]: 1737219600, }, initPrice: { [ChainId.MAINNET]: 0.025, }, initialRelease: 20, saleSchedule: { - [LaunchBondTiers.Legend]: { start: 1734375540, end: 1734375720 }, - [LaunchBondTiers.Diamond]: { start: 1734375720, end: 1734375900 }, - [LaunchBondTiers.Gold]: { start: 1734375900, end: 1734376080 }, - [LaunchBondTiers.Silver]: { start: 1734376080, end: 1734376260 }, - [LaunchBondTiers.Bronze]: { start: 1734376260, end: 1734376440 }, - ['noTier']: { start: 1734376440, end: 1734376800 }, + [LaunchBondTiers.Legend]: { start: 1734454800, end: 1734469200 }, + [LaunchBondTiers.Diamond]: { start: 1734469200, end: 1734483600 }, + [LaunchBondTiers.Gold]: { start: 1734483600, end: 1734498000 }, + [LaunchBondTiers.Silver]: { start: 1734498000, end: 1734512400 }, + [LaunchBondTiers.Bronze]: { start: 1734512400, end: 1734526800 }, + ['noTier']: { start: 1734526800, end: 1734541200 }, }, tokensDistributedAtRedeem: true, // distributionTimestamp: 1734203341,