From 0b8563b3cf424ed91e13fa21b553bfda7260a3d6 Mon Sep 17 00:00:00 2001 From: Veetrag Jain <109900545+veetragjain@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:49:52 +0530 Subject: [PATCH] Revert "feat(statics): enable shared evm message signing flag on arb, opeth, baseeth" --- modules/statics/src/coinFeatures.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/statics/src/coinFeatures.ts b/modules/statics/src/coinFeatures.ts index 544a85c1bc..c028ac0874 100644 --- a/modules/statics/src/coinFeatures.ts +++ b/modules/statics/src/coinFeatures.ts @@ -58,7 +58,6 @@ export const EVM_FEATURES = [ CoinFeature.BULK_TRANSACTION, CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS, CoinFeature.EIP1559, - CoinFeature.SHARED_EVM_MESSAGE_SIGNING, ]; export const AVAXC_FEATURES = [ ...ETH_FEATURES_WITH_MMI, @@ -468,7 +467,6 @@ export const ARBETH_FEATURES = [ CoinFeature.MULTISIG, CoinFeature.BULK_TRANSACTION, CoinFeature.ERC20_BULK_TRANSACTION, - CoinFeature.SHARED_EVM_MESSAGE_SIGNING, ]; export const OPETH_FEATURES = [ ...ETH_FEATURES, @@ -485,7 +483,6 @@ export const OPETH_FEATURES = [ CoinFeature.WALLET_CONNECT_DEFI, CoinFeature.BULK_TRANSACTION, CoinFeature.ERC20_BULK_TRANSACTION, - CoinFeature.SHARED_EVM_MESSAGE_SIGNING, ]; export const ZKETH_FEATURES = [ ...ETH_FEATURES,