Skip to content

Commit a6dfa45

Browse files
committed
feat(statics): enable btc mainnet staking feature
Ticket: SC-555 TICKET: SC-555
1 parent fb4eb17 commit a6dfa45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/statics/src/utxo.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ const BTC_FEATURES = [
113113
CoinFeature.CUSTODY_BITGO_SINGAPORE,
114114
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
115115
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_ONCHAIN,
116+
CoinFeature.STAKING,
116117
];
117-
const TBTC_FEATURES = [...BTC_FEATURES, CoinFeature.STAKING];
118118
const BTG_FEATURES = [
119119
...UtxoCoin.DEFAULT_FEATURES,
120120
CoinFeature.CUSTODY_BITGO_GERMANY,
@@ -208,7 +208,7 @@ export const utxoCoins: Readonly<BaseCoin>[] = [
208208
Networks.test.bitcoin,
209209
UnderlyingAsset.BTC,
210210
BaseUnit.BTC,
211-
TBTC_FEATURES
211+
BTC_FEATURES
212212
),
213213
utxo(
214214
'a0d53dc9-2dcc-4ebb-a2d4-51983fe20da6',
@@ -226,7 +226,7 @@ export const utxoCoins: Readonly<BaseCoin>[] = [
226226
Networks.test.bitcoinTestnet4,
227227
UnderlyingAsset.BTC,
228228
BaseUnit.BTC,
229-
TBTC_FEATURES
229+
BTC_FEATURES
230230
),
231231
utxo(
232232
'722522dc-a613-4bff-a1d1-183ebe5138ae',

0 commit comments

Comments
 (0)