Skip to content

Commit 3f37bed

Browse files
authored
feat: export merkle lib helpers (#123)
* feat: export merkle lib helpers * Update package.json
1 parent b9fe70d commit 3f37bed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts-v2",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"author": "UMA Team",
55
"license": "AGPL-3.0",
66
"repository": {

test-utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
export * from "./test/fixtures/SpokePool.Fixture";
77
export * from "./test/fixtures/HubPool.Fixture";
88
export * from "./test/fixtures/MerkleLib.Fixture";
9+
export * from "./test/MerkleLib.utils";
910
export * from "./test/constants";
1011
export * from "./test/utils";

0 commit comments

Comments
 (0)