From ea30edc050cd4dcab816814db23454df524946e8 Mon Sep 17 00:00:00 2001 From: mike-dydx <149746839+mike-dydx@users.noreply.github.com> Date: Thu, 17 Oct 2024 19:30:01 -0400 Subject: [PATCH] chore: add vaultOperatorLearnMore link (#1174) Co-authored-by: Mike --- public/configs/v1/env.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public/configs/v1/env.json b/public/configs/v1/env.json index d2edb927b..f29dae911 100644 --- a/public/configs/v1/env.json +++ b/public/configs/v1/env.json @@ -63,6 +63,7 @@ "help": "https://help.dydx.exchange/", "vaultLearnMore": "https://help.dydx.exchange", "vaultTos": "https://help.dydx.exchange", + "vaultOperatorLearnMore": "https://help.dydx.exchange", "reduceOnlyLearnMore": "https://help.dydx.exchange/articles/6345793-reduce-only-orders", "mintscanBase": "https://mintscan.io/dydx-testnet", "documentation": "https://docs.dydx.exchange/", @@ -103,6 +104,7 @@ "help": "https://help.dydx.exchange/", "vaultLearnMore": "https://help.dydx.exchange", "vaultTos": "https://help.dydx.exchange", + "vaultOperatorLearnMore": "https://help.dydx.exchange", "reduceOnlyLearnMore": "https://help.dydx.exchange/articles/6345793-reduce-only-orders", "mintscanBase": "https://mintscan.io/dydx-testnet", "documentation": "https://docs.dydx.exchange/", @@ -145,6 +147,8 @@ "foundation": "https://www.dydx.foundation", "help": "https://help.dydx.exchange/", "vaultLearnMore": "https://help.dydx.exchange", + "vaultTos": "https://help.dydx.exchange", + "vaultOperatorLearnMore": "https://help.dydx.exchange", "reduceOnlyLearnMore": "https://help.dydx.exchange/articles/6345793-reduce-only-orders", "mintscanBase": "https://mintscan.io/dydx-testnet", "governanceLearnMore": "https://help.dydx.exchange", @@ -186,8 +190,9 @@ "documentation": "[HTTP link to documentation, can be null]", "community": "[HTTP link to community, can be null]", "help": "[HTTP link to help page, can be null]", - "vaultLearnMore": "[HTTP link to help page, can be null]", - "vaultTos": "[HTTP link to help page, can be null]", + "vaultLearnMore": "[HTTP link to vault learn more page, can be null]", + "vaultTos": "[HTTP link to vault ToS page, can be null]", + "vaultOperatorLearnMore": "[HTTP link to vault operator learn more page, can be null]", "governanceLearnMore": "[HTTP link to governance learn more, can be null]", "newMarketProposalLearnMore": "[HTTP link to new market proposal learn more, can be null]", "stakingLearnMore": "[HTTP link to staking learn more, can be null]",