Skip to content

Commit

Permalink
Add more phantom strings (#657)
Browse files Browse the repository at this point in the history
* add more phantom strings

* add keys

* generate
  • Loading branch information
tian000 authored Aug 26, 2024
1 parent 19e3c5b commit 4d81d0a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,8 @@
"METAMASK": "MetaMask",
"OKX_WALLET": "OKX",
"PHANTOM": "Phantom",
"PHANTOM_SOL": "Phantom (Solana)",
"PHANTOM_EVM": "Phantom (EVM)",
"RAINBOW_WALLET": "Rainbow",
"TOKEN_POCKET": "TokenPocket",
"TRUST_WALLET": "Trust",
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.182",
"version": "1.1.183",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1786,6 +1786,8 @@ export const APP_STRING_KEYS = {
OKX_WALLET: 'APP.WALLETS.OKX_WALLET',
OTHER_WALLET: 'APP.WALLETS.OTHER_WALLET',
PHANTOM: 'APP.WALLETS.PHANTOM',
PHANTOM_EVM: 'APP.WALLETS.PHANTOM_EVM',
PHANTOM_SOL: 'APP.WALLETS.PHANTOM_SOL',
RAINBOW_WALLET: 'APP.WALLETS.RAINBOW_WALLET',
TEST_WALLET: 'APP.WALLETS.TEST_WALLET',
TOKEN_POCKET: 'APP.WALLETS.TOKEN_POCKET',
Expand Down

0 comments on commit 4d81d0a

Please sign in to comment.