From 140196f309ac080cf0b6da1c5856cdacf80e6508 Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Fri, 25 Mar 2022 11:13:17 -0400 Subject: [PATCH 1/2] feat: export merkle lib helpers --- test-utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test-utils.ts b/test-utils.ts index fd65e9ddd..ea4bdb17c 100644 --- a/test-utils.ts +++ b/test-utils.ts @@ -6,5 +6,6 @@ export * from "./test/fixtures/SpokePool.Fixture"; export * from "./test/fixtures/HubPool.Fixture"; export * from "./test/fixtures/MerkleLib.Fixture"; +export * from "./test/MerkleLib.utils"; export * from "./test/constants"; export * from "./test/utils"; From 4f886dfd270d82e4f2b4a80984e4b40f51b21343 Mon Sep 17 00:00:00 2001 From: nicholaspai Date: Fri, 25 Mar 2022 11:15:26 -0400 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 269a92ba4..c24065da7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@across-protocol/contracts-v2", - "version": "0.0.28", + "version": "0.0.29", "author": "UMA Team", "license": "AGPL-3.0", "repository": {