Skip to content

Commit

Permalink
chore: enable iota testnet (#8397)
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd authored Apr 18, 2024
1 parent 5a59f48 commit 0eb1cce
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 @@ -44,8 +44,8 @@ const onboardingFeaturesForIota: IOnboardingFeaturesForNetwork = {
}

const onboardingFeaturesForIotaTestnet: IOnboardingFeaturesForNetwork = {
enabled: false,
hidden: true,
enabled: true,
hidden: false,
newProfile: {
enabled: true,
softwareProfile: {
Expand Down

0 comments on commit 0eb1cce

Please sign in to comment.