Skip to content

Commit

Permalink
Merge pull request #5099 from BitGo/SC-555-sdk-statics-disable-btc-st…
Browse files Browse the repository at this point in the history
  • Loading branch information
noel-bitgo authored Nov 5, 2024
2 parents 1653e04 + 70cf590 commit 3a3ed54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/statics/src/utxo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,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 @@ -202,7 +202,7 @@ export const utxoCoins: Readonly<BaseCoin>[] = [
Networks.test.bitcoin,
UnderlyingAsset.BTC,
BaseUnit.BTC,
BTC_FEATURES
TBTC_FEATURES
),
utxo(
'a0d53dc9-2dcc-4ebb-a2d4-51983fe20da6',
Expand Down
1 change: 0 additions & 1 deletion modules/statics/test/unit/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
CoinFeature.CUSTODY_BITGO_SISTER_TRUST_ONE,
CoinFeature.CUSTODY_BITGO_KOREA,
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
CoinFeature.STAKING,
],
},
bch: {
Expand Down

0 comments on commit 3a3ed54

Please sign in to comment.