Skip to content

Commit

Permalink
chore: add distribution timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Dec 12, 2024
1 parent 2a791e5 commit 6396ae5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/launchProjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@
}
},
"tokensDistributedAtRedeem": false,
"distributionTimestamp": 1734030000
"distributionTimestamp": 1734203341
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ape.swap/apeswap-lists",
"version": "3.73.0-test.4",
"version": "3.73.0-test.5",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion src/constants/launchProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ const launchProjects: LaunchProjectConfig[] = [
['noTier']: { start: 1733942120, end: 1734022800 },
},
tokensDistributedAtRedeem: false,
distributionTimestamp: 1734030000,
distributionTimestamp: 1734203341,
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export interface TieredSaleBondConfig {
}
initTime: Partial<Record<ChainId, number>> // timestamp the sale starts
finishTime: Partial<Record<ChainId, number>> // timestamp the sale finishes (i.e. IT IS NOT START VESTING TIMESTAMP)
redeemTime?: Partial<Record<ChainId, number>> // timestamp the sale is going to be manually finalized
redeemTime?: Partial<Record<ChainId, number>> // timestamp the sale is going to be manually finalized and user will be able to redeem real or mock tokens
startVestingTimestamp: Partial<Record<ChainId, number>>
initPrice: Partial<Record<ChainId, number>>
initialRelease: number
Expand Down

0 comments on commit 6396ae5

Please sign in to comment.