Skip to content

Commit

Permalink
Exchange noble deposit strings (#249)
Browse files Browse the repository at this point in the history
* Strings for Noble deposit

* 1.1.17

* fix typo
  • Loading branch information
rosepuppy authored Jan 26, 2024
1 parent 8d90b1b commit 9dc3e41
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,7 @@
"ENABLE_TRADING": "Enable trading",
"ENSURES_WALLET_SUPPORT": "Ensures your wallet is supported.",
"ESTIMATED_TIME": "Estimated time",
"EXCHANGES": "Exchanges",
"FINISH_ONBOARDING_DESCRIPTION": "Complete the onboarding flow to start trading on dYdX",
"FREE_SIGNING": "Signing is {FREE} and will not send a transaction.",
"GASLESS_ONBOARDING_RULES": "Gasless Onboarding Rules",
Expand All @@ -596,6 +597,9 @@
"LINKING_WALLET": "Linking wallet",
"MISSING_KEYS_DESCRIPTION": "Welcome back! One or more of your keys needs to be recovered",
"NEED_A_WALLET": "Need a wallet?",
"NOBLE_ADDRESS": "Noble Address",
"NOBLE_WARNING": "This address only supports transfers of Noble USDC to the Noble chain, which will then be automatically swept into the corresponding dYdX address on dYdX chain. Using this Noble address for any other assets could result in a loss of funds.",
"NOBLE_ACKNOWLEDGEMENT": "I understand the risks if I send funds other than Noble USDC to this Noble chain address.",
"NO_FUTURE_ACCESS": "You will not in the future access this site or trade on dYdX while located within the United States or a restricted location.",
"NO_VPN_USE": "You are not using, and will not in the future use, a VPN to mask your physical location from a restricted location.",
"NOT_A_RESIDENT": "You are not a person or company who is a resident of, or is located, incorporated or has a registered agent in, the United States or a restricted location.",
Expand Down
2 changes: 1 addition & 1 deletion 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.16",
"version": "1.1.17",
"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 @@ -777,6 +777,7 @@ export const APP_STRING_KEYS = {
ENABLE_API: 'APP.ONBOARDING.ENABLE_API',
ENABLE_TRADING: 'APP.ONBOARDING.ENABLE_TRADING',
ENSURES_WALLET_SUPPORT: 'APP.ONBOARDING.ENSURES_WALLET_SUPPORT',
EXCHANGES: 'APP.ONBOARDING.EXCHANGES',
FINISH_ONBOARDING_DESCRIPTION: 'APP.ONBOARDING.FINISH_ONBOARDING_DESCRIPTION',
FREE_SIGNING: 'APP.ONBOARDING.FREE_SIGNING',
GASLESS_ONBOARDING_RULES: 'APP.ONBOARDING.GASLESS_ONBOARDING_RULES',
Expand All @@ -798,6 +799,9 @@ export const APP_STRING_KEYS = {
MINIMUM_AMOUNT_RECEIVED: 'APP.ONBOARDING.MINIMUM_AMOUNT_RECEIVED',
MISSING_KEYS_DESCRIPTION: 'APP.ONBOARDING.MISSING_KEYS_DESCRIPTION',
NEED_A_WALLET: 'APP.ONBOARDING.NEED_A_WALLET',
NOBLE_ACKNOWLEDGEMENT: 'APP.ONBOARDING.NOBLE_ACKNOWLEDGEMENT',
NOBLE_ADDRESS: 'APP.ONBOARDING.NOBLE_ADDRESS',
NOBLE_WARNING: 'APP.ONBOARDING.NOBLE_WARNING',
NOT_A_RESIDENT: 'APP.ONBOARDING.NOT_A_RESIDENT',
NOT_SUPPORTED: 'APP.ONBOARDING.NOT_SUPPORTED',
NOT_SUPPORTED_DESCRIPTION: 'APP.ONBOARDING.NOT_SUPPORTED_DESCRIPTION',
Expand Down

0 comments on commit 9dc3e41

Please sign in to comment.