@@ -2246,6 +2246,8 @@ export const allCoinsAndTokens = [
22462246 CoinFeature . EVM_COMPATIBLE_IMS ,
22472247 CoinFeature . EVM_COMPATIBLE_UI ,
22482248 CoinFeature . EVM_COMPATIBLE_WP ,
2249+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2250+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
22492251 ] ,
22502252 KeyCurve . Secp256k1 ,
22512253 '' ,
@@ -2266,6 +2268,8 @@ export const allCoinsAndTokens = [
22662268 CoinFeature . EVM_COMPATIBLE_IMS ,
22672269 CoinFeature . EVM_COMPATIBLE_UI ,
22682270 CoinFeature . EVM_COMPATIBLE_WP ,
2271+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2272+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
22692273 ] ,
22702274 KeyCurve . Secp256k1 ,
22712275 '' ,
@@ -2286,6 +2290,8 @@ export const allCoinsAndTokens = [
22862290 CoinFeature . EVM_COMPATIBLE_IMS ,
22872291 CoinFeature . EVM_COMPATIBLE_UI ,
22882292 CoinFeature . EVM_COMPATIBLE_WP ,
2293+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2294+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
22892295 ]
22902296 ) ,
22912297 account (
@@ -2303,6 +2309,8 @@ export const allCoinsAndTokens = [
23032309 CoinFeature . EVM_COMPATIBLE_IMS ,
23042310 CoinFeature . EVM_COMPATIBLE_UI ,
23052311 CoinFeature . EVM_COMPATIBLE_WP ,
2312+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2313+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
23062314 ]
23072315 ) ,
23082316 account (
0 commit comments