Skip to content

Commit 70b6efd

Browse files
feat(utxo-staking): export babylon param lookup functions
Export height and version based parameter lookup functions from babylon ts lib. Issue: BTC-1933
1 parent dd4ca9b commit 70b6efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/utxo-staking/src/babylon/stakingParams.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
StakingInputs,
1010
VersionedStakingParams,
1111
} from '@bitgo/babylonlabs-io-btc-staking-ts';
12+
export { getBabylonParamByVersion, getBabylonParamByBtcHeight } from '@bitgo/babylonlabs-io-btc-staking-ts';
1213

1314
import { BabylonDescriptorBuilder } from './descriptor';
1415
import jsonMainnetParams from './params.mainnet.json';

0 commit comments

Comments
 (0)