@dydxprotocol/v4-localization 1.1.315 → 1.1.316
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.
|
@@ -177,6 +177,10 @@
|
|
|
177
177
|
"BODY": "Maximum allowed leverage for this market. To limit risk, maximum leverage decreases linearly with position size after a certain threshold."
|
|
178
178
|
},
|
|
179
179
|
"MAXIMUM_REWARDS": {
|
|
180
|
+
"TITLE": "Estimated Rewards",
|
|
181
|
+
"BODY": "Earn rewards when you trade on dYdX. Actual rewards may vary."
|
|
182
|
+
},
|
|
183
|
+
"MAXIMUM_REWARDS_SEPT_2025": {
|
|
180
184
|
"TITLE": "DYDX Rewards",
|
|
181
185
|
"BODY": "Earn 50% of your fees back in DYDX and compete for your share of {REWARD_AMOUNT} through dYdX Surge! Rewards are paid out at the end of the month"
|
|
182
186
|
},
|
package/package.json
CHANGED
|
@@ -144,6 +144,8 @@ export const TOOLTIP_STRING_KEYS = {
|
|
|
144
144
|
MAXIMUM_LEVERAGE_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_LEVERAGE.TITLE',
|
|
145
145
|
MAXIMUM_REWARDS_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS.BODY',
|
|
146
146
|
MAXIMUM_REWARDS_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS.TITLE',
|
|
147
|
+
MAXIMUM_REWARDS_SEPT_2025_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_SEPT_2025.BODY',
|
|
148
|
+
MAXIMUM_REWARDS_SEPT_2025_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_SEPT_2025.TITLE',
|
|
147
149
|
MAX_WITHDRAW_BODY: 'TOOLTIPS.TRADE.MAX_WITHDRAW.BODY',
|
|
148
150
|
MAX_WITHDRAW_TITLE: 'TOOLTIPS.TRADE.MAX_WITHDRAW.TITLE',
|
|
149
151
|
NET_FUNDING_BODY: 'TOOLTIPS.TRADE.NET_FUNDING.BODY',
|