Skip to content

Commit a97415b

Browse files
Merge pull request #7662 from BitGo/feat/COIN-6723
feat: add tss stuck tx coin feature for arbeth and opeth
2 parents 391f989 + c103dda commit a97415b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ export const ARBETH_FEATURES = [
506506
CoinFeature.BULK_TRANSACTION,
507507
CoinFeature.ERC20_BULK_TRANSACTION,
508508
CoinFeature.SHARED_EVM_MESSAGE_SIGNING,
509+
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
509510
];
510511
export const OPETH_FEATURES = [
511512
...ETH_FEATURES,
@@ -523,6 +524,7 @@ export const OPETH_FEATURES = [
523524
CoinFeature.BULK_TRANSACTION,
524525
CoinFeature.ERC20_BULK_TRANSACTION,
525526
CoinFeature.SHARED_EVM_MESSAGE_SIGNING,
527+
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
526528
];
527529
export const ZKETH_FEATURES = [
528530
...ETH_FEATURES,

0 commit comments

Comments
 (0)