We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73057c commit 95146b1Copy full SHA for 95146b1
1 file changed
src/index.ts
@@ -1,3 +1,9 @@
1
+// Function exports
2
export { Slpx } from './slpx';
3
export * from "./constants";
-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