@@ -368,6 +368,8 @@ export const allCoinsAndTokens = [
368368 CoinFeature . SHARED_EVM_SIGNING ,
369369 CoinFeature . EVM_COMPATIBLE_IMS ,
370370 CoinFeature . EVM_COMPATIBLE_UI ,
371+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
372+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
371373 ] ,
372374 KeyCurve . Secp256k1 ,
373375 '' ,
@@ -388,6 +390,8 @@ export const allCoinsAndTokens = [
388390 CoinFeature . SHARED_EVM_SIGNING ,
389391 CoinFeature . EVM_COMPATIBLE_IMS ,
390392 CoinFeature . EVM_COMPATIBLE_UI ,
393+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
394+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
391395 ] ,
392396 KeyCurve . Secp256k1 ,
393397 '' ,
@@ -731,6 +735,8 @@ export const allCoinsAndTokens = [
731735 CoinFeature . SHARED_EVM_SDK ,
732736 CoinFeature . EVM_COMPATIBLE_IMS ,
733737 CoinFeature . EVM_COMPATIBLE_UI ,
738+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
739+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
734740 ] ,
735741 KeyCurve . Secp256k1 ,
736742 '' ,
@@ -750,6 +756,8 @@ export const allCoinsAndTokens = [
750756 CoinFeature . SHARED_EVM_SDK ,
751757 CoinFeature . EVM_COMPATIBLE_IMS ,
752758 CoinFeature . EVM_COMPATIBLE_UI ,
759+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
760+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
753761 ] ,
754762 KeyCurve . Secp256k1 ,
755763 '' ,
@@ -805,6 +813,8 @@ export const allCoinsAndTokens = [
805813 CoinFeature . SHARED_EVM_SDK ,
806814 CoinFeature . EVM_COMPATIBLE_IMS ,
807815 CoinFeature . EVM_COMPATIBLE_UI ,
816+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
817+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
808818 ] ,
809819 KeyCurve . Secp256k1 ,
810820 '' ,
@@ -825,6 +835,8 @@ export const allCoinsAndTokens = [
825835 CoinFeature . SHARED_EVM_SDK ,
826836 CoinFeature . EVM_COMPATIBLE_IMS ,
827837 CoinFeature . EVM_COMPATIBLE_UI ,
838+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
839+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
828840 ] ,
829841 KeyCurve . Secp256k1 ,
830842 '' ,
@@ -1494,6 +1506,8 @@ export const allCoinsAndTokens = [
14941506 CoinFeature . SHARED_EVM_SDK ,
14951507 CoinFeature . EVM_COMPATIBLE_IMS ,
14961508 CoinFeature . EVM_COMPATIBLE_UI ,
1509+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
1510+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
14971511 ]
14981512 ) ,
14991513 account (
@@ -1510,6 +1524,8 @@ export const allCoinsAndTokens = [
15101524 CoinFeature . SHARED_EVM_SDK ,
15111525 CoinFeature . EVM_COMPATIBLE_IMS ,
15121526 CoinFeature . EVM_COMPATIBLE_UI ,
1527+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
1528+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
15131529 ]
15141530 ) ,
15151531 account (
0 commit comments