Skip to content

Commit

Permalink
updated zerion metadata [Fixes #13709]
Browse files Browse the repository at this point in the history
  • Loading branch information
KatrixReloaded committed Sep 25, 2024
1 parent 219c230 commit a4524d7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
Binary file modified public/images/dapps/zerion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/layer-2/zerion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/wallets/zerion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 13 additions & 12 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1314,11 +1314,11 @@ export const walletsData: WalletData[] = [
new_to_crypto: false,
},
{
last_updated: "2022-08-31",
last_updated: "2024-09-26",
name: "Zerion Wallet",
image: ZerionImage,
brand_color: "#2962EF",
url: "https://zerion.io/",
brand_color: "#3232DC",
url: "https://zerion.io/download",
active_development_team: true,
languages_supported: [
"en",
Expand All @@ -1336,7 +1336,7 @@ export const walletsData: WalletData[] = [
"zh",
"id",
],
twitter: "https://twitter.com/zerion_io",
twitter: "https://x.com/zerion",
discord: "https://zerion.io/discord",
reddit: "",
telegram: "",
Expand All @@ -1346,18 +1346,18 @@ export const walletsData: WalletData[] = [
windows: false,
macOS: true,
firefox: false,
chromium: false,
chromium: true,
hardware: false,
open_source: false,
repo_url: "",
open_source: true,
repo_url: "https://github.com/zeriontech",
non_custodial: true,
security_audit: ["We've been audited by Cure53 and SecFault security"],
scam_protection: false,
scam_protection: true,
hardware_support: true,
rpc_importing: false,
rpc_importing: true,
nft_support: true,
connect_to_dapps: true,
staking: false,
staking: true,
swaps: true,
multichain: true,
layer_2: true,
Expand All @@ -1368,9 +1368,10 @@ export const walletsData: WalletData[] = [
withdraw_crypto: false,
multisig: false,
social_recovery: false,
onboard_documentation: "",
onboard_documentation:
"https://help.zerion.io/en/collections/5525626-zerion-wallet",
documentation: "https://help.zerion.io/en/",
new_to_crypto: true,
new_to_crypto: false,
},
{
last_updated: "2022-08-31",
Expand Down

0 comments on commit a4524d7

Please sign in to comment.