diff --git a/package.json b/package.json index db443e9..a13f575 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@allo-team/allo-v2-sdk", - "version": "1.0.55", + "version": "1.0.56", "description": "sdk for allo v2", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/strategies/DonationVotingMerkleDistributionStrategy/types.ts b/src/strategies/DonationVotingMerkleDistributionStrategy/types.ts index 5e89f91..4b4dfd3 100644 --- a/src/strategies/DonationVotingMerkleDistributionStrategy/types.ts +++ b/src/strategies/DonationVotingMerkleDistributionStrategy/types.ts @@ -51,9 +51,10 @@ export type Permit2Data = { }; export enum PermitType { + None, Permit, PermitDAI, - Permit2, + Permit2 }; export type Allocation = {