-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: market wind down notifications (#644)
- Loading branch information
1 parent
884efb9
commit fe26630
Showing
6 changed files
with
117 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,7 +78,9 @@ | |
"exchangeStats": "https://app.mode.com/dydx_eng/reports/58822121650d?secret_key=391d9214fe6aefec35b7d35c", | ||
"initialMarginFractionLearnMore": "https://docs.dydx.exchange/governance/functionalities#liquidity-tiers", | ||
"complianceSupportEmail": "[email protected]", | ||
"equityTiersLearnMore": "https://help.dydx.trade/en/articles/171918-equity-tiers-and-rate-limits" | ||
"equityTiersLearnMore": "https://help.dydx.trade/en/articles/171918-equity-tiers-and-rate-limits", | ||
"fetAgixMarketWindDownProposal": "https://www.mintscan.io/dydx/proposals/61", | ||
"contractLossMechanismLearnMore": "https://help.dydx.trade/en/articles/166973-contract-loss-mechanisms-on-dydx-chain" | ||
}, | ||
"dydx-testnet-4": { | ||
"tos": "https://dydx.exchange/v4-terms", | ||
|
@@ -106,7 +108,9 @@ | |
"exchangeStats": "https://app.mode.com/dydx_eng/reports/58822121650d?secret_key=391d9214fe6aefec35b7d35c", | ||
"initialMarginFractionLearnMore": "https://docs.dydx.exchange/governance/functionalities#liquidity-tiers", | ||
"complianceSupportEmail": "[email protected]", | ||
"equityTiersLearnMore": "https://help.dydx.trade/en/articles/171918-equity-tiers-and-rate-limits" | ||
"equityTiersLearnMore": "https://help.dydx.trade/en/articles/171918-equity-tiers-and-rate-limits", | ||
"fetAgixMarketWindDownProposal": "https://www.mintscan.io/dydx/proposals/61", | ||
"contractLossMechanismLearnMore": "https://help.dydx.trade/en/articles/166973-contract-loss-mechanisms-on-dydx-chain" | ||
}, | ||
"[mainnet chain id]": { | ||
"tos": "[HTTP link to TOS]", | ||
|
@@ -134,7 +138,9 @@ | |
"exchangeStats": "[HTTP link to exchange stats, can be null]", | ||
"initialMarginFractionLearnMore": "[HTTP link to governance functionalities liquidity tiers, can be null]", | ||
"complianceSupportEmail": "[Email address for compliance support, can be null]", | ||
"equityTiersLearnMore": "[HTTP link to equity tiers learn more, can be null]" | ||
"equityTiersLearnMore": "[HTTP link to equity tiers learn more, can be null]", | ||
"fetAgixMarketWindDownProposal": "[HTTP link to mintscan proposal]", | ||
"contractLossMechanismLearnMore": "[HTTP link to documentation on contract loss mechanisms]" | ||
} | ||
}, | ||
"wallets": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters