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 66dc9bf commit 241dc58Copy full SHA for 241dc58
modules/statics/src/coinFeatures.ts
@@ -467,6 +467,7 @@ export const ARBETH_FEATURES = [
467
CoinFeature.MULTISIG,
468
CoinFeature.BULK_TRANSACTION,
469
CoinFeature.ERC20_BULK_TRANSACTION,
470
+ CoinFeature.SHARED_EVM_MESSAGE_SIGNING,
471
];
472
export const OPETH_FEATURES = [
473
...ETH_FEATURES,
@@ -483,6 +484,7 @@ export const OPETH_FEATURES = [
483
484
CoinFeature.WALLET_CONNECT_DEFI,
485
486
487
488
489
export const ZKETH_FEATURES = [
490
0 commit comments