Skip to content

Commit

Permalink
add vaultLearnMore link (#639)
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 10, 2024
1 parent bd43e01 commit 5b965a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ data class EnvironmentLinks(
val feedback: String?,
val blogs: String?,
val help: String?,
val vaultLearnMore: String?,
val launchIncentive: String?,
val statusPage: String?,
val withdrawalGateLearnMore: String?,
Expand All @@ -96,6 +97,7 @@ data class EnvironmentLinks(
val feedback = parser.asString(data["feedback"])
val blogs = parser.asString(data["blogs"])
val help = parser.asString(data["help"])
val vaultLearnMore = parser.asString(data["vaultLearnMore"])
val launchIncentive = parser.asString(data["launchIncentive"])
val statusPage = parser.asString(data["statusPage"])
val withdrawalGateLearnMore = parser.asString(data["withdrawalGateLearnMore"])
Expand All @@ -110,6 +112,7 @@ data class EnvironmentLinks(
feedback,
blogs,
help,
vaultLearnMore,
launchIncentive,
statusPage,
withdrawalGateLearnMore,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class AbacusMockData {
feedback = "https://docs.google.com/forms/d/e/1FAIpQLSezLsWCKvAYDEb7L-2O4wOON1T56xxro9A2Azvl6IxXHP_15Q/viewform",
blogs = "https://www.dydx.foundation/blog",
help = "https://help.dydx.exchange/",
vaultLearnMore = "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

0 comments on commit 5b965a0

Please sign in to comment.