Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WallETH wallet #3160

Merged
merged 5 commits into from
Jun 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
}
`