Skip to content

Commit

Permalink
chore: export transaction utils
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofa committed Jul 12, 2024
1 parent c88adf4 commit 33dfe7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-pears-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@folks-finance/xchain-sdk": patch
---

Exports transaction utils
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export { convertFromGenericAddress, convertToGenericAddress } from "./common/uti
export { generateLoanId } from "./common/utils/bytes.js";
export { getAdapterAddress } from "./common/utils/chain.js";
export { getCcipData, getWormholeData } from "./common/utils/gmp.js";
export { getOperationIdsByTransaction, waitOperationIds } from "./common/utils/messages.js";
export { waitTransaction } from "./common/utils/transaction.js";

// === HUB ===
export { isHubChain } from "./chains/evm/hub/utils/chain.js";
Expand Down

0 comments on commit 33dfe7c

Please sign in to comment.