Skip to content

Commit

Permalink
add how to stake (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
aforaleka authored Nov 4, 2023
1 parent db71f6d commit a8e86cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@
"GENERATED_ADDRESS_INFO": "You'll be able to manage your dYdX Chain DYDX on {TRADE_URL} using the same wallet.",
"GENERATED_ADDRESS_VIA_ADDRESS": "Generated dYdX Chain address via {ADDRESS_OR_WALLET_SIGNATURE}",
"LATEST_BLOCK_HEIGHT": "Latest block height",
"LEARN_ABOUT_STAKING": "Learn about staking",
"HOW_TO_STAKE": "How to stake?",
"MIGRATION_BLOCKED_MESSAGE": "Because you appear to be a resident of, or using this user interface from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked and this transaction cannot be completed.",
"MIGRATION_BLOCKED_MESSAGE_DESTINATION": "Because the destination address appears to be a resident of, or using this user interface from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the destination address has been blocked and this transaction cannot be completed.",
"MIGRATION_FAILED": "Migration failed",
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.

4 changes: 2 additions & 2 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down Expand Up @@ -1562,8 +1562,8 @@ export const TOKEN_MIGRATION_STRING_KEYS = {
FINALIZING: 'TOKEN_MIGRATION.FINALIZING',
GENERATED_ADDRESS_INFO: 'TOKEN_MIGRATION.GENERATED_ADDRESS_INFO',
GENERATED_ADDRESS_VIA_ADDRESS: 'TOKEN_MIGRATION.GENERATED_ADDRESS_VIA_ADDRESS',
HOW_TO_STAKE: 'TOKEN_MIGRATION.HOW_TO_STAKE',
LATEST_BLOCK_HEIGHT: 'TOKEN_MIGRATION.LATEST_BLOCK_HEIGHT',
LEARN_ABOUT_STAKING: 'TOKEN_MIGRATION.LEARN_ABOUT_STAKING',
MIGRATION_BLOCKED_MESSAGE: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE',
MIGRATION_BLOCKED_MESSAGE_DESTINATION: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE_DESTINATION',
MIGRATION_FAILED: 'TOKEN_MIGRATION.MIGRATION_FAILED',
Expand Down

0 comments on commit a8e86cb

Please sign in to comment.