Skip to content

Commit 186cffb

Browse files
export struct
1 parent 6952d80 commit 186cffb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

lib/ethereum/s-tokens/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ export const createSTokensContract =
5757
contract: always(contractClient),
5858
}
5959
}
60+
61+
export{ Positions } from './positions'

lib/l2/s-tokens/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { createSTokensContract, STokensContract } from '../../ethereum/s-tokens'
1+
export { createSTokensContract, STokensContract, Positions } from '../../ethereum/s-tokens'

0 commit comments

Comments
 (0)