Skip to content

Commit

Permalink
Merge pull request #669 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: fix token amount
  • Loading branch information
ape-fede authored Feb 11, 2025
2 parents 97b5fbd + 1b91170 commit 4b7f0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/launchProjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@
"chainId": 8453,
"hideProjectPage": true,
"saleStartTime": "Feb 18th",
"totalAllocation": "1,666,666 CHPD",
"totalAllocation": "19,166,667 CHPD",
"salePriceString": "$0.006",
"vestingTimeString": "2 Months",
"vestingTimeTooltip": "20% of the tokens will be released at TGE. The remaining tokens will vest linearly over 4 months, with a 1-month cliff.",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/launchProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ const launchProjects: LaunchProjectConfig[] = [
chainId: ChainId.BASE,
hideProjectPage: true,
saleStartTime: 'Feb 18th',
totalAllocation: '1,666,666 CHPD',
totalAllocation: '19,166,667 CHPD',
salePriceString: '$0.006',
vestingTimeString: '2 Months',
vestingTimeTooltip:
Expand Down

0 comments on commit 4b7f0c7

Please sign in to comment.