Skip to content

Commit

Permalink
revert feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed May 28, 2024
1 parent 2a1cd3b commit dbe4da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/desktop/features/onboarding.features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const onboardingFeaturesForIotaTestnet: IOnboardingFeaturesForNetwork = {
enabled: true,
},
defaultEvmChains: {
enabled: true,
enabled: false,
},
}

Expand Down Expand Up @@ -186,7 +186,7 @@ const onboardingFeaturesForTestnet: IOnboardingFeaturesForNetwork = {
enabled: true,
},
defaultEvmChains: {
enabled: true,
enabled: false,
},
}

Expand Down

0 comments on commit dbe4da4

Please sign in to comment.