@@ -406,7 +406,6 @@ export const allCoinsAndTokens = [
406406 CoinFeature . USES_NON_PACKED_ENCODING_FOR_TXDATA ,
407407 CoinFeature . SHARED_EVM_SDK ,
408408 CoinFeature . SHARED_EVM_SIGNING ,
409- CoinFeature . SHARED_EVM_MESSAGE_SIGNING ,
410409 CoinFeature . EVM_COMPATIBLE_IMS ,
411410 CoinFeature . EVM_COMPATIBLE_UI ,
412411 CoinFeature . EVM_NON_BITGO_RECOVERY ,
@@ -429,7 +428,6 @@ export const allCoinsAndTokens = [
429428 CoinFeature . USES_NON_PACKED_ENCODING_FOR_TXDATA ,
430429 CoinFeature . SHARED_EVM_SDK ,
431430 CoinFeature . SHARED_EVM_SIGNING ,
432- CoinFeature . SHARED_EVM_MESSAGE_SIGNING ,
433431 CoinFeature . EVM_COMPATIBLE_IMS ,
434432 CoinFeature . EVM_COMPATIBLE_UI ,
435433 CoinFeature . EVM_NON_BITGO_RECOVERY ,
@@ -882,7 +880,6 @@ export const allCoinsAndTokens = [
882880 ...EVM_FEATURES ,
883881 CoinFeature . SHARED_EVM_SIGNING ,
884882 CoinFeature . SHARED_EVM_SDK ,
885- CoinFeature . SHARED_EVM_MESSAGE_SIGNING ,
886883 CoinFeature . EVM_COMPATIBLE_IMS ,
887884 CoinFeature . EVM_COMPATIBLE_UI ,
888885 CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
@@ -1566,7 +1563,7 @@ export const allCoinsAndTokens = [
15661563 18 ,
15671564 UnderlyingAsset . MON ,
15681565 BaseUnit . ETH ,
1569- [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_MESSAGE_SIGNING ]
1566+ [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING ]
15701567 ) ,
15711568 account (
15721569 '5c5ebe50-fa27-4312-ae3d-7032520aedb5' ,
@@ -1580,7 +1577,6 @@ export const allCoinsAndTokens = [
15801577 ...EVM_FEATURES ,
15811578 CoinFeature . SHARED_EVM_SIGNING ,
15821579 CoinFeature . SHARED_EVM_SDK ,
1583- CoinFeature . SHARED_EVM_MESSAGE_SIGNING ,
15841580 CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
15851581 CoinFeature . EVM_NON_BITGO_RECOVERY ,
15861582 ]
0 commit comments