Skip to content
Open
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 @@ -2706,6 +2706,9 @@
"NO_FEE_DECEMBER_BANNER": {
"NO_FEE_DECEMBER_BANNER_TITLE": "December on SOL & BTC Markets"
},
"SOLANA_SPOT_ZERO_FEES_BANNER": {
"SOLANA_SPOT_ZERO_FEES_BANNER_TITLE": "Solana Spot Trading Is Live - with Zero Fees"
},
"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.365",
"version": "1.1.366",
"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 @@ -1728,6 +1728,10 @@ export const APP_STRING_KEYS = {
WAIT_SECONDS_SINGULAR: 'APP.SIGN_INTO_MOBILE.WAIT_SECONDS_SINGULAR',
WHILE_ONBOARDING: 'APP.SIGN_INTO_MOBILE.WHILE_ONBOARDING',

// SOLANA_SPOT_ZERO_FEES_BANNER

SOLANA_SPOT_ZERO_FEES_BANNER_TITLE: 'APP.SOLANA_SPOT_ZERO_FEES_BANNER.SOLANA_SPOT_ZERO_FEES_BANNER_TITLE',

// STAKE_CONFIRMATION_MODAL

CONFIRM_STAKE: 'APP.STAKE_CONFIRMATION_MODAL.CONFIRM_STAKE',
Expand Down