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.
1 parent a600d30 commit c103ddaCopy full SHA for c103dda
modules/statics/src/coinFeatures.ts
@@ -504,6 +504,7 @@ export const ARBETH_FEATURES = [
504
CoinFeature.BULK_TRANSACTION,
505
CoinFeature.ERC20_BULK_TRANSACTION,
506
CoinFeature.SHARED_EVM_MESSAGE_SIGNING,
507
+ CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
508
];
509
export const OPETH_FEATURES = [
510
...ETH_FEATURES,
@@ -521,6 +522,7 @@ export const OPETH_FEATURES = [
521
522
523
524
525
526
527
export const ZKETH_FEATURES = [
528
0 commit comments