diff --git a/src/assets/wallets/walleth.png b/src/assets/wallets/walleth.png new file mode 100644 index 00000000000..41fd5e4e25e Binary files /dev/null and b/src/assets/wallets/walleth.png differ diff --git a/src/components/WalletCompare.js b/src/components/WalletCompare.js index 8bdad12b635..565ebd49201 100644 --- a/src/components/WalletCompare.js +++ b/src/components/WalletCompare.js @@ -291,6 +291,9 @@ const WalletCompare = ({ location }) => { zengo: file(relativePath: { eq: "wallets/zengo.png" }) { ...walletCardImage } + walleth: file(relativePath: { eq: "wallets/walleth.png" }) { + ...walletCardImage + } tokenpocket: file(relativePath: { eq: "wallets/tokenpocket.png" }) { ...walletCardImage } diff --git a/src/data/wallets.csv b/src/data/wallets.csv index 6b18841a43b..0cb577a8f0a 100644 --- a/src/data/wallets.csv +++ b/src/data/wallets.csv @@ -29,3 +29,4 @@ unstoppable,Unstoppable,https://unstoppable.money/,#000,TRUE,FALSE,FALSE,FALSE,F guarda,Guarda Wallet,https://guarda.com/,#FFF,TRUE,TRUE,TRUE,FALSE,TRUE,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,TRUE linen,Linen,https://linen.app/,#FFF,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,FALSE coinomi,Coinomi,https://www.coinomi.com/en/,#11b8ef,TRUE,TRUE,FALSE,FALSE,TRUE,TRUE,TRUE,FALSE,FALSE,TRUE,FALSE,TRUE +walleth,WallETH,https://walleth.org,#FFF,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE diff --git a/src/intl/en/page-wallets-find-wallet.json b/src/intl/en/page-wallets-find-wallet.json index 9d292c5eeec..d35806d2fa7 100644 --- a/src/intl/en/page-wallets-find-wallet.json +++ b/src/intl/en/page-wallets-find-wallet.json @@ -60,6 +60,7 @@ "page-find-wallet-description-trust": "Trust Wallet is a decentralized multi-coin cryptocurrency wallet. Buy crypto, explore dapps, swap assets, and more while keeping control of your keys.", "page-find-wallet-description-unstoppable": "Unstoppable Wallet is an open-source, non-custodial storage solution known for its intuitive design and frictionless user experience. Natively integrates decentralized trading/exchange capabilities.", "page-find-wallet-description-zengo": "ZenGo is the first keyless crypto wallet. With ZenGo, there are no private keys, passwords or seed phrases to manage or lose. Buy, trade, earn and store Ethereum with unprecedented simplicity and safety", + "page-find-wallet-description-walleth": "100% open source (GPLv3) and native Android Ethereum Wallet for your service since 2017. Connect to your favorite Ethereum Applications via WalletConnect and use it directly with hardware wallets like the TREZOR or KeepKey via USB or the KeyCard via NFC.", "page-find-wallet-dharma-logo-alt": "Dharma logo", "page-find-wallet-enjin-logo-alt": "Enjin logo", "page-find-wallet-Ethereum-wallets": "Ethereum Wallets", @@ -121,5 +122,6 @@ "page-find-wallet-withdraw-desc": "You can cash out your ETH straight to your bank account without going through an exchange.", "page-find-wallet-yet": "yet", "page-find-wallet-zengo-logo-alt": "ZenGo logo", + "page-find-wallet-walleth-logo-alt": "WallETH logo", "page-stake-eth": "Stake ETH" } diff --git a/src/pages-conditional/wallets/index.js b/src/pages-conditional/wallets/index.js index af5485ff01e..3a71d8502c3 100644 --- a/src/pages-conditional/wallets/index.js +++ b/src/pages-conditional/wallets/index.js @@ -728,5 +728,8 @@ export const query = graphql` tokenpocket: file(relativePath: { eq: "wallets/tokenpocket.png" }) { ...listImage } + walleth: file(relativePath: { eq: "wallets/walleth.png" }) { + ...listImage + } } `