Skip to content

Commit

Permalink
Merge pull request #101 from securesecrets/develop
Browse files Browse the repository at this point in the history
fixed exports on dshd
  • Loading branch information
AustinWoetzel authored Mar 11, 2024
2 parents 903a6d0 + fef0e8a commit 5a8b5ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-ants-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shadeprotocol/shadejs": patch
---

missed more exports on the derivative shd pr
2 changes: 2 additions & 0 deletions src/types/contracts/derivativeShd/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './model';
export * from './response';
1 change: 1 addition & 0 deletions src/types/contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './oracle';
export * from './shared';
export * from './snip20';
export * from './swap';
export * from './derivativeShd';

0 comments on commit 5a8b5ca

Please sign in to comment.