diff --git a/dydx/dydxFormatter/dydxFormatter/_Utils/dydxFeatureFlag.swift b/dydx/dydxFormatter/dydxFormatter/_Utils/dydxFeatureFlag.swift index 877e8941c..57191fd07 100644 --- a/dydx/dydxFormatter/dydxFormatter/_Utils/dydxFeatureFlag.swift +++ b/dydx/dydxFormatter/dydxFormatter/_Utils/dydxFeatureFlag.swift @@ -13,7 +13,6 @@ public enum dydxBoolFeatureFlag: String, CaseIterable { case push_notification case full_story case force_mainnet - case enable_cctp case enable_trading_rewards private static let obj = NSObject() diff --git a/dydx/dydxPresenters/dydxPresenters/_Features/features.json b/dydx/dydxPresenters/dydxPresenters/_Features/features.json index 0e4131f80..b3e6eb174 100644 --- a/dydx/dydxPresenters/dydxPresenters/_Features/features.json +++ b/dydx/dydxPresenters/dydxPresenters/_Features/features.json @@ -33,26 +33,6 @@ ] } }, - { - "title":{ - "text":"Enable CCTP" - }, - "field":{ - "field":"enable_cctp", - "optional":true, - "type" : "text", - "options" : [ - { - "text": "yes", - "value" : "1" - }, - { - "text": "no", - "value" : "0" - } - ] - } - }, { "title":{ "text":"Enable Trading Rewards" diff --git a/dydx/dydxStateManager/dydxStateManager/AbacusStateManager.swift b/dydx/dydxStateManager/dydxStateManager/AbacusStateManager.swift index a3aa4bb84..c86cf6591 100644 --- a/dydx/dydxStateManager/dydxStateManager/AbacusStateManager.swift +++ b/dydx/dydxStateManager/dydxStateManager/AbacusStateManager.swift @@ -154,9 +154,7 @@ public final class AbacusStateManager: NSObject { appConfigs = AppConfigs.companion.forApp } - if dydxBoolFeatureFlag.enable_cctp.isEnabled { - appConfigs.squidVersion = AppConfigs.SquidVersion.v2 - } + appConfigs.squidVersion = AppConfigs.SquidVersion.v2 return AsyncAbacusStateManager( deploymentUri: deploymentUri,