Skip to content

Commit

Permalink
chore: add flag for distributed tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Dec 12, 2024
1 parent 296ec56 commit 7bacd62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/launchProjects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,8 @@
"start": 1733942120,
"end": 1734022800
}
}
},
"tokensDistributedAtRedeem": false
}
]
}
Expand Down
1 change: 1 addition & 0 deletions src/constants/launchProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ const launchProjects: LaunchProjectConfig[] = [
[LaunchBondTiers.Bronze]: { start: 1733938490, end: 1733942120 },
['noTier']: { start: 1733942120, end: 1734022800 },
},
tokensDistributedAtRedeem: false,
},
],
},
Expand Down
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ export interface TieredSaleBondConfig {
saleSchedule?: {
[key: string]: { start: number; end: number }
}
tokensDistributedAtRedeem?: boolean
}

export interface FlashBondConfig extends TieredSaleBondConfig {
Expand Down

0 comments on commit 7bacd62

Please sign in to comment.