Skip to content

Commit

Permalink
chore: added MigrationVestingTerms type
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mbr3al3at0r10 committed Oct 9, 2023
1 parent 34fd161 commit 71973f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ export enum BillArtCollection {

export const defaultBillArtCollection = BillArtCollection.ApeSwap_Collection1

export const MigrationVestingTerms = {
'60d': 5184000,
'120d': 10368000,
'180d': 15552000,
'360d': 31104000,
} as const

export type MigrationVestingTermType = typeof MigrationVestingTerms[keyof typeof MigrationVestingTerms]

// Start of list types
export interface BillsConfig {
index: number
Expand Down

0 comments on commit 71973f4

Please sign in to comment.