Skip to content

Commit

Permalink
String for Okx wallet (#285)
Browse files Browse the repository at this point in the history
* String for OKX wallet

* 1.1.34

* update
  • Loading branch information
rosepuppy authored Feb 16, 2024
1 parent 1952a6a commit 20a8694
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@
"LEDGER": "Ledger",
"MATH_WALLET": "MathWallet",
"METAMASK": "MetaMask",
"OKX_WALLET": "OKX",
"RAINBOW_WALLET": "Rainbow",
"TOKEN_POCKET": "TokenPocket",
"TRUST_WALLET": "Trust",
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.33",
"version": "1.1.34",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 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 Expand Up @@ -1428,6 +1428,7 @@ export const APP_STRING_KEYS = {
LEDGER: 'APP.WALLETS.LEDGER',
MATH_WALLET: 'APP.WALLETS.MATH_WALLET',
METAMASK: 'APP.WALLETS.METAMASK',
OKX_WALLET: 'APP.WALLETS.OKX_WALLET',
OTHER_WALLET: 'APP.WALLETS.OTHER_WALLET',
RAINBOW_WALLET: 'APP.WALLETS.RAINBOW_WALLET',
TEST_WALLET: 'APP.WALLETS.TEST_WALLET',
Expand Down

0 comments on commit 20a8694

Please sign in to comment.