Skip to content

Commit

Permalink
fix: missing exports on silk basket feture
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWoetzel committed Apr 26, 2024
1 parent cb72124 commit 41380f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
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 41380f9

Please sign in to comment.