Skip to content

Commit 25ea6c3

Browse files
authored
Merge pull request #13968 from KatrixReloaded/katrix
updated zerion metadata [Fixes #13709]
2 parents bffc5b7 + a4524d7 commit 25ea6c3

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

public/images/dapps/zerion.png

1.1 KB
Loading

public/images/layer-2/zerion.png

-11.6 KB
Loading

public/images/wallets/zerion.png

2.73 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,11 +1314,11 @@ export const walletsData: WalletData[] = [
13141314
new_to_crypto: false,
13151315
},
13161316
{
1317-
last_updated: "2022-08-31",
1317+
last_updated: "2024-09-26",
13181318
name: "Zerion Wallet",
13191319
image: ZerionImage,
1320-
brand_color: "#2962EF",
1321-
url: "https://zerion.io/",
1320+
brand_color: "#3232DC",
1321+
url: "https://zerion.io/download",
13221322
active_development_team: true,
13231323
languages_supported: [
13241324
"en",
@@ -1336,7 +1336,7 @@ export const walletsData: WalletData[] = [
13361336
"zh",
13371337
"id",
13381338
],
1339-
twitter: "https://twitter.com/zerion_io",
1339+
twitter: "https://x.com/zerion",
13401340
discord: "https://zerion.io/discord",
13411341
reddit: "",
13421342
telegram: "",
@@ -1346,18 +1346,18 @@ export const walletsData: WalletData[] = [
13461346
windows: false,
13471347
macOS: true,
13481348
firefox: false,
1349-
chromium: false,
1349+
chromium: true,
13501350
hardware: false,
1351-
open_source: false,
1352-
repo_url: "",
1351+
open_source: true,
1352+
repo_url: "https://github.com/zeriontech",
13531353
non_custodial: true,
13541354
security_audit: ["We've been audited by Cure53 and SecFault security"],
1355-
scam_protection: false,
1355+
scam_protection: true,
13561356
hardware_support: true,
1357-
rpc_importing: false,
1357+
rpc_importing: true,
13581358
nft_support: true,
13591359
connect_to_dapps: true,
1360-
staking: false,
1360+
staking: true,
13611361
swaps: true,
13621362
multichain: true,
13631363
layer_2: true,
@@ -1368,9 +1368,10 @@ export const walletsData: WalletData[] = [
13681368
withdraw_crypto: false,
13691369
multisig: false,
13701370
social_recovery: false,
1371-
onboard_documentation: "",
1371+
onboard_documentation:
1372+
"https://help.zerion.io/en/collections/5525626-zerion-wallet",
13721373
documentation: "https://help.zerion.io/en/",
1373-
new_to_crypto: true,
1374+
new_to_crypto: false,
13741375
},
13751376
{
13761377
last_updated: "2022-08-31",

0 commit comments

Comments
 (0)