From c5200244df249dadc6993bca779d12e429448dc4 Mon Sep 17 00:00:00 2001 From: Jaxcoder Date: Mon, 11 Mar 2024 10:29:07 -0400 Subject: [PATCH 1/2] update type --- .../DonationVotingMerkleDistributionStrategy/types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = { From 16e1e29c006f52fb3bab17bac48a868494cdb1fe Mon Sep 17 00:00:00 2001 From: Jaxcoder Date: Mon, 11 Mar 2024 15:54:22 -0400 Subject: [PATCH 2/2] bump version to .56/ need to publish when done --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",