Skip to content

Commit

Permalink
Merge pull request #13977 from gamalielhere/patch-4
Browse files Browse the repository at this point in the history
Update Enkrypt and MEW Wallet metadata
  • Loading branch information
minimalsm authored Nov 21, 2024
2 parents f10968f + aefa3c9 commit 04891b5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -766,15 +766,15 @@ export const walletsData: WalletData[] = [
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
},
{
last_updated: "2022-06-24",
last_updated: "2024-09-26",
name: "MEW wallet",
image: MewImage,
twBackgroundColor: "bg-[#05C0A5]",
twGradiantBrandColor: "from-[#05C0A5]",
url: "https://www.mewwallet.com",
active_development_team: true,
languages_supported: ["en", "ru", "zh"],
twitter: "https://twitter.com/myetherwallet",
twitter: "https://x.com/myetherwallet",
discord: "",
reddit: "https://www.reddit.com/r/MyEtherWallet/",
telegram: "https://t.me/myetherwallet",
Expand All @@ -789,7 +789,7 @@ export const walletsData: WalletData[] = [
open_source: true,
repo_url: "https://github.com/mewwallet",
non_custodial: true,
security_audit: [""],
security_audit: ["none"],
scam_protection: true,
hardware_support: false,
rpc_importing: false,
Expand All @@ -803,7 +803,7 @@ export const walletsData: WalletData[] = [
ens_support: false,
erc_20_support: true,
buy_crypto: true,
withdraw_crypto: false,
withdraw_crypto: true,
multisig: false,
social_recovery: false,
onboard_documentation: "https://www.mewtopia.com/",
Expand Down Expand Up @@ -1448,15 +1448,15 @@ export const walletsData: WalletData[] = [
supported_chains: ["Ethereum Mainnet"], // TODO: Add supported chains
},
{
last_updated: "2022-08-31",
last_updated: "2024-09-26",
name: "Enkrypt",
image: EnkryptImage,
twBackgroundColor: "bg-[#ffffff]",
twGradiantBrandColor: "from-[#ffffff]",
url: "https://www.enkrypt.com",
active_development_team: true,
languages_supported: ["en"],
twitter: "https://twitter.com/enkrypt",
twitter: "https://x.com/enkrypt",
discord: "https://discord.com/invite/Gz8vBneyKe",
reddit: "https://www.reddit.com/r/enkryptcom/",
telegram: "https://t.me/enkryptcom",
Expand All @@ -1465,7 +1465,7 @@ export const walletsData: WalletData[] = [
linux: false,
windows: false,
macOS: false,
firefox: false,
firefox: true,
chromium: true,
hardware: false,
open_source: true,
Expand All @@ -1474,18 +1474,18 @@ export const walletsData: WalletData[] = [
security_audit: ["none"],
scam_protection: false,
hardware_support: true,
rpc_importing: false,
rpc_importing: true,
nft_support: true,
connect_to_dapps: true,
staking: false,
swaps: true,
multichain: true,
layer_2: true,
gas_fee_customization: false,
ens_support: false,
ens_support: true,
erc_20_support: true,
buy_crypto: true,
withdraw_crypto: false,
withdraw_crypto: true,
multisig: false,
social_recovery: false,
onboard_documentation: "",
Expand Down

0 comments on commit 04891b5

Please sign in to comment.