Skip to content

Commit

Permalink
feat: export aave v3 debt (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
KedziaPawel authored Oct 5, 2023
1 parent 46194c7 commit 859d135
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-parrots-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@enzymefinance/sdk": patch
---

Export aave v3 debt
1 change: 1 addition & 0 deletions packages/sdk/src/internal/Extensions/ExternalPositions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Viem } from "@enzymefinance/sdk/Utils";
import type { Address, PublicClient } from "viem";

export * as AaveV2Debt from "@enzymefinance/sdk/internal/Extensions/ExternalPositions/AaveV2Debt";
export * as AaveV3Debt from "@enzymefinance/sdk/internal/Extensions/ExternalPositions/AaveV3Debt";
export * as ArbitraryLoan from "@enzymefinance/sdk/internal/Extensions/ExternalPositions/ArbitraryLoan";
export * as CompoundV2Debt from "@enzymefinance/sdk/internal/Extensions/ExternalPositions/CompoundV2Debt";
export * as ConvexVoting from "@enzymefinance/sdk/internal/Extensions/ExternalPositions/ConvexVoting";
Expand Down

0 comments on commit 859d135

Please sign in to comment.