-
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.
feat(isolated-margin-live): Add notification for Isolated Margin (#662)
Co-authored-by: tyleroooo <[email protected]> Co-authored-by: Jeremy Lee <[email protected]> Co-authored-by: moo-onthelawn <[email protected]> Co-authored-by: Bill He <[email protected]> Co-authored-by: aleka <[email protected]> Co-authored-by: Prashan Dharmasena <[email protected]>
- Loading branch information
1 parent
42ce666
commit 51700d9
Showing
7 changed files
with
44 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 |
---|---|---|
|
@@ -81,7 +81,8 @@ | |
"complianceSupportEmail": "[email protected]", | ||
"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" | ||
"contractLossMechanismLearnMore": "https://help.dydx.trade/en/articles/166973-contract-loss-mechanisms-on-dydx-chain", | ||
"isolatedMarginLearnMore": "https://help.dydx.trade/en/articles/172975-isolated-margin" | ||
}, | ||
"dydx-testnet-4": { | ||
"tos": "https://dydx.exchange/v4-terms", | ||
|
@@ -112,7 +113,8 @@ | |
"complianceSupportEmail": "[email protected]", | ||
"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" | ||
"contractLossMechanismLearnMore": "https://help.dydx.trade/en/articles/166973-contract-loss-mechanisms-on-dydx-chain", | ||
"isolatedMarginLearnMore": "https://help.dydx.trade/en/articles/172975-isolated-margin" | ||
}, | ||
"[mainnet chain id]": { | ||
"tos": "[HTTP link to TOS]", | ||
|
@@ -143,7 +145,8 @@ | |
"complianceSupportEmail": "[Email address for compliance support, 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]" | ||
"contractLossMechanismLearnMore": "[HTTP link to documentation on contract loss mechanisms]", | ||
"isolatedMarginLearnMore": "[HTTP link to documentation on isolated margin]" | ||
} | ||
}, | ||
"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
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