@@ -13,6 +13,13 @@ describe('getGetPreferencesMethodImplementation', () => {
1313 currency : 'usd' ,
1414 locale : 'en' ,
1515 hideBalances : false ,
16+ useSecurityAlerts : true ,
17+ simulateOnChainActions : true ,
18+ useTokenDetection : true ,
19+ batchCheckBalances : true ,
20+ displayNftMedia : true ,
21+ useNftDetection : true ,
22+ useExternalPricingData : true ,
1623 } ) ;
1724 } ) ;
1825
@@ -27,6 +34,13 @@ describe('getGetPreferencesMethodImplementation', () => {
2734 currency : 'usd' ,
2835 locale : 'nl' ,
2936 hideBalances : false ,
37+ useSecurityAlerts : true ,
38+ simulateOnChainActions : true ,
39+ useTokenDetection : true ,
40+ batchCheckBalances : true ,
41+ displayNftMedia : true ,
42+ useNftDetection : true ,
43+ useExternalPricingData : true ,
3044 } ) ;
3145 } ) ;
3246
@@ -41,6 +55,13 @@ describe('getGetPreferencesMethodImplementation', () => {
4155 currency : 'dkk' ,
4256 locale : 'en' ,
4357 hideBalances : false ,
58+ useSecurityAlerts : true ,
59+ simulateOnChainActions : true ,
60+ useTokenDetection : true ,
61+ batchCheckBalances : true ,
62+ displayNftMedia : true ,
63+ useNftDetection : true ,
64+ useExternalPricingData : true ,
4465 } ) ;
4566 } ) ;
4667
@@ -55,6 +76,13 @@ describe('getGetPreferencesMethodImplementation', () => {
5576 currency : 'usd' ,
5677 locale : 'en' ,
5778 hideBalances : true ,
79+ useSecurityAlerts : true ,
80+ simulateOnChainActions : true ,
81+ useTokenDetection : true ,
82+ batchCheckBalances : true ,
83+ displayNftMedia : true ,
84+ useNftDetection : true ,
85+ useExternalPricingData : true ,
5886 } ) ;
5987 } ) ;
6088} ) ;
0 commit comments