diff --git a/modules/utxo-staking/src/babylon/index.ts b/modules/utxo-staking/src/babylon/index.ts index 852d9dc15a..8ef16a4401 100644 --- a/modules/utxo-staking/src/babylon/index.ts +++ b/modules/utxo-staking/src/babylon/index.ts @@ -7,6 +7,8 @@ bitcoinjslib.initEccLib(utxolib.ecc); export * from './delegationMessage'; export * from './descriptor'; +export * from './network'; +export * from './parseDescriptor'; export * from './stakingParams'; export * from './stakingManager'; export * from './undelegation';