Skip to content

Commit cabf0d8

Browse files
authored
Merge pull request #12948 from CoinSpace/revert-remove-coinwallet
revert: remove Coin Wallet
2 parents 28ca5ab + 84393e8 commit cabf0d8

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

public/images/wallets/coinwallet.png

14.7 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 71 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,76 @@ 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+
active_development_team: true,
419+
languages_supported: [
420+
"id",
421+
"bs",
422+
"cs",
423+
"de",
424+
"en",
425+
"es",
426+
"fil",
427+
"fr",
428+
"hr",
429+
"it",
430+
"hu",
431+
"nl",
432+
"nb",
433+
"pl",
434+
"pt-br",
435+
"ro",
436+
"sr",
437+
"sv",
438+
"vi",
439+
"tr",
440+
"ru",
441+
"uk",
442+
"th",
443+
"km",
444+
"ko",
445+
"ja",
446+
"zh-cn"
447+
],
448+
twitter: "https://twitter.com/CoinAppWallet",
449+
discord: "",
450+
reddit: "",
451+
telegram: "",
452+
ios: true,
453+
android: true,
454+
linux: true,
455+
windows: true,
456+
macOS: true,
457+
firefox: false,
458+
chromium: false,
459+
hardware: false,
460+
open_source: true,
461+
repo_url: "https://github.com/CoinSpace/CoinSpace",
462+
non_custodial: true,
463+
security_audit: [""],
464+
scam_protection: false,
465+
hardware_support: true,
466+
rpc_importing: false,
467+
nft_support: false,
468+
connect_to_dapps: false,
469+
staking: false,
470+
swaps: true,
471+
layer_2: false,
472+
gas_fee_customization: true,
473+
ens_support: true,
474+
erc_20_support: true,
475+
buy_crypto: true,
476+
withdraw_crypto: true,
477+
multisig: false,
478+
social_recovery: false,
479+
onboard_documentation: "https://coin.space/ethereum-wallet/",
480+
documentation: "https://support.coin.space/hc/en-us",
481+
},
411482
{
412483
last_updated: "2023-08-23",
413484
name: "Ambire",

0 commit comments

Comments
 (0)