Skip to content

Commit

Permalink
remove setting default env (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Aug 21, 2024
1 parent 4212177 commit 71204cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dydxV4/dydxV4/_Settings/dydxSettingsStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class dydxDebugSettingsStore: DebugSettingsStore {
static let defaultValues: [String: String?] = [
"language": DataLocalizer.shared?.language,
"v4_theme": dydxThemeType.dark.rawValue,
"AbacusStateManager.EnvState": "dydxprotocol-testnet",
// whether green or red is the positive direction
"direction_color_preference": "green_is_up"
]
Expand Down

0 comments on commit 71204cf

Please sign in to comment.