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