File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -610,18 +610,11 @@ export const VET_FEATURES = [
610610 ...ACCOUNT_COIN_DEFAULT_FEATURES ,
611611 CoinFeature . TSS ,
612612 CoinFeature . TSS_COLD ,
613+ CoinFeature . BULK_TRANSACTION ,
613614 CoinFeature . SUPPORTS_TOKENS ,
614615 CoinFeature . ENTERPRISE_PAYS_FEES ,
615616 CoinFeature . TSS_ENTERPRISE_PAYS_FEES ,
616617 CoinFeature . FEES_PAID_WITH_TOKEN ,
617618 CoinFeature . MPCV2 ,
618619] ;
619- export const VET_TOKEN_FEATURES = [
620- ...ACCOUNT_COIN_DEFAULT_FEATURES ,
621- CoinFeature . TSS ,
622- CoinFeature . TSS_COLD ,
623- CoinFeature . ENTERPRISE_PAYS_FEES ,
624- CoinFeature . TSS_ENTERPRISE_PAYS_FEES ,
625- CoinFeature . MPCV2 ,
626- CoinFeature . FEES_PAID_WITH_TOKEN ,
627- ] ;
620+ export const VET_TOKEN_FEATURES = VET_FEATURES . filter ( ( feature ) => feature !== CoinFeature . SUPPORTS_TOKENS ) ;
You can’t perform that action at this time.
0 commit comments