diff --git a/src/custom/state/claim/hooks/index.ts b/src/custom/state/claim/hooks/index.ts index 030ecacfb..65b7c321a 100644 --- a/src/custom/state/claim/hooks/index.ts +++ b/src/custom/state/claim/hooks/index.ts @@ -4,6 +4,7 @@ import ms from 'ms.macro' import { CurrencyAmount, Price, Token } from '@uniswap/sdk-core' import { TransactionResponse } from '@ethersproject/providers' import { parseUnits } from '@ethersproject/units' +import { ClaimType } from '@gnosis.pm/cow-token' import { VCow as VCowType } from 'abis/types' @@ -80,15 +81,6 @@ const AIRDROP_TIME = ms`6 weeks` // For native token price calculation const DENOMINATOR = JSBI.exponentiate(JSBI.BigInt(10), JSBI.BigInt(18)) -export enum ClaimType { - Airdrop, // free, no vesting, can be available on both mainnet and gchain - GnoOption, // paid, with vesting, must use GNO, can be available on both mainnet and gchain - UserOption, // paid, with vesting, must use Native currency, can be available on both mainnet and gchain - Investor, // paid, with vesting, must use USDC, only on mainnet - Team, // free, with vesting, only on mainnet - Advisor, // free, with vesting, only on mainnet -} - export type TypeToPriceMapper = Map // Hardcoded values