Skip to content

Commit

Permalink
Merge pull request #13213 from wrexgem/dev
Browse files Browse the repository at this point in the history
Add Gem Wallet to Wallets
  • Loading branch information
wackerow authored Jun 24, 2024
2 parents bc3427c + 782c6f3 commit f1005ab
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
Binary file added public/images/wallets/gemwallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 61 additions & 1 deletion src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import EnkryptImage from "@/public/images/wallets/enkrypt.png"
import ExodusImage from "@/public/images/wallets/exodus.png"
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
import FrameImage from "@/public/images/wallets/frame.png"
import GemWalletImage from "@/public/images/wallets/gemwallet.png"
import GridPlusImage from "@/public/images/wallets/gridplus.png"
import imTokenImage from "@/public/images/wallets/imtoken.png"
import InfinityWalletImage from "@/public/images/wallets/infinity_wallet.png"
Expand Down Expand Up @@ -443,7 +444,7 @@ export const walletsData: WalletData[] = [
"km",
"ko",
"ja",
"zh-cn"
"zh-cn",
],
twitter: "https://twitter.com/CoinAppWallet",
discord: "",
Expand Down Expand Up @@ -1930,6 +1931,65 @@ export const walletsData: WalletData[] = [
documentation: "https://docs.shapeshift.com/",
new_to_crypto: true,
},
{
last_updated: "2024-06-20",
name: "Gem Wallet",
image: GemWalletImage,
brand_color: "#2D5BE6",
url: "https://gemwallet.com/",
active_development_team: true,
languages_supported: [
"en",
"es",
"de",
"fr",
"zh",
"ja",
"pt",
"ru",
"tr",
"uk",
"ko",
"ar",
"ua",
"vi",
"pl",
],
twitter: "https://twitter.com/GemWalletApp",
discord: "https://discord.gg/4jpxtwT8r6",
reddit: "",
telegram: "https://t.me/gemwallet",
ios: true,
android: true,
linux: false,
windows: false,
macOS: true,
firefox: false,
chromium: false,
hardware: false,
open_source: true,
repo_url: "https://github.com/gemwalletcom/",
non_custodial: true,
security_audit: [],
scam_protection: false,
hardware_support: false,
rpc_importing: false,
nft_support: true,
connect_to_dapps: true,
staking: true,
swaps: true,
multichain: true,
layer_2: true,
gas_fee_customization: false,
ens_support: true,
erc_20_support: true,
buy_crypto: true,
withdraw_crypto: false,
multisig: false,
social_recovery: false,
onboard_documentation: "https://docs.gemwallet.com/",
documentation: "https://docs.gemwallet.com/",
},
]

export default walletsData

0 comments on commit f1005ab

Please sign in to comment.