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 15cac07 commit 35d9becCopy full SHA for 35d9bec
index.ts
@@ -1,3 +1,6 @@
1
-export * from "./test/utils";
+export * from "./test/fixtures/SpokePool.Fixture";
2
+export * from "./test/fixtures/HubPool.Fixture";
3
+export * from "./test/fixtures/merkleLib.Fixture";
4
export * from "./test/constants";
5
+export * from "./test/utils";
6
export * from "./typechain";
package.json
@@ -1,6 +1,6 @@
{
"name": "@across-protocol/contracts-v2",
- "version": "0.0.2",
+ "version": "0.0.5",
"main": "index.js",
"author": "UMA Team",
"license": "AGPL-3.0",
0 commit comments