@dydxprotocol/v4-localization 1.1.331 → 1.1.332
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.
|
@@ -2265,6 +2265,7 @@
|
|
|
2265
2265
|
"SURGE_HEADLINE": "dYdX Surge: Compete for $3M",
|
|
2266
2266
|
"SURGE_HEADLINE_SEP_2025": "{REWARD_AMOUNT} in rewards + {REBATE_PERCENT} fee rebate",
|
|
2267
2267
|
"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.",
|
|
2268
|
+
"SURGE_EST_AMOUNT_TOOLTIP": "Estimated sum of leaderboard rewards + trading fee rebates",
|
|
2268
2269
|
"SURGE_BODY": "Up to $3M in rewards are distributed to dYdX traders every month. Make your move, click the Leaderboard to learn more.",
|
|
2269
2270
|
"SURGE_HOW_IT_WORKS": "How It Works",
|
|
2270
2271
|
"SURGE_HOW_IT_WORKS_1": "To participate, simply make a trade on dYdX.",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1609,6 +1609,7 @@ export const APP_STRING_KEYS = {
|
|
|
1609
1609
|
SURGE_BODY: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY',
|
|
1610
1610
|
SURGE_BODY_SEP_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_BODY_SEP_2025',
|
|
1611
1611
|
SURGE_COUNTDOWN: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_COUNTDOWN',
|
|
1612
|
+
SURGE_EST_AMOUNT_TOOLTIP: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_EST_AMOUNT_TOOLTIP',
|
|
1612
1613
|
SURGE_HEADLINE: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE',
|
|
1613
1614
|
SURGE_HEADLINE_SEP_2025: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HEADLINE_SEP_2025',
|
|
1614
1615
|
SURGE_HOW_IT_WORKS: 'APP.REWARDS_SURGE_APRIL_2025.SURGE_HOW_IT_WORKS',
|