Skip to content

Commit

Permalink
Add vaultOperatorLearnMore (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored Oct 31, 2024
1 parent 62e1c39 commit 9ee1129
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 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.13.16"
version = "1.13.17"

repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ data class EnvironmentLinks(
val help: String?,
val vaultLearnMore: String?,
val vaultTos: String?,
val vaultOperatorLearnMore: String?,
val launchIncentive: String?,
val statusPage: String?,
val withdrawalGateLearnMore: String?,
Expand All @@ -102,6 +103,7 @@ data class EnvironmentLinks(
val blogs = parser.asString(data["blogs"])
val help = parser.asString(data["help"])
val vaultLearnMore = parser.asString(data["vaultLearnMore"])
val vaultOperatorLearnMore = parser.asString(data["vaultOperatorLearnMore"])
val launchIncentive = parser.asString(data["launchIncentive"])
val statusPage = parser.asString(data["statusPage"])
val withdrawalGateLearnMore = parser.asString(data["withdrawalGateLearnMore"])
Expand All @@ -119,6 +121,7 @@ data class EnvironmentLinks(
help,
vaultLearnMore,
vaultTos,
vaultOperatorLearnMore,
launchIncentive,
statusPage,
withdrawalGateLearnMore,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class AbacusMockData {
help = "https://help.dydx.exchange/",
vaultLearnMore = "https://help.dydx.exchange/",
vaultTos = "https://help.dydx.exchange/",
vaultOperatorLearnMore = "https://help.dydx.exchange/",
launchIncentive = "https://dydx.exchange/v4-launch-incentive",
statusPage = "https://status.v4testnet.dydx.exchange/",
withdrawalGateLearnMore = "https://help.dydx.exchange/en/articles/8981384-withdrawals-on-dydx-chain#h_23e97bc665",
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.13.16'
spec.version = '1.13.17'
spec.homepage = 'https://github.com/dydxprotocol/v4-abacus'
spec.source = { :http=> ''}
spec.authors = ''
Expand Down

0 comments on commit 9ee1129

Please sign in to comment.