Skip to content

Commit a4e8715

Browse files
committed
feat(statics): add btc staking feature
TICKET: SC-514
1 parent 28fa948 commit a4e8715

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

modules/statics/src/utxo.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const BTC_FEATURES = [
111111
CoinFeature.CUSTODY_BITGO_SINGAPORE,
112112
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
113113
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_ONCHAIN,
114+
CoinFeature.STAKING,
114115
];
115116
const BTG_FEATURES = [
116117
...UtxoCoin.DEFAULT_FEATURES,

modules/statics/test/unit/coins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
4848
CoinFeature.CUSTODY_BITGO_SISTER_TRUST_ONE,
4949
CoinFeature.CUSTODY_BITGO_KOREA,
5050
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
51+
CoinFeature.STAKING,
5152
],
5253
},
5354
bch: {
@@ -175,6 +176,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
175176
CoinFeature.CUSTODY_BITGO_KOREA,
176177
CoinFeature.CUSTODY_BITGO_SINGAPORE,
177178
CoinFeature.CUSTODY_BITGO_SWITZERLAND,
179+
CoinFeature.STAKING,
178180
],
179181
},
180182
tbtcsig: {

0 commit comments

Comments
 (0)