@@ -2255,6 +2255,8 @@ export const allCoinsAndTokens = [
22552255 CoinFeature . EVM_COMPATIBLE_IMS ,
22562256 CoinFeature . EVM_COMPATIBLE_UI ,
22572257 CoinFeature . EVM_COMPATIBLE_WP ,
2258+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2259+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
22582260 ] ,
22592261 KeyCurve . Secp256k1 ,
22602262 '' ,
@@ -2275,6 +2277,8 @@ export const allCoinsAndTokens = [
22752277 CoinFeature . EVM_COMPATIBLE_IMS ,
22762278 CoinFeature . EVM_COMPATIBLE_UI ,
22772279 CoinFeature . EVM_COMPATIBLE_WP ,
2280+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2281+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
22782282 ] ,
22792283 KeyCurve . Secp256k1 ,
22802284 '' ,
@@ -2295,6 +2299,8 @@ export const allCoinsAndTokens = [
22952299 CoinFeature . EVM_COMPATIBLE_IMS ,
22962300 CoinFeature . EVM_COMPATIBLE_UI ,
22972301 CoinFeature . EVM_COMPATIBLE_WP ,
2302+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2303+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
22982304 ]
22992305 ) ,
23002306 account (
@@ -2312,6 +2318,8 @@ export const allCoinsAndTokens = [
23122318 CoinFeature . EVM_COMPATIBLE_IMS ,
23132319 CoinFeature . EVM_COMPATIBLE_UI ,
23142320 CoinFeature . EVM_COMPATIBLE_WP ,
2321+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
2322+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
23152323 ]
23162324 ) ,
23172325 canton (
0 commit comments