@dydxprotocol/v4-localization 1.1.202 → 1.1.203
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.
|
@@ -208,6 +208,10 @@
|
|
|
208
208
|
"KEPLR_SUPPORT": {
|
|
209
209
|
"TITLE": "dYdX now supports Keplr!",
|
|
210
210
|
"BODY": "You can now connect and use dYdX with your Keplr wallet! Try it now."
|
|
211
|
+
},
|
|
212
|
+
"PHANTOM_SUPPORT": {
|
|
213
|
+
"TITLE": "dYdX now supports Phantom!",
|
|
214
|
+
"BODY": "You can now connect and use dYdX with your Phantom wallet! Try it now."
|
|
211
215
|
}
|
|
212
216
|
}
|
|
213
217
|
}
|
package/package.json
CHANGED
|
@@ -51,6 +51,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
|
|
|
51
51
|
ORDER_PARTIAL_FILL_TITLE: 'NOTIFICATIONS.ORDER_PARTIAL_FILL.TITLE',
|
|
52
52
|
ORDER_TRIGGERED_BODY: 'NOTIFICATIONS.ORDER_TRIGGERED.BODY',
|
|
53
53
|
ORDER_TRIGGERED_TITLE: 'NOTIFICATIONS.ORDER_TRIGGERED.TITLE',
|
|
54
|
+
PHANTOM_SUPPORT_BODY: 'NOTIFICATIONS.PHANTOM_SUPPORT.BODY',
|
|
55
|
+
PHANTOM_SUPPORT_TITLE: 'NOTIFICATIONS.PHANTOM_SUPPORT.TITLE',
|
|
54
56
|
POSITION_CLOSED_BODY: 'NOTIFICATIONS.POSITION_CLOSED.BODY',
|
|
55
57
|
POSITION_CLOSED_TITLE: 'NOTIFICATIONS.POSITION_CLOSED.TITLE',
|
|
56
58
|
RELEASE_REWARDS_AND_FULL_TRADING_BODY: 'NOTIFICATIONS.RELEASE_REWARDS_AND_FULL_TRADING.BODY',
|