Skip to content

Commit 47e3fb5

Browse files
authored
Merge pull request #5507 from BitGo/COIN-3078-tss-enterprise-flag
feat(statics): addition of new coin feature for tss wallets
2 parents 19337c6 + 43edfb6 commit 47e3fb5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

modules/statics/src/base.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,10 @@ export enum CoinFeature {
324324
* This coin supports EIP1559 proposal for transaction fee
325325
*/
326326
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',
327331
}
328332

329333
/**

modules/statics/src/coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ const APT_FEATURES = [
451451
CoinFeature.BULK_STAKING_TRANSACTION,
452452
CoinFeature.SUPPORTS_TOKENS,
453453
CoinFeature.ENTERPRISE_PAYS_FEES,
454+
CoinFeature.TSS_ENTERPRISE_PAYS_FEES,
454455
];
455456

456457
const ICP_FEATURES = [

0 commit comments

Comments
 (0)