Skip to content

Commit e2011e5

Browse files
authored
Update wallet-data.ts - onekey
1 parent c45166d commit e2011e5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,7 @@ export const walletsData: WalletData[] = [
15641564
documentation: "https://github.com/block-wallet/extension",
15651565
},
15661566
{
1567-
last_updated: "2022-01-24",
1567+
last_updated: "2024-10-30",
15681568
name: "OneKey",
15691569
image: OneKeyImage,
15701570
twBackgroundColor: "bg-[#00B812]",
@@ -1580,7 +1580,6 @@ export const walletsData: WalletData[] = [
15801580
"bn",
15811581
"de",
15821582
"es",
1583-
"fil",
15841583
"hi",
15851584
"it",
15861585
"pt",
@@ -1590,8 +1589,10 @@ export const walletsData: WalletData[] = [
15901589
"vi",
15911590
"id",
15921591
"pt-br",
1592+
"zh-hk",
1593+
"fr"
15931594
],
1594-
twitter: "https://twitter.com/OneKeyHQ",
1595+
twitter: "https://x.com/onekeyhq",
15951596
discord: "https://discord.gg/onekey",
15961597
reddit: "",
15971598
telegram: "",
@@ -1604,15 +1605,15 @@ export const walletsData: WalletData[] = [
16041605
chromium: true,
16051606
hardware: true,
16061607
open_source: true,
1607-
repo_url: "https://github.com/OneKeyHQ/app-monorepo",
1608+
repo_url: "https://github.com/onekeyhq",
16081609
non_custodial: true,
16091610
security_audit: ["none"],
1610-
scam_protection: false,
1611+
scam_protection: true,
16111612
hardware_support: true,
16121613
rpc_importing: true,
16131614
nft_support: true,
16141615
connect_to_dapps: true,
1615-
staking: false,
1616+
staking: true,
16161617
swaps: true,
16171618
multichain: true,
16181619
layer_2: true,

0 commit comments

Comments
 (0)