Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason committed Feb 13, 2024
1 parent 2266ebd commit c3d67aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/Strategy/DirectGrants.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ describe("Direct Grants Strategy", () => {

expect(native).toEqual(NATIVE);
});
});
});
});
3 changes: 1 addition & 2 deletions src/strategies/DirectGrants/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export type Milestone = {
milestoneStatus: Status;
}


export type Allocation = {
recipientId: `0x${string}`;
status: Status;
Expand All @@ -34,4 +33,4 @@ export type RegisterData = {
recipientAddress: `0x${string}`;
grantAmount: bigint;
metadata: Metadata;
};
};

0 comments on commit c3d67aa

Please sign in to comment.