Skip to content

Commit

Permalink
rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Apr 19, 2024
1 parent 5d0cc0c commit acd2511
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/strategies/DirectGrantsLiteStrategy/types.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { Metadata } from "../../Common/types";

export type ApplicationStatus = {
index: number;
statusRow: number; // todo: Big number?
};

export type Recipient = {
useRegistryAnchor: boolean;
recipientAddress: `0x${string}`;
Expand All @@ -29,10 +24,3 @@ export type Allocation = {
recipientId: `0x${string}`;
amount: bigint;
};

export type Claim = { recipientId: `0x${string}`; token: `0x${string}` };

export const StrategyType = {
Vault: "Vault",
Direct: "Direct",
};

0 comments on commit acd2511

Please sign in to comment.