@dydxprotocol/v4-localization 1.1.302 → 1.1.303
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.
|
@@ -84,6 +84,10 @@
|
|
|
84
84
|
"TITLE": "Position Closed",
|
|
85
85
|
"BODY": "Your position on {MARKET} has been closed."
|
|
86
86
|
},
|
|
87
|
+
"PUMP_COMPETITION": {
|
|
88
|
+
"TITLE": "$10K in Rewards for PUMP Traders",
|
|
89
|
+
"BODY": "Live on dYdX with up to 5x leverage. Limited-time rewards."
|
|
90
|
+
},
|
|
87
91
|
"DEPOSIT_SUCCESS": {
|
|
88
92
|
"TITLE": "Deposit Succeeded",
|
|
89
93
|
"BODY": "Your deposit of {AMOUNT} {ASSET} has been confirmed."
|
package/package.json
CHANGED
|
@@ -61,6 +61,8 @@ export const NOTIFICATIONS_STRING_KEYS = {
|
|
|
61
61
|
PHANTOM_SUPPORT_TITLE: 'NOTIFICATIONS.PHANTOM_SUPPORT.TITLE',
|
|
62
62
|
POSITION_CLOSED_BODY: 'NOTIFICATIONS.POSITION_CLOSED.BODY',
|
|
63
63
|
POSITION_CLOSED_TITLE: 'NOTIFICATIONS.POSITION_CLOSED.TITLE',
|
|
64
|
+
PUMP_COMPETITION_BODY: 'NOTIFICATIONS.PUMP_COMPETITION.BODY',
|
|
65
|
+
PUMP_COMPETITION_TITLE: 'NOTIFICATIONS.PUMP_COMPETITION.TITLE',
|
|
64
66
|
RECLAIM_FUNDS_BODY: 'NOTIFICATIONS.RECLAIM_FUNDS.BODY',
|
|
65
67
|
RECLAIM_FUNDS_TITLE: 'NOTIFICATIONS.RECLAIM_FUNDS.TITLE',
|
|
66
68
|
RELEASE_REWARDS_AND_FULL_TRADING_BODY: 'NOTIFICATIONS.RELEASE_REWARDS_AND_FULL_TRADING.BODY',
|