Skip to content

Commit

Permalink
Merge pull request #3160 from minimalsm/addWallETHWallet
Browse files Browse the repository at this point in the history
Add WallETH wallet
  • Loading branch information
wackerow authored Jun 1, 2021
2 parents edc80ab + 61ab088 commit 08cf6b7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
Binary file added src/assets/wallets/walleth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/components/WalletCompare.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 1 addition & 0 deletions src/data/wallets.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions src/intl/en/page-wallets-find-wallet.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
3 changes: 3 additions & 0 deletions src/pages-conditional/wallets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -728,5 +728,8 @@ export const query = graphql`
tokenpocket: file(relativePath: { eq: "wallets/tokenpocket.png" }) {
...listImage
}
walleth: file(relativePath: { eq: "wallets/walleth.png" }) {
...listImage
}
}
`

0 comments on commit 08cf6b7

Please sign in to comment.