Skip to content

Commit 773bb95

Browse files
authored
Merge pull request #5136 from BitGo/SC-591-sdk-add-staking-feature-to-tbtc-4
fix(statics): add staking feature to tbtc4
2 parents 3750e2d + f3551d0 commit 773bb95

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/statics/src/utxo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export const utxoCoins: Readonly<BaseCoin>[] = [
220220
Networks.test.bitcoinTestnet4,
221221
UnderlyingAsset.BTC,
222222
BaseUnit.BTC,
223-
BTC_FEATURES
223+
TBTC_FEATURES
224224
),
225225
utxo(
226226
'722522dc-a613-4bff-a1d1-183ebe5138ae',

modules/statics/test/unit/coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
262262
CoinFeature.CUSTODY_BITGO_SISTER_TRUST_ONE,
263263
CoinFeature.CUSTODY_BITGO_SINGAPORE,
264264
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
265+
CoinFeature.STAKING,
265266
],
266267
},
267268
tbtcbgsig: {

0 commit comments

Comments
 (0)