File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 ] ;
118118const 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' ,
You can’t perform that action at this time.
0 commit comments