@@ -812,6 +812,8 @@ export const allCoinsAndTokens = [
812812 CoinFeature . SHARED_EVM_SDK ,
813813 CoinFeature . EVM_COMPATIBLE_IMS ,
814814 CoinFeature . EVM_COMPATIBLE_UI ,
815+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
816+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
815817 ]
816818 ) ,
817819 account (
@@ -872,6 +874,8 @@ export const allCoinsAndTokens = [
872874 CoinFeature . SHARED_EVM_SDK ,
873875 CoinFeature . EVM_COMPATIBLE_IMS ,
874876 CoinFeature . EVM_COMPATIBLE_UI ,
877+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
878+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
875879 ]
876880 ) ,
877881 account (
@@ -1589,6 +1593,8 @@ export const allCoinsAndTokens = [
15891593 CoinFeature . SHARED_EVM_SDK ,
15901594 CoinFeature . EVM_COMPATIBLE_IMS ,
15911595 CoinFeature . EVM_COMPATIBLE_UI ,
1596+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1597+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
15921598 ]
15931599 ) ,
15941600 account (
@@ -1605,6 +1611,8 @@ export const allCoinsAndTokens = [
16051611 CoinFeature . SHARED_EVM_SDK ,
16061612 CoinFeature . EVM_COMPATIBLE_IMS ,
16071613 CoinFeature . EVM_COMPATIBLE_UI ,
1614+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1615+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
16081616 ]
16091617 ) ,
16101618 account (
@@ -1653,6 +1661,8 @@ export const allCoinsAndTokens = [
16531661 CoinFeature . SHARED_EVM_SDK ,
16541662 CoinFeature . EVM_COMPATIBLE_IMS ,
16551663 CoinFeature . EVM_COMPATIBLE_UI ,
1664+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1665+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
16561666 ]
16571667 ) ,
16581668 account (
@@ -1669,6 +1679,8 @@ export const allCoinsAndTokens = [
16691679 CoinFeature . SHARED_EVM_SDK ,
16701680 CoinFeature . EVM_COMPATIBLE_IMS ,
16711681 CoinFeature . EVM_COMPATIBLE_UI ,
1682+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1683+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
16721684 ]
16731685 ) ,
16741686 account (
@@ -1685,6 +1697,8 @@ export const allCoinsAndTokens = [
16851697 CoinFeature . SHARED_EVM_SDK ,
16861698 CoinFeature . EVM_COMPATIBLE_IMS ,
16871699 CoinFeature . EVM_COMPATIBLE_UI ,
1700+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1701+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
16881702 ]
16891703 ) ,
16901704 account (
@@ -1701,6 +1715,8 @@ export const allCoinsAndTokens = [
17011715 CoinFeature . SHARED_EVM_SDK ,
17021716 CoinFeature . EVM_COMPATIBLE_IMS ,
17031717 CoinFeature . EVM_COMPATIBLE_UI ,
1718+ CoinFeature . EVM_UNSIGNED_SWEEP_RECOVERY ,
1719+ CoinFeature . EVM_NON_BITGO_RECOVERY ,
17041720 ]
17051721 ) ,
17061722 account (
0 commit comments