Skip to content

Commit

Permalink
feat(statics): add btc staking feature
Browse files Browse the repository at this point in the history
TICKET: SC-514
  • Loading branch information
ewangbitgo committed Oct 25, 2024
1 parent 28fa948 commit a4e8715
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/statics/src/utxo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const BTC_FEATURES = [
CoinFeature.CUSTODY_BITGO_SINGAPORE,
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_ONCHAIN,
CoinFeature.STAKING,
];
const BTG_FEATURES = [
...UtxoCoin.DEFAULT_FEATURES,
Expand Down
2 changes: 2 additions & 0 deletions modules/statics/test/unit/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ 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 Expand Up @@ -175,6 +176,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
CoinFeature.CUSTODY_BITGO_KOREA,
CoinFeature.CUSTODY_BITGO_SINGAPORE,
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
CoinFeature.STAKING,
],
},
tbtcsig: {
Expand Down

0 comments on commit a4e8715

Please sign in to comment.