@@ -41,20 +41,20 @@ import ZerionImage from "@/public/images/wallets/zerion.png"
41
41
42
42
export const walletsData : WalletData [ ] = [
43
43
{
44
- last_updated : "2022-06-22 " ,
44
+ last_updated : "2024-10-30 " ,
45
45
name : "Keystone" ,
46
46
image : KeystoneImage ,
47
47
twBackgroundColor : "bg-[#FFFFFF]" ,
48
48
twGradiantBrandColor : "from-[#ffffff]" ,
49
49
url : "https://keyst.one/" ,
50
50
active_development_team : true ,
51
- languages_supported : [ "en" , "zh" , "es" , "ko" ] ,
51
+ languages_supported : [ "en" , "zh" , "es" , "ko" , "ja" , "de" ] ,
52
52
twitter : "https://twitter.com/KeystoneWallet" ,
53
53
discord : "https://keyst.one/discord" ,
54
- reddit : "" ,
54
+ reddit : "https://www.reddit.com/r/KeystoneWallet/ " ,
55
55
telegram : "https://t.me/KeystoneWallet" ,
56
- ios : true ,
57
- android : true ,
56
+ ios : false ,
57
+ android : false ,
58
58
linux : false ,
59
59
windows : false ,
60
60
macOS : false ,
@@ -67,12 +67,13 @@ export const walletsData: WalletData[] = [
67
67
security_audit : [
68
68
"https://github.com/KeystoneHQ/Keystone-developer-hub/tree/main/audit-report" ,
69
69
"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" ,
70
71
] ,
71
72
scam_protection : false ,
72
73
hardware_support : true ,
73
74
rpc_importing : false ,
74
- nft_support : true ,
75
- connect_to_dapps : true ,
75
+ nft_support : false ,
76
+ connect_to_dapps : false ,
76
77
staking : false ,
77
78
swaps : false ,
78
79
layer_2 : true ,
@@ -84,7 +85,7 @@ export const walletsData: WalletData[] = [
84
85
multisig : false ,
85
86
social_recovery : false ,
86
87
onboard_documentation : "https://support.keyst.one/" ,
87
- documentation : "" ,
88
+ documentation : "https://guide.keyst.one/ " ,
88
89
} ,
89
90
{
90
91
last_updated : "2022-06-22" ,
0 commit comments