Skip to content

Commit

Permalink
add popular network state
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterYinusa committed Oct 27, 2022
1 parent c77c8cc commit ce88224
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/fixture-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function defaultFixture() {
13: {
date: '2022-09-15',
id: 13,
isShown: true,
isShown: false,
},
14: {
date: '2022-09-15',
Expand Down Expand Up @@ -189,7 +189,6 @@ function defaultFixture() {
PreferencesController: {
advancedGasFee: null,
currentLocale: 'en',
customNetworkListEnabled: false,
dismissSeedBackUpReminder: true,
featureFlags: {
showIncomingTransactions: true,
Expand Down Expand Up @@ -310,7 +309,6 @@ function onboardingFixture() {
PreferencesController: {
advancedGasFee: null,
currentLocale: 'en',
customNetworkListEnabled: false,
dismissSeedBackUpReminder: false,
featureFlags: {
showIncomingTransactions: true,
Expand Down

0 comments on commit ce88224

Please sign in to comment.