Skip to content

Commit

Permalink
Add banner text (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu authored Dec 16, 2024
1 parent 523c861 commit a61095a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
5 changes: 4 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2379,6 +2379,7 @@
"AVAILABLE_ON_CHAIN": "Available on {CHAIN}",
"BALANCE_ON_CHAIN": "Balance on {CHAIN}",
"BANNER_ALPHA_CONTENT": "dYdX Chain is in Alpha - help secure the network by staking!",
"BANNER_CEASE_SUPPORT_WETHDYDX": "Following a governance {VOTE} by the dYdX Community, support for the {SMART_CONTRACT} on the dYdX Chain is expected to be discontinued from June 2025. More information is available here {BLOG_POST}. Users should note and understand that, any ethDYDX holders that do not interact with the wethDYDX Smart Contract prior to the date on which the dYdX Chain ceases to support the wethDYDX Smart Contract (i.e., June 2025) will likely be unable to convert their ethDYDX tokens into dYdX-Chain DYDX tokens in the future (potentially indefinitely).",
"BEFORE": "Before",
"CHECK_STATUS": "Check status",
"CONFIRM_MIGRATION_DISCLAIMER_1": "I understand it may take 24-48 hours until my tokens are available on the dYdX Chain.",
Expand Down Expand Up @@ -2432,7 +2433,9 @@
"SENDING_IN_PROGRESS": "Sending in progress",
"SENDING_SUCCESSFUL": "Sending successful",
"STARTED": "Started",
"WALLET_SIGNATURE": "wallet signature"
"VOTE": "vote",
"WALLET_SIGNATURE": "wallet signature",
"WETHDYDX_SMART_CONTRACT": "wethDYDX Smart Contract"
},
"CHAIN": {
"V3_MAINNET": "V3 Mainnet",
Expand Down
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.257",
"version": "1.1.258",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions pnpm-lock.yaml

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

3 changes: 3 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2281,6 +2281,7 @@ export const TOKEN_MIGRATION_STRING_KEYS = {
AVAILABLE_ON_CHAIN: 'TOKEN_MIGRATION.AVAILABLE_ON_CHAIN',
BALANCE_ON_CHAIN: 'TOKEN_MIGRATION.BALANCE_ON_CHAIN',
BANNER_ALPHA_CONTENT: 'TOKEN_MIGRATION.BANNER_ALPHA_CONTENT',
BANNER_CEASE_SUPPORT_WETHDYDX: 'TOKEN_MIGRATION.BANNER_CEASE_SUPPORT_WETHDYDX',
BEFORE: 'TOKEN_MIGRATION.BEFORE',
CHECK_STATUS: 'TOKEN_MIGRATION.CHECK_STATUS',
CONFIRM_MIGRATION: 'TOKEN_MIGRATION.CONFIRM_MIGRATION',
Expand Down Expand Up @@ -2334,7 +2335,9 @@ export const TOKEN_MIGRATION_STRING_KEYS = {
SENDING_SUCCESSFUL: 'TOKEN_MIGRATION.SENDING_SUCCESSFUL',
SEND_TO_ANOTHER_ADDRESS: 'TOKEN_MIGRATION.SEND_TO_ANOTHER_ADDRESS',
STARTED: 'TOKEN_MIGRATION.STARTED',
VOTE: 'TOKEN_MIGRATION.VOTE',
WALLET_SIGNATURE: 'TOKEN_MIGRATION.WALLET_SIGNATURE',
WETHDYDX_SMART_CONTRACT: 'TOKEN_MIGRATION.WETHDYDX_SMART_CONTRACT',
};

export const WARNINGS_STRING_KEYS = {
Expand Down

0 comments on commit a61095a

Please sign in to comment.