File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ export const DOT_FEATURES = [
222222 CoinFeature . EXPIRING_TRANSACTIONS ,
223223 CoinFeature . REBUILD_ON_CUSTODY_SIGNING ,
224224 CoinFeature . CUSTODY_BITGO_FRANKFURT ,
225+ CoinFeature . STUCK_TRANSACTION_MANAGEMENT_TSS ,
225226] ;
226227export const EOS_FEATURES = [
227228 ...ACCOUNT_COIN_DEFAULT_FEATURES ,
@@ -617,6 +618,7 @@ export const APT_FEATURES = [
617618 CoinFeature . SUPPORTS_TOKENS ,
618619 CoinFeature . ENTERPRISE_PAYS_FEES ,
619620 CoinFeature . TSS_ENTERPRISE_PAYS_FEES ,
621+ CoinFeature . STUCK_TRANSACTION_MANAGEMENT_TSS ,
620622] ;
621623
622624export const ICP_FEATURES = [
@@ -635,6 +637,7 @@ export const TAO_FEATURES = [
635637 CoinFeature . TSS_COLD ,
636638 CoinFeature . STAKING ,
637639 CoinFeature . SUPPORTS_TOKENS ,
640+ CoinFeature . STUCK_TRANSACTION_MANAGEMENT_TSS ,
638641] ;
639642
640643export const TAO_TOKEN_FEATURES = [ ...ACCOUNT_COIN_DEFAULT_FEATURES , CoinFeature . TSS , CoinFeature . TSS_COLD ] ;
You can’t perform that action at this time.
0 commit comments