Skip to content

Commit

Permalink
chore: change timestamp for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Dec 13, 2024
1 parent 7879ecf commit 4237fe8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
26 changes: 13 additions & 13 deletions config/launchProjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions src/constants/launchProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 4237fe8

Please sign in to comment.