Skip to content

Commit

Permalink
fix: missed export
Browse files Browse the repository at this point in the history
  • Loading branch information
SissonJ committed Mar 7, 2024
1 parent f6a4f4f commit 13d0684
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-emus-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shadeprotocol/shadejs": patch
---

Missed an export for the shade derviative implementation'
1 change: 1 addition & 0 deletions src/contracts/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './batchQuery';
export * from './oracle';
export * from './snip20';
export * from './swap';
export * from './derivativeShd';

0 comments on commit 13d0684

Please sign in to comment.