@dydxprotocol/v4-localization 1.1.189 → 1.1.190
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.
|
@@ -200,6 +200,10 @@
|
|
|
200
200
|
"TRUMPWIN_MARKET_LAUNCH": {
|
|
201
201
|
"TITLE": "Trade the U.S. presidential election!",
|
|
202
202
|
"BODY": "{MARKET} is now live. This market will settle at $1 if Donald J. Trump wins the 2024 election. Otherwise, it will settle at $0.001."
|
|
203
|
+
},
|
|
204
|
+
"KEPLR_SUPPORT": {
|
|
205
|
+
"TITLE": "dYdX now supports Keplr!",
|
|
206
|
+
"BODY": "You can now connect and use dYdX with your Keplr wallet! Try it now."
|
|
203
207
|
}
|
|
204
208
|
}
|
|
205
209
|
}
|
package/package.json
CHANGED
|
@@ -25,6 +25,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
|
|
|
25
25
|
IN_APP_STAKING_LIVE_TITLE: 'NOTIFICATIONS.IN_APP_STAKING_LIVE.TITLE',
|
|
26
26
|
ISOLATED_MARGIN_LIVE_BODY: 'NOTIFICATIONS.ISOLATED_MARGIN_LIVE.BODY',
|
|
27
27
|
ISOLATED_MARGIN_LIVE_TITLE: 'NOTIFICATIONS.ISOLATED_MARGIN_LIVE.TITLE',
|
|
28
|
+
KEPLR_SUPPORT_BODY: 'NOTIFICATIONS.KEPLR_SUPPORT.BODY',
|
|
29
|
+
KEPLR_SUPPORT_TITLE: 'NOTIFICATIONS.KEPLR_SUPPORT.TITLE',
|
|
28
30
|
LIQUIDATION_BODY: 'NOTIFICATIONS.LIQUIDATION.BODY',
|
|
29
31
|
LIQUIDATION_TITLE: 'NOTIFICATIONS.LIQUIDATION.TITLE',
|
|
30
32
|
LIQUIDITY_TIER_UPDATE_SOL_USD_BODY: 'NOTIFICATIONS.LIQUIDITY_TIER_UPDATE_SOL_USD.BODY',
|