Skip to content

Commit

Permalink
Merge pull request #5458 from BitGo/SC-1020-enable-btc-mainnet-stakin…
Browse files Browse the repository at this point in the history
…g-feature

feat(statics): enable btc mainnet staking feature
  • Loading branch information
ewangbitgo authored Jan 31, 2025
2 parents 9b693ec + a6dfa45 commit 6a8455b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/statics/src/utxo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ const BTC_FEATURES = [
CoinFeature.CUSTODY_BITGO_SINGAPORE,
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_ONCHAIN,
CoinFeature.STAKING,
];
const TBTC_FEATURES = [...BTC_FEATURES, CoinFeature.STAKING];
const BTG_FEATURES = [
...UtxoCoin.DEFAULT_FEATURES,
CoinFeature.CUSTODY_BITGO_GERMANY,
Expand Down Expand Up @@ -208,7 +208,7 @@ export const utxoCoins: Readonly<BaseCoin>[] = [
Networks.test.bitcoin,
UnderlyingAsset.BTC,
BaseUnit.BTC,
TBTC_FEATURES
BTC_FEATURES
),
utxo(
'a0d53dc9-2dcc-4ebb-a2d4-51983fe20da6',
Expand All @@ -226,7 +226,7 @@ export const utxoCoins: Readonly<BaseCoin>[] = [
Networks.test.bitcoinTestnet4,
UnderlyingAsset.BTC,
BaseUnit.BTC,
TBTC_FEATURES
BTC_FEATURES
),
utxo(
'722522dc-a613-4bff-a1d1-183ebe5138ae',
Expand Down

0 comments on commit 6a8455b

Please sign in to comment.