Skip to content

Commit 04891b5

Browse files
authored
Merge pull request #13977 from gamalielhere/patch-4
Update Enkrypt and MEW Wallet metadata
2 parents f10968f + aefa3c9 commit 04891b5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -766,15 +766,15 @@ export const walletsData: WalletData[] = [
766766
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
767767
},
768768
{
769-
last_updated: "2022-06-24",
769+
last_updated: "2024-09-26",
770770
name: "MEW wallet",
771771
image: MewImage,
772772
twBackgroundColor: "bg-[#05C0A5]",
773773
twGradiantBrandColor: "from-[#05C0A5]",
774774
url: "https://www.mewwallet.com",
775775
active_development_team: true,
776776
languages_supported: ["en", "ru", "zh"],
777-
twitter: "https://twitter.com/myetherwallet",
777+
twitter: "https://x.com/myetherwallet",
778778
discord: "",
779779
reddit: "https://www.reddit.com/r/MyEtherWallet/",
780780
telegram: "https://t.me/myetherwallet",
@@ -789,7 +789,7 @@ export const walletsData: WalletData[] = [
789789
open_source: true,
790790
repo_url: "https://github.com/mewwallet",
791791
non_custodial: true,
792-
security_audit: [""],
792+
security_audit: ["none"],
793793
scam_protection: true,
794794
hardware_support: false,
795795
rpc_importing: false,
@@ -803,7 +803,7 @@ export const walletsData: WalletData[] = [
803803
ens_support: false,
804804
erc_20_support: true,
805805
buy_crypto: true,
806-
withdraw_crypto: false,
806+
withdraw_crypto: true,
807807
multisig: false,
808808
social_recovery: false,
809809
onboard_documentation: "https://www.mewtopia.com/",
@@ -1448,15 +1448,15 @@ export const walletsData: WalletData[] = [
14481448
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
14491449
},
14501450
{
1451-
last_updated: "2022-08-31",
1451+
last_updated: "2024-09-26",
14521452
name: "Enkrypt",
14531453
image: EnkryptImage,
14541454
twBackgroundColor: "bg-[#ffffff]",
14551455
twGradiantBrandColor: "from-[#ffffff]",
14561456
url: "https://www.enkrypt.com",
14571457
active_development_team: true,
14581458
languages_supported: ["en"],
1459-
twitter: "https://twitter.com/enkrypt",
1459+
twitter: "https://x.com/enkrypt",
14601460
discord: "https://discord.com/invite/Gz8vBneyKe",
14611461
reddit: "https://www.reddit.com/r/enkryptcom/",
14621462
telegram: "https://t.me/enkryptcom",
@@ -1465,7 +1465,7 @@ export const walletsData: WalletData[] = [
14651465
linux: false,
14661466
windows: false,
14671467
macOS: false,
1468-
firefox: false,
1468+
firefox: true,
14691469
chromium: true,
14701470
hardware: false,
14711471
open_source: true,
@@ -1474,18 +1474,18 @@ export const walletsData: WalletData[] = [
14741474
security_audit: ["none"],
14751475
scam_protection: false,
14761476
hardware_support: true,
1477-
rpc_importing: false,
1477+
rpc_importing: true,
14781478
nft_support: true,
14791479
connect_to_dapps: true,
14801480
staking: false,
14811481
swaps: true,
14821482
multichain: true,
14831483
layer_2: true,
14841484
gas_fee_customization: false,
1485-
ens_support: false,
1485+
ens_support: true,
14861486
erc_20_support: true,
14871487
buy_crypto: true,
1488-
withdraw_crypto: false,
1488+
withdraw_crypto: true,
14891489
multisig: false,
14901490
social_recovery: false,
14911491
onboard_documentation: "",

0 commit comments

Comments
 (0)