@dydxprotocol/v4-localization 1.1.359 → 1.1.360
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.
|
@@ -2299,6 +2299,8 @@
|
|
|
2299
2299
|
"SURGE_BODY_SEP_2025": "Up to {REWARD_AMOUNT} in rewards and a {REBATE_PERCENT} fee rebate are distributed to dYdX traders at the end of every month.",
|
|
2300
2300
|
"SURGE_HEADLINE_NOV_2025": "{REWARD_AMOUNT} in rewards + {REBATE_PERCENT} fee rebate",
|
|
2301
2301
|
"SURGE_BODY_NOV_2025": "Up to {REWARD_AMOUNT} in rewards for front end users and a {REBATE_PERCENT} fee rebate are distributed to dYdX traders at the end of every month.",
|
|
2302
|
+
"SURGE_HEADLING_DEC_2025": "{REBATE_PERCENT} fee rebate",
|
|
2303
|
+
"SURGE_BODY_DEC_2025": "{REBATE_PERCENT} fee rebate are distributed to dYdX traders at the end of every month.",
|
|
2302
2304
|
"SURGE_EST_AMOUNT_TOOLTIP": "Estimated sum of leaderboard rewards + trading fee rebates",
|
|
2303
2305
|
"SURGE_BODY": "Up to $3M in rewards are distributed to dYdX traders every month. Make your move, click the Leaderboard to learn more.",
|
|
2304
2306
|
"SURGE_HOW_IT_WORKS": "How It Works",
|
|
@@ -196,6 +196,10 @@
|
|
|
196
196
|
"TITLE": "DYDX Rewards",
|
|
197
197
|
"BODY": "Earn {REWARD_PERCENT}% 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"
|
|
198
198
|
},
|
|
199
|
+
"MAXIMUM_REWARDS_DEC_2025": {
|
|
200
|
+
"TITLE": "DYDX Rewards",
|
|
201
|
+
"BODY": "Earn {REWARD_PERCENT}% of your fees back in DYDX through dYdX Surge! Rewards are paid out at the end of the month"
|
|
202
|
+
},
|
|
199
203
|
"NET_FUNDING": {
|
|
200
204
|
"TITLE": "Net Funding",
|
|
201
205
|
"BODY": "Total funding earned / paid for the lifetime of the current position. Resets if you close your position or change position sides (long to short, or vice versa)."
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1655,6 +1655,7 @@ export const APP_STRING_KEYS = {
|
|
|
1655
1655
|
COMPETITION_LEADERBOARD_TITLE: 'APP.REWARDS_SURGE_APRIL_2025.COMPETITION_LEADERBOARD_TITLE',
|
|
1656
1656
|
SURGE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE',
|
|
1657
1657
|
SURGE_BODY: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY',
|
|
1658
|
+
SURGE_BODY_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_DEC_2025',
|
|
1658
1659
|
SURGE_BODY_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_NOV_2025',
|
|
1659
1660
|
SURGE_BODY_SEP_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_SEP_2025',
|
|
1660
1661
|
SURGE_COUNTDOWN: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_COUNTDOWN',
|
|
@@ -1662,6 +1663,7 @@ export const APP_STRING_KEYS = {
|
|
|
1662
1663
|
SURGE_HEADLINE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE',
|
|
1663
1664
|
SURGE_HEADLINE_NOV_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE_NOV_2025',
|
|
1664
1665
|
SURGE_HEADLINE_SEP_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE_SEP_2025',
|
|
1666
|
+
SURGE_HEADLING_DEC_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLING_DEC_2025',
|
|
1665
1667
|
SURGE_HOW_IT_WORKS: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS',
|
|
1666
1668
|
SURGE_HOW_IT_WORKS_1: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS_1',
|
|
1667
1669
|
SURGE_HOW_IT_WORKS_2: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS_2',
|
|
@@ -148,6 +148,8 @@ export const TOOLTIP_STRING_KEYS = {
|
|
|
148
148
|
MAXIMUM_LEVERAGE_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_LEVERAGE.TITLE',
|
|
149
149
|
MAXIMUM_REWARDS_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS.BODY',
|
|
150
150
|
MAXIMUM_REWARDS_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS.TITLE',
|
|
151
|
+
MAXIMUM_REWARDS_DEC_2025_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_DEC_2025.BODY',
|
|
152
|
+
MAXIMUM_REWARDS_DEC_2025_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_DEC_2025.TITLE',
|
|
151
153
|
MAXIMUM_REWARDS_SEPT_2025_BODY: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_SEPT_2025.BODY',
|
|
152
154
|
MAXIMUM_REWARDS_SEPT_2025_TITLE: 'TOOLTIPS.TRADE.MAXIMUM_REWARDS_SEPT_2025.TITLE',
|
|
153
155
|
MAX_SLIPPAGE_BODY: 'TOOLTIPS.TRADE.MAX_SLIPPAGE.BODY',
|