@@ -12,12 +12,12 @@ describe('getOptions', () => {
1212 "hideBalances": false,
1313 "locale": "en",
1414 "secretRecoveryPhrase": "test test test test test test test test test test test ball",
15+ "simulateOnChainActions": true,
1516 "state": null,
1617 "unencryptedState": null,
17- "useNftDetection": true,
1818 "useExternalPricingData": true,
19+ "useNftDetection": true,
1920 "useSecurityAlerts": true,
20- "simulateOnChainActions": true,
2121 "useTokenDetection": true,
2222 }
2323 ` ) ;
@@ -37,12 +37,12 @@ describe('getOptions', () => {
3737 "hideBalances": false,
3838 "locale": "nl",
3939 "secretRecoveryPhrase": "test test test test test test test test test test test ball",
40+ "simulateOnChainActions": true,
4041 "state": null,
4142 "unencryptedState": null,
42- "useNftDetection": true,
4343 "useExternalPricingData": true,
44+ "useNftDetection": true,
4445 "useSecurityAlerts": true,
45- "simulateOnChainActions": true,
4646 "useTokenDetection": true,
4747 }
4848 ` ) ;
0 commit comments