@@ -815,6 +815,8 @@ export const allCoinsAndTokens = [
815815 CoinFeature . SHARED_EVM_SDK ,
816816 CoinFeature . EVM_COMPATIBLE_IMS ,
817817 CoinFeature . EVM_COMPATIBLE_UI ,
818+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
819+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
818820 ]
819821 ) ,
820822 account (
@@ -875,6 +877,8 @@ export const allCoinsAndTokens = [
875877 CoinFeature . SHARED_EVM_SDK ,
876878 CoinFeature . EVM_COMPATIBLE_IMS ,
877879 CoinFeature . EVM_COMPATIBLE_UI ,
880+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
881+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
878882 ]
879883 ) ,
880884 account (
@@ -1614,6 +1618,8 @@ export const allCoinsAndTokens = [
16141618 CoinFeature . SHARED_EVM_SDK ,
16151619 CoinFeature . EVM_COMPATIBLE_IMS ,
16161620 CoinFeature . EVM_COMPATIBLE_UI ,
1621+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1622+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
16171623 ]
16181624 ) ,
16191625 account (
@@ -1630,6 +1636,8 @@ export const allCoinsAndTokens = [
16301636 CoinFeature . SHARED_EVM_SDK ,
16311637 CoinFeature . EVM_COMPATIBLE_IMS ,
16321638 CoinFeature . EVM_COMPATIBLE_UI ,
1639+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1640+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
16331641 ]
16341642 ) ,
16351643 account (
@@ -1678,6 +1686,8 @@ export const allCoinsAndTokens = [
16781686 CoinFeature . SHARED_EVM_SDK ,
16791687 CoinFeature . EVM_COMPATIBLE_IMS ,
16801688 CoinFeature . EVM_COMPATIBLE_UI ,
1689+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1690+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
16811691 ]
16821692 ) ,
16831693 account (
@@ -1694,6 +1704,8 @@ export const allCoinsAndTokens = [
16941704 CoinFeature . SHARED_EVM_SDK ,
16951705 CoinFeature . EVM_COMPATIBLE_IMS ,
16961706 CoinFeature . EVM_COMPATIBLE_UI ,
1707+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1708+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
16971709 ]
16981710 ) ,
16991711 account (
@@ -1710,6 +1722,8 @@ export const allCoinsAndTokens = [
17101722 CoinFeature . SHARED_EVM_SDK ,
17111723 CoinFeature . EVM_COMPATIBLE_IMS ,
17121724 CoinFeature . EVM_COMPATIBLE_UI ,
1725+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1726+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
17131727 ]
17141728 ) ,
17151729 account (
@@ -1726,6 +1740,8 @@ export const allCoinsAndTokens = [
17261740 CoinFeature . SHARED_EVM_SDK ,
17271741 CoinFeature . EVM_COMPATIBLE_IMS ,
17281742 CoinFeature . EVM_COMPATIBLE_UI ,
1743+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1744+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
17291745 ]
17301746 ) ,
17311747 account (
0 commit comments