We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19337c6 + 43edfb6 commit 47e3fb5Copy full SHA for 47e3fb5
modules/statics/src/base.ts
@@ -324,6 +324,10 @@ export enum CoinFeature {
324
* This coin supports EIP1559 proposal for transaction fee
325
*/
326
EIP1559 = 'EIP1559',
327
+ /**
328
+ * Fees for transactions of TSS wallet of this coin would be paid by the Enterprise i.e. Gas Tank
329
+ */
330
+ TSS_ENTERPRISE_PAYS_FEES = 'tss-enterprise-pays-fees',
331
}
332
333
/**
modules/statics/src/coins.ts
@@ -451,6 +451,7 @@ const APT_FEATURES = [
451
CoinFeature.BULK_STAKING_TRANSACTION,
452
CoinFeature.SUPPORTS_TOKENS,
453
CoinFeature.ENTERPRISE_PAYS_FEES,
454
+ CoinFeature.TSS_ENTERPRISE_PAYS_FEES,
455
];
456
457
const ICP_FEATURES = [
0 commit comments