diff --git a/package.json b/package.json index c676ffada..4f8235d78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@across-protocol/contracts-v2", - "version": "0.0.32", + "version": "0.0.33", "author": "UMA Team", "license": "AGPL-3.0", "repository": { 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";