Skip to content

Commit 86d0727

Browse files
OttoAllmendingerllm-git
authored andcommitted
fix(babylonlabs-io-btc-staking-ts): add BitGo-specific exports
Add exports for babylon and staking utility functions needed by BitGo integration code. Issue: BTC-2143 Co-authored-by: llm-git <[email protected]>
1 parent db4be59 commit 86d0727

File tree

1 file changed

+4
-0
lines changed
  • modules/babylonlabs-io-btc-staking-ts/src

1 file changed

+4
-0
lines changed

modules/babylonlabs-io-btc-staking-ts/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ export {
1515
export * from "./utils/utxo/findInputUTXO";
1616
export * from "./utils/utxo/getPsbtInputFields";
1717
export * from "./utils/utxo/getScriptType";
18+
19+
// BitGo-specific exports
20+
export * from "./utils/babylon";
21+
export * from "./utils/staking";

0 commit comments

Comments
 (0)