Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2713,6 +2713,9 @@
"NO_FEE_DECEMBER_BANNER": {
"NO_FEE_DECEMBER_BANNER_TITLE": "December on SOL & BTC Markets"
},
"NO_FEE_JANUARY_BANNER": {
"NO_FEE_JANUARY_BANNER_TITLE": "January on SOL & BTC Markets"
},
"LIQUIDATION_REBATES_BANNER": {
"LIQUIDATION_REBATES_BANNER_TITLE": "Up to $1M in Liquidation Rebates",
"LIQUIDATION_REBATES_BANNER_CTA": "Biggest Loser Rankings"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.371",
"version": "1.1.372",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,10 @@ export const APP_STRING_KEYS = {

NO_FEE_DECEMBER_BANNER_TITLE: 'APP.NO_FEE_DECEMBER_BANNER.NO_FEE_DECEMBER_BANNER_TITLE',

// NO_FEE_JANUARY_BANNER

NO_FEE_JANUARY_BANNER_TITLE: 'APP.NO_FEE_JANUARY_BANNER.NO_FEE_JANUARY_BANNER_TITLE',

// NO_FEE_NOVEMBER_BANNER

NO_FEE_NOVEMBER_BANNER_CTA: 'APP.NO_FEE_NOVEMBER_BANNER.NO_FEE_NOVEMBER_BANNER_CTA',
Expand Down