Skip to content

Commit

Permalink
fix: export svm
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <[email protected]>
  • Loading branch information
md0x committed Dec 18, 2024
1 parent 916449e commit 97973eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "./typechain";
export * from "./src/DeploymentUtils";
export * from "./utils";
export * from "./src/svm/assets";
export * from "./src/svm";

0 comments on commit 97973eb

Please sign in to comment.