@dydxprotocol/v4-localization 1.1.158 → 1.1.159
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -167,6 +167,10 @@
|
|
|
167
167
|
"TWO_MARKET_WIND_DOWN_PROPOSAL": {
|
|
168
168
|
"TITLE": "Live proposal to wind down {MARKET_1} and {MARKET_2} markets",
|
|
169
169
|
"BODY": "There is currently a live proposal to wind down the {MARKET_1} and {MARKET_2} markets. If passed, the {MARKET_1} and {MARKET_2} markets will enter final settlement on {DATE}. Existing positions will be closed and open orders will be canceled. You can find more information regarding the proposal {HERE_LINK}."
|
|
170
|
+
},
|
|
171
|
+
"MARKET_PARAM_UPDATE": {
|
|
172
|
+
"TITLE": "Live proposal to update {MARKET} parameters",
|
|
173
|
+
"BODY": "There is currently a live proposal to update the parameters of {MARKET} market. If passed, the {MARKET} market will have Coinbase Pro {MARKET} as the only oracle source. You can find more information regarding the proposal {HERE_LINK}."
|
|
170
174
|
}
|
|
171
175
|
}
|
|
172
176
|
}
|
package/package.json
CHANGED
|
@@ -25,6 +25,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
|
|
|
25
25
|
ISOLATED_MARGIN_LIVE_TITLE: 'NOTIFICATIONS.ISOLATED_MARGIN_LIVE.TITLE',
|
|
26
26
|
LIQUIDATION_BODY: 'NOTIFICATIONS.LIQUIDATION.BODY',
|
|
27
27
|
LIQUIDATION_TITLE: 'NOTIFICATIONS.LIQUIDATION.TITLE',
|
|
28
|
+
MARKET_PARAM_UPDATE_BODY: 'NOTIFICATIONS.MARKET_PARAM_UPDATE.BODY',
|
|
29
|
+
MARKET_PARAM_UPDATE_TITLE: 'NOTIFICATIONS.MARKET_PARAM_UPDATE.TITLE',
|
|
28
30
|
OFFSETTING_BODY: 'NOTIFICATIONS.OFFSETTING.BODY',
|
|
29
31
|
OFFSETTING_TITLE: 'NOTIFICATIONS.OFFSETTING.TITLE',
|
|
30
32
|
ORDER_CANCEL_BODY: 'NOTIFICATIONS.ORDER_CANCEL.BODY',
|