diff --git a/src/commonMain/kotlin/exchange.dydx.abacus/state/manager/Environment.kt b/src/commonMain/kotlin/exchange.dydx.abacus/state/manager/Environment.kt index 11fa3430b..dbb9d07c0 100644 --- a/src/commonMain/kotlin/exchange.dydx.abacus/state/manager/Environment.kt +++ b/src/commonMain/kotlin/exchange.dydx.abacus/state/manager/Environment.kt @@ -80,7 +80,6 @@ data class EnvironmentLinks( val launchIncentive: String?, val statusPage: String?, val withdrawalGateLearnMore: String?, - val complianceSupportEmail: String?, val equityTiersLearnMore: String?, ) { companion object { @@ -100,7 +99,6 @@ data class EnvironmentLinks( val launchIncentive = parser.asString(data["launchIncentive"]) val statusPage = parser.asString(data["statusPage"]) val withdrawalGateLearnMore = parser.asString(data["withdrawalGateLearnMore"]) - val complianceSupportEmail = parser.asString(data["complianceSupportEmail"]) val equityTiersLearnMore = parser.asString(data["equityTiersLearnMore"]) return EnvironmentLinks( tos, @@ -115,7 +113,6 @@ data class EnvironmentLinks( launchIncentive, statusPage, withdrawalGateLearnMore, - complianceSupportEmail, equityTiersLearnMore, ) } diff --git a/src/commonTest/kotlin/exchange.dydx.abacus/tests/payloads/EnvironmentsMock.kt b/src/commonTest/kotlin/exchange.dydx.abacus/tests/payloads/EnvironmentsMock.kt index 729f90a37..8fc65b7e7 100644 --- a/src/commonTest/kotlin/exchange.dydx.abacus/tests/payloads/EnvironmentsMock.kt +++ b/src/commonTest/kotlin/exchange.dydx.abacus/tests/payloads/EnvironmentsMock.kt @@ -43,7 +43,6 @@ class EnvironmentsMock { "community":"https://discord.com/invite/dydx", "feedback":"https://docs.google.com/forms/d/e/1FAIpQLSezLsWCKvAYDEb7L-2O4wOON1T56xxro9A2Azvl6IxXHP_15Q/viewform", "launchIncentive":"https://dydx.exchange/v4-launch-incentive", - "complianceSupportEmail":"someemail@gmail.com", "equityTiersLearnMore":"https://help.dydx.trade/en/articles/171918-equity-tiers-and-rate-limits" } }, diff --git a/v4_abacus.podspec b/v4_abacus.podspec index 038a75acf..51b60b306 100644 --- a/v4_abacus.podspec +++ b/v4_abacus.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'v4_abacus' - spec.version = '1.9.12' + spec.version = '1.9.12' spec.homepage = 'https://github.com/dydxprotocol/v4-abacus' spec.source = { :http=> ''} spec.authors = ''