From 2f0621a50bfecb097ce74c4b91efcf75ae04097a Mon Sep 17 00:00:00 2001 From: mike-dydx <149746839+mike-dydx@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:01:25 -0400 Subject: [PATCH] remove complianceSupportEmail (#622) Co-authored-by: Mike --- build.gradle.kts | 2 +- .../kotlin/exchange.dydx.abacus/state/manager/Environment.kt | 3 --- .../exchange.dydx.abacus/tests/payloads/EnvironmentsMock.kt | 1 - v4_abacus.podspec | 2 +- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 285c7382d..9053c6381 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ allprojects { } group = "exchange.dydx.abacus" -version = "1.9.11" +version = "1.9.12" repositories { google() 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 641aa9943..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.11' + spec.version = '1.9.12' spec.homepage = 'https://github.com/dydxprotocol/v4-abacus' spec.source = { :http=> ''} spec.authors = ''