Skip to content

Commit 644e436

Browse files
authored
Merge pull request #14262 from ethereum/konopkja-patch-5
Update wallet-data.ts - onekey
2 parents 550cbe9 + ceae3c0 commit 644e436

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ export const walletsData: WalletData[] = [
15651565
documentation: "https://github.com/block-wallet/extension",
15661566
},
15671567
{
1568-
last_updated: "2022-01-24",
1568+
last_updated: "2024-10-30",
15691569
name: "OneKey",
15701570
image: OneKeyImage,
15711571
twBackgroundColor: "bg-[#00B812]",
@@ -1581,7 +1581,6 @@ export const walletsData: WalletData[] = [
15811581
"bn",
15821582
"de",
15831583
"es",
1584-
"fil",
15851584
"hi",
15861585
"it",
15871586
"pt",
@@ -1591,8 +1590,9 @@ export const walletsData: WalletData[] = [
15911590
"vi",
15921591
"id",
15931592
"pt-br",
1593+
"fr",
15941594
],
1595-
twitter: "https://twitter.com/OneKeyHQ",
1595+
twitter: "https://x.com/onekeyhq",
15961596
discord: "https://discord.gg/onekey",
15971597
reddit: "",
15981598
telegram: "",
@@ -1605,15 +1605,15 @@ export const walletsData: WalletData[] = [
16051605
chromium: true,
16061606
hardware: true,
16071607
open_source: true,
1608-
repo_url: "https://github.com/OneKeyHQ/app-monorepo",
1608+
repo_url: "https://github.com/onekeyhq",
16091609
non_custodial: true,
16101610
security_audit: ["none"],
1611-
scam_protection: false,
1611+
scam_protection: true,
16121612
hardware_support: true,
16131613
rpc_importing: true,
16141614
nft_support: true,
16151615
connect_to_dapps: true,
1616-
staking: false,
1616+
staking: true,
16171617
swaps: true,
16181618
multichain: true,
16191619
layer_2: true,

0 commit comments

Comments
 (0)