@@ -370,6 +370,8 @@ export const allCoinsAndTokens = [
370370 CoinFeature . SHARED_EVM_SIGNING ,
371371 CoinFeature . EVM_COMPATIBLE_IMS ,
372372 CoinFeature . EVM_COMPATIBLE_UI ,
373+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
374+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
373375 ] ,
374376 KeyCurve . Secp256k1 ,
375377 '' ,
@@ -390,6 +392,8 @@ export const allCoinsAndTokens = [
390392 CoinFeature . SHARED_EVM_SIGNING ,
391393 CoinFeature . EVM_COMPATIBLE_IMS ,
392394 CoinFeature . EVM_COMPATIBLE_UI ,
395+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
396+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
393397 ] ,
394398 KeyCurve . Secp256k1 ,
395399 '' ,
@@ -733,6 +737,8 @@ export const allCoinsAndTokens = [
733737 CoinFeature . SHARED_EVM_SDK ,
734738 CoinFeature . EVM_COMPATIBLE_IMS ,
735739 CoinFeature . EVM_COMPATIBLE_UI ,
740+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
741+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
736742 ] ,
737743 KeyCurve . Secp256k1 ,
738744 '' ,
@@ -752,6 +758,8 @@ export const allCoinsAndTokens = [
752758 CoinFeature . SHARED_EVM_SDK ,
753759 CoinFeature . EVM_COMPATIBLE_IMS ,
754760 CoinFeature . EVM_COMPATIBLE_UI ,
761+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
762+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
755763 ] ,
756764 KeyCurve . Secp256k1 ,
757765 '' ,
@@ -807,6 +815,8 @@ export const allCoinsAndTokens = [
807815 CoinFeature . SHARED_EVM_SDK ,
808816 CoinFeature . EVM_COMPATIBLE_IMS ,
809817 CoinFeature . EVM_COMPATIBLE_UI ,
818+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
819+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
810820 ] ,
811821 KeyCurve . Secp256k1 ,
812822 '' ,
@@ -827,6 +837,8 @@ export const allCoinsAndTokens = [
827837 CoinFeature . SHARED_EVM_SDK ,
828838 CoinFeature . EVM_COMPATIBLE_IMS ,
829839 CoinFeature . EVM_COMPATIBLE_UI ,
840+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
841+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
830842 ] ,
831843 KeyCurve . Secp256k1 ,
832844 '' ,
@@ -1496,6 +1508,8 @@ export const allCoinsAndTokens = [
14961508 CoinFeature . SHARED_EVM_SDK ,
14971509 CoinFeature . EVM_COMPATIBLE_IMS ,
14981510 CoinFeature . EVM_COMPATIBLE_UI ,
1511+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
1512+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
14991513 ]
15001514 ) ,
15011515 account (
@@ -1512,6 +1526,8 @@ export const allCoinsAndTokens = [
15121526 CoinFeature . SHARED_EVM_SDK ,
15131527 CoinFeature . EVM_COMPATIBLE_IMS ,
15141528 CoinFeature . EVM_COMPATIBLE_UI ,
1529+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
1530+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
15151531 ]
15161532 ) ,
15171533 account (
0 commit comments