Skip to content

Commit 35d9bec

Browse files
committed
nit
Signed-off-by: chrismaree <[email protected]>
1 parent 15cac07 commit 35d9bec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
export * from "./test/utils";
1+
export * from "./test/fixtures/SpokePool.Fixture";
2+
export * from "./test/fixtures/HubPool.Fixture";
3+
export * from "./test/fixtures/merkleLib.Fixture";
24
export * from "./test/constants";
5+
export * from "./test/utils";
36
export * from "./typechain";

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.2",
3+
"version": "0.0.5",
44
"main": "index.js",
55
"author": "UMA Team",
66
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)