Skip to content

Commit

Permalink
feat: export formulae for converting between underlying and f amount (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gidonkatten authored Jul 14, 2024
1 parent 8824fdd commit f2b1995
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-beds-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@folks-finance/xchain-sdk": patch
---

export formulae for converting between underlying and f amount
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export { getSupportedMessageAdapters } from "./common/utils/adapter.js";
export { convertFromGenericAddress, convertToGenericAddress } from "./common/utils/address.js";
export { generateLoanId } from "./common/utils/bytes.js";
export { getAdapterAddress } from "./common/utils/chain.js";
export { toFAmount, toUnderlyingAmount } from "./common/utils/formulae.js";
export { getCcipData, getWormholeData } from "./common/utils/gmp.js";
export { getOperationIdsByTransaction, waitOperationIds } from "./common/utils/messages.js";
export { waitTransaction } from "./common/utils/transaction.js";
Expand Down

0 comments on commit f2b1995

Please sign in to comment.