@@ -2247,6 +2247,8 @@ export const allCoinsAndTokens = [
22472247 CoinFeature . EVM_COMPATIBLE_IMS ,
22482248 CoinFeature . EVM_COMPATIBLE_UI ,
22492249 CoinFeature . EVM_COMPATIBLE_WP ,
2250+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2251+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
22502252 ] ,
22512253 KeyCurve . Secp256k1 ,
22522254 '' ,
@@ -2267,6 +2269,8 @@ export const allCoinsAndTokens = [
22672269 CoinFeature . EVM_COMPATIBLE_IMS ,
22682270 CoinFeature . EVM_COMPATIBLE_UI ,
22692271 CoinFeature . EVM_COMPATIBLE_WP ,
2272+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2273+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
22702274 ] ,
22712275 KeyCurve . Secp256k1 ,
22722276 '' ,
@@ -2287,6 +2291,8 @@ export const allCoinsAndTokens = [
22872291 CoinFeature . EVM_COMPATIBLE_IMS ,
22882292 CoinFeature . EVM_COMPATIBLE_UI ,
22892293 CoinFeature . EVM_COMPATIBLE_WP ,
2294+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2295+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
22902296 ]
22912297 ) ,
22922298 account (
@@ -2304,6 +2310,8 @@ export const allCoinsAndTokens = [
23042310 CoinFeature . EVM_COMPATIBLE_IMS ,
23052311 CoinFeature . EVM_COMPATIBLE_UI ,
23062312 CoinFeature . EVM_COMPATIBLE_WP ,
2313+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2314+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
23072315 ]
23082316 ) ,
23092317 account (
0 commit comments