Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.258: Add banner text for private and public bridge #880

Merged
merged 1 commit into from
Dec 16, 2024
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
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
Loading