We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fe70d commit 3f37bedCopy full SHA for 3f37bed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@across-protocol/contracts-v2",
3
- "version": "0.0.32",
+ "version": "0.0.33",
4
"author": "UMA Team",
5
"license": "AGPL-3.0",
6
"repository": {
test-utils.ts
@@ -6,5 +6,6 @@
export * from "./test/fixtures/SpokePool.Fixture";
7
export * from "./test/fixtures/HubPool.Fixture";
8
export * from "./test/fixtures/MerkleLib.Fixture";
9
+export * from "./test/MerkleLib.utils";
10
export * from "./test/constants";
11
export * from "./test/utils";
0 commit comments