Skip to content

Commit

Permalink
remove complianceSupportEmail (#622)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike <[email protected]>
  • Loading branch information
mike-dydx and mike-dydx authored Sep 4, 2024
1 parent ab649af commit 2f0621a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ allprojects {
}

group = "exchange.dydx.abacus"
version = "1.9.11"
version = "1.9.12"

repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ data class EnvironmentLinks(
val launchIncentive: String?,
val statusPage: String?,
val withdrawalGateLearnMore: String?,
val complianceSupportEmail: String?,
val equityTiersLearnMore: String?,
) {
companion object {
Expand All @@ -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,
Expand All @@ -115,7 +113,6 @@ data class EnvironmentLinks(
launchIncentive,
statusPage,
withdrawalGateLearnMore,
complianceSupportEmail,
equityTiersLearnMore,
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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":"[email protected]",
"equityTiersLearnMore":"https://help.dydx.trade/en/articles/171918-equity-tiers-and-rate-limits"
}
},
Expand Down
2 changes: 1 addition & 1 deletion v4_abacus.podspec
Original file line number Diff line number Diff line change
@@ -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 = ''
Expand Down

0 comments on commit 2f0621a

Please sign in to comment.