File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -357,6 +357,11 @@ export enum CoinFeature {
357357 */
358358 TSS_ENTERPRISE_PAYS_FEES = 'tss-enterprise-pays-fees' ,
359359
360+ /**
361+ * Indicates that fees for transactions on a wallet for this coin are paid with a token (not the native coin).
362+ */
363+ FEES_PAID_WITH_TOKEN = 'fees-paid-with-token' ,
364+
360365 /**
361366 * This coin supports alphanumeric memo id
362367 */
Original file line number Diff line number Diff line change @@ -590,6 +590,7 @@ export const VET_FEATURES = [
590590 CoinFeature . SUPPORTS_TOKENS ,
591591 CoinFeature . ENTERPRISE_PAYS_FEES ,
592592 CoinFeature . TSS_ENTERPRISE_PAYS_FEES ,
593+ CoinFeature . FEES_PAID_WITH_TOKEN ,
593594 CoinFeature . MPCV2 ,
594595] ;
595596export const VET_TOKEN_FEATURES = [
@@ -599,4 +600,5 @@ export const VET_TOKEN_FEATURES = [
599600 CoinFeature . ENTERPRISE_PAYS_FEES ,
600601 CoinFeature . TSS_ENTERPRISE_PAYS_FEES ,
601602 CoinFeature . MPCV2 ,
603+ CoinFeature . FEES_PAID_WITH_TOKEN ,
602604] ;
You can’t perform that action at this time.
0 commit comments