Skip to content

Commit beabe67

Browse files
Merge pull request #766 from dev-protocol/export-struct
export struct
2 parents 6952d80 + 186cffb commit beabe67

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)