Skip to content

Commit

Permalink
Merge pull request #143 from securesecrets/develop
Browse files Browse the repository at this point in the history
added missing exports on silk basket query
  • Loading branch information
AustinWoetzel authored Apr 26, 2024
2 parents db89eac + c77e995 commit 3d7eda0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-rockets-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shadeprotocol/shadejs": patch
---

add missing exports for silk basket query
1 change: 1 addition & 0 deletions src/contracts/definitions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export * from './derivativeShd';
export * from './derivativeScrt';
export * from './shadeStaking';
export * from './lend';
export * from './silkBasket';
1 change: 1 addition & 0 deletions src/contracts/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export * from './derivativeScrt';
export * from './derivativeShd';
export * from './shadeStaking';
export * from './lend';
export * from './silkBasket';
1 change: 1 addition & 0 deletions src/types/contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export * from './derivativeScrt';
export * from './derivativeShd';
export * from './shadeStaking';
export * from './lend';
export * from './silkBasket';
3 changes: 3 additions & 0 deletions src/types/contracts/silkBasket/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './model';
export * from './response';
export * from './service';

0 comments on commit 3d7eda0

Please sign in to comment.