Skip to content

Commit

Permalink
fix: Remove useNativeCurrencyAsPrimaryCurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Oct 7, 2024
1 parent f4ef0da commit 0cd3e25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/scripts/controllers/metametrics.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,6 @@ describe('MetaMetricsController', function () {
useNftDetection: false,
theme: 'default',
useTokenDetection: true,
useNativeCurrencyAsPrimaryCurrency: true,
tokenSortConfig: {
key: 'token-sort-key',
order: 'dsc',
Expand Down Expand Up @@ -1220,7 +1219,6 @@ describe('MetaMetricsController', function () {
useNftDetection: false,
theme: 'default',
useTokenDetection: true,
useNativeCurrencyAsPrimaryCurrency: false,
tokenSortConfig: {
key: 'token-sort-key',
order: 'dsc',
Expand Down Expand Up @@ -1263,7 +1261,6 @@ describe('MetaMetricsController', function () {
useNftDetection: true,
theme: 'default',
useTokenDetection: true,
useNativeCurrencyAsPrimaryCurrency: true,
tokenSortConfig: {
key: 'token-sort-key',
order: 'dsc',
Expand Down Expand Up @@ -1291,7 +1288,6 @@ describe('MetaMetricsController', function () {
useNftDetection: true,
theme: 'default',
useTokenDetection: true,
useNativeCurrencyAsPrimaryCurrency: true,
tokenSortConfig: {
key: 'token-sort-key',
order: 'dsc',
Expand Down

0 comments on commit 0cd3e25

Please sign in to comment.