We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6952d80 + 186cffb commit beabe67Copy full SHA for beabe67
2 files changed
lib/ethereum/s-tokens/index.ts
@@ -57,3 +57,5 @@ export const createSTokensContract =
57
contract: always(contractClient),
58
}
59
60
+
61
+export{ Positions } from './positions'
lib/l2/s-tokens/index.ts
@@ -1 +1 @@
1
-export { createSTokensContract, STokensContract } from '../../ethereum/s-tokens'
+export { createSTokensContract, STokensContract, Positions } from '../../ethereum/s-tokens'
0 commit comments