Skip to content

Commit

Permalink
chore: remove testing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Dec 12, 2024
1 parent 6396ae5 commit 0f49d1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions config/launchProjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1772,8 +1772,7 @@
"end": 1734022800
}
},
"tokensDistributedAtRedeem": false,
"distributionTimestamp": 1734203341
"tokensDistributedAtRedeem": true
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions src/constants/launchProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
},
Expand Down

0 comments on commit 0f49d1e

Please sign in to comment.