Skip to content

Commit 95146b1

Browse files
committed
feat: exports
1 parent e73057c commit 95146b1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// Function exports
12
export { Slpx } from './slpx';
23
export * from "./constants";
3-
export * from "./abis";
4+
export * from "./slpx-testnet";
5+
export * from "./types";
6+
export * from "./abis/manta-slpx-v1-abi";
7+
export * from "./abis/soneium-slpx-v1-abi";
8+
export * from "./abis/slpx-v2-abi";
9+
export * from "./abis/testnet-slpx-v2-abi";

0 commit comments

Comments
 (0)