Skip to content

Commit

Permalink
Merge pull request #146 from securesecrets/develop
Browse files Browse the repository at this point in the history
missing export for apr calculation
  • Loading branch information
AustinWoetzel authored May 14, 2024
2 parents 6ff4b1c + 0265be9 commit 13a3be5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-hounds-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shadeprotocol/shadejs": patch
---

patching a missing export
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ export {
export * from './types';
export * from '~/lib/apy/derivativeShd';
export * from '~/lib/apy/derivativeScrt';
export { calculateRewardPoolAPY } from '~/lib/apy/utils';

0 comments on commit 13a3be5

Please sign in to comment.