From 71973f49832fbe35b33b5fe60c1555501c43f95f Mon Sep 17 00:00:00 2001 From: n0mbr3al3at0r10 Date: Mon, 9 Oct 2023 18:18:27 -0300 Subject: [PATCH] chore: added MigrationVestingTerms type --- src/types/index.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/types/index.ts b/src/types/index.ts index d27c00a1..a32e0f79 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -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