Skip to content

Commit 3b24b03

Browse files
authored
Update wallet-data.ts - keystone
1 parent c45166d commit 3b24b03

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ import ZerionImage from "@/public/images/wallets/zerion.png"
4141

4242
export const walletsData: WalletData[] = [
4343
{
44-
last_updated: "2022-06-22",
44+
last_updated: "2024-10-30",
4545
name: "Keystone",
4646
image: KeystoneImage,
4747
twBackgroundColor: "bg-[#FFFFFF]",
4848
twGradiantBrandColor: "from-[#ffffff]",
4949
url: "https://keyst.one/",
5050
active_development_team: true,
51-
languages_supported: ["en", "zh", "es", "ko"],
51+
languages_supported: ["en", "zh", "es", "ko", "ja", "de"],
5252
twitter: "https://twitter.com/KeystoneWallet",
5353
discord: "https://keyst.one/discord",
54-
reddit: "",
54+
reddit: "https://www.reddit.com/r/KeystoneWallet/",
5555
telegram: "https://t.me/KeystoneWallet",
56-
ios: true,
57-
android: true,
56+
ios: false,
57+
android: false,
5858
linux: false,
5959
windows: false,
6060
macOS: false,
@@ -67,12 +67,13 @@ export const walletsData: WalletData[] = [
6767
security_audit: [
6868
"https://github.com/KeystoneHQ/Keystone-developer-hub/tree/main/audit-report",
6969
"https://keyst.one/bug-bounty-program",
70+
"https://github.com/slowmist/Knowledge-Base/blob/master/open-report-V2/blockchain-application/SlowMist%20Audit%20Report%20-%20Keystone3_en-us.pdf",
7071
],
7172
scam_protection: false,
7273
hardware_support: true,
7374
rpc_importing: false,
74-
nft_support: true,
75-
connect_to_dapps: true,
75+
nft_support: false,
76+
connect_to_dapps: false,
7677
staking: false,
7778
swaps: false,
7879
layer_2: true,
@@ -84,7 +85,7 @@ export const walletsData: WalletData[] = [
8485
multisig: false,
8586
social_recovery: false,
8687
onboard_documentation: "https://support.keyst.one/",
87-
documentation: "",
88+
documentation: "https://guide.keyst.one/",
8889
},
8990
{
9091
last_updated: "2022-06-22",

0 commit comments

Comments
 (0)