Skip to content

Commit 4ebc823

Browse files
committed
revert: remove Coin Wallet
1 parent 6ed50f8 commit 4ebc823

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

public/images/wallets/coinwallet.png

14.7 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import BitkeepImage from "@/public/images/wallets/bitkeep.png"
99
import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
1010
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
1111
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
12+
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
1213
import EnkryptImage from "@/public/images/wallets/enkrypt.png"
1314
import ExodusImage from "@/public/images/wallets/exodus.png"
1415
import FoxWalletImage from "@/public/images/wallets/foxwallet.png"
@@ -408,6 +409,79 @@ export const walletsData: WalletData[] = [
408409
onboard_documentation: "https://docs.safe.global/",
409410
documentation: "https://docs.safe.global/",
410411
},
412+
{
413+
last_updated: "May 10, 2024",
414+
name: "Coin Wallet",
415+
image: CoinWalletImage,
416+
brand_color: "#68c481",
417+
url: "https://coin.space/",
418+
wallet_live_date: "July 2015",
419+
active_development_team: true,
420+
languages_supported: [
421+
"id",
422+
"bs",
423+
"cs",
424+
"de",
425+
"en",
426+
"es",
427+
"fil",
428+
"fr",
429+
"hr",
430+
"it",
431+
"hu",
432+
"nl",
433+
"nb",
434+
"pl",
435+
"pt-br",
436+
"ro",
437+
"sr",
438+
"sv",
439+
"vi",
440+
"tr",
441+
"ru",
442+
"uk",
443+
"th",
444+
"km",
445+
"ko",
446+
"ja",
447+
"zh-cn"
448+
],
449+
twitter: "https://twitter.com/CoinAppWallet",
450+
discord: "",
451+
reddit: "",
452+
telegram: "",
453+
ios: true,
454+
android: true,
455+
linux: true,
456+
windows: true,
457+
macOS: true,
458+
firefox: false,
459+
chromium: false,
460+
hardware: false,
461+
open_source: true,
462+
repo_url: "https://github.com/CoinSpace/CoinSpace",
463+
non_custodial: true,
464+
security_audit: [""],
465+
scam_protection: false,
466+
hardware_support: true,
467+
walletconnect: false,
468+
rpc_importing: false,
469+
nft_support: false,
470+
connect_to_dapps: false,
471+
staking: false,
472+
swaps: true,
473+
layer_2: false,
474+
gas_fee_customization: true,
475+
ens_support: true,
476+
erc_20_support: true,
477+
eip_1559_support: true,
478+
buy_crypto: true,
479+
withdraw_crypto: true,
480+
multisig: false,
481+
social_recovery: false,
482+
onboard_documentation: "https://coin.space/ethereum-wallet/",
483+
documentation: "https://support.coin.space/hc/en-us",
484+
},
411485
{
412486
last_updated: "2023-08-23",
413487
name: "Ambire",

0 commit comments

Comments
 (0)