Skip to content

Commit f4dd825

Browse files
authored
Merge pull request #13114 from 0x0OZ/delist-duplicated-MyEtherWallet
Removed duplicated MyEtherWallet item from wallets listing
2 parents dbc5f2f + 66986bd commit f4dd825

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import LedgerImage from "@/public/wallets/ledger.png"
2121
import LoopringImage from "@/public/wallets/loopring.png"
2222
import MetaMaskImage from "@/public/wallets/metamask.png"
2323
import MewImage from "@/public/wallets/mew.png"
24-
import MyEtherWalletImage from "@/public/wallets/myetherwallet.png"
2524
import OneKeyImage from "@/public/wallets/onekey.png"
2625
import PhantomImage from "@/public/wallets/phantom.png"
2726
import PillarImage from "@/public/wallets/pillar.png"
@@ -734,49 +733,7 @@ export const walletsData: WalletData[] = [
734733
onboard_documentation: "",
735734
documentation: "https://unstoppable.money/faq",
736735
},
737-
{
738-
last_updated: "2022-06-24",
739-
name: "MyEtherWallet",
740-
image: MyEtherWalletImage,
741-
brand_color: "#ffffff",
742-
url: "https://www.myetherwallet.com/",
743-
active_development_team: true,
744-
languages_supported: ["en"],
745-
twitter: "https://twitter.com/myetherwallet",
746-
discord: "",
747-
reddit: "https://www.reddit.com/r/MyEtherWallet/",
748-
telegram: "",
749-
ios: false,
750-
android: false,
751-
linux: false,
752-
windows: false,
753-
macOS: false,
754-
firefox: false,
755-
chromium: false,
756-
hardware: false,
757-
open_source: true,
758-
repo_url: "https://github.com/MyEtherWallet/MyEtherWallet/",
759-
non_custodial: true,
760-
security_audit: [""],
761-
scam_protection: false,
762-
hardware_support: true,
763-
rpc_importing: false,
764-
nft_support: true,
765-
connect_to_dapps: true,
766-
staking: true,
767-
swaps: true,
768-
multichain: false,
769-
layer_2: true,
770-
gas_fee_customization: true,
771-
ens_support: true,
772-
erc_20_support: true,
773-
buy_crypto: true,
774-
withdraw_crypto: true,
775-
multisig: false,
776-
social_recovery: false,
777-
onboard_documentation: "https://www.mewtopia.com",
778-
documentation: "https://help.myetherwallet.com/en/",
779-
},
736+
780737
{
781738
last_updated: "2022-06-24",
782739
name: "AlphaWallet",

0 commit comments

Comments
 (0)