Skip to content

Commit b4ae9c9

Browse files
committed
run lint fix
1 parent 124c9f5 commit b4ae9c9

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import BridgeWalletImage from "@/public/images/wallets/bridge.png"
1313
import ClearWallet from "@/public/images/wallets/clearwallet.png"
1414
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
1515
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
16-
import CypherockX1Image from "@/public/images/wallets/cypherockx1.png"
1716
import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
17+
import CypherockX1Image from "@/public/images/wallets/cypherockx1.png"
1818
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
1919
import ExodusImage from "@/public/images/wallets/exodus.png"
2020
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
@@ -1546,7 +1546,20 @@ export const walletsData: WalletData[] = [
15461546
twGradiantBrandColor: "from-[#ffffff]",
15471547
url: "https://web3.bitget.com/",
15481548
active_development_team: true,
1549-
languages_supported: ["en", "zh","zh-tw", "ko", "ja", "vi", "tr", "es", "id", "hi", "ar", "pt"],
1549+
languages_supported: [
1550+
"en",
1551+
"zh",
1552+
"zh-tw",
1553+
"ko",
1554+
"ja",
1555+
"vi",
1556+
"tr",
1557+
"es",
1558+
"id",
1559+
"hi",
1560+
"ar",
1561+
"pt",
1562+
],
15501563
twitter: "https://twitter.com/BitgetWallet",
15511564
discord: "https://discord.gg/bitget-wallet",
15521565
reddit: "",
@@ -2140,8 +2153,8 @@ export const walletsData: WalletData[] = [
21402153
social_recovery: false,
21412154
onboard_documentation: "https://www.cypherock.com",
21422155
documentation: "https://github.com/Cypherock/x1_wallet_firmware",
2143-
},
2144-
{
2156+
},
2157+
{
21452158
last_updated: "2024-10-31",
21462159
name: "Clear Wallet",
21472160
image: ClearWallet,
@@ -2177,7 +2190,7 @@ export const walletsData: WalletData[] = [
21772190
layer_2: true,
21782191
gas_fee_customization: true,
21792192
ens_support: false,
2180-
erc_20_support: true,
2193+
erc_20_support: true,
21812194
buy_crypto: false,
21822195
withdraw_crypto: false,
21832196
multisig: false,

0 commit comments

Comments
 (0)