Skip to content

Commit

Permalink
add new tooltip for solana (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaszheng authored Oct 1, 2024
1 parent c8311f4 commit edc90a2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion config/localization/en/tooltips.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"GENERAL": {
"DYDX_ADDRESS": {
"DYDX_ADDRESS_FROM_ETHEREUM": {
"BODY": "Your dYdX Chain address \"{DYDX_ADDRESS}\" was created from the signature of the Ethereum address \"{EVM_ADDRESS}\"."
},
"DYDX_ADDRESS_FROM_SOLANA": {
"BODY": "Your dYdX Chain address \"{DYDX_ADDRESS}\" was created from the signature of the Solana address \"{SOLANA_ADDRESS}\"."
},
"LEGACY_SIGNING": {
"TITLE": "Legacy Signing",
"BODY": "Only check this option if you previously used hardware wallet signing / legacy signing to generate your keys."
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.209",
"version": "1.1.210",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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 ./codegen_localization_app.swift
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down
3 changes: 2 additions & 1 deletion scripts/generated/tooltips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export const TOOLTIP_STRING_KEYS = {

// GENERAL

DYDX_ADDRESS_BODY: 'TOOLTIPS.GENERAL.DYDX_ADDRESS.BODY',
DYDX_ADDRESS_FROM_ETHEREUM_BODY: 'TOOLTIPS.GENERAL.DYDX_ADDRESS_FROM_ETHEREUM.BODY',
DYDX_ADDRESS_FROM_SOLANA_BODY: 'TOOLTIPS.GENERAL.DYDX_ADDRESS_FROM_SOLANA.BODY',
LEGACY_SIGNING_BODY: 'TOOLTIPS.GENERAL.LEGACY_SIGNING.BODY',
LEGACY_SIGNING_TITLE: 'TOOLTIPS.GENERAL.LEGACY_SIGNING.TITLE',
REMEMBER_ME_BODY: 'TOOLTIPS.GENERAL.REMEMBER_ME.BODY',
Expand Down

0 comments on commit edc90a2

Please sign in to comment.