Skip to content

Commit

Permalink
chore: removes Coin98 wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
nhsz committed Mar 27, 2024
1 parent 87930ed commit 5d94a74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.
Binary file removed public/wallets/coin98.png
Binary file not shown.
57 changes: 0 additions & 57 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import AuroxImage from "@/public/wallets/aurox.png"
import BitkeepImage from "@/public/wallets/bitkeep.png"
import BlockWalletImage from "@/public/wallets/blockwallet.png"
import BridgeWalletImage from "@/public/wallets/bridge.png"
import Coin98Image from "@/public/wallets/coin98.png"
import CoinbaseImage from "@/public/wallets/coinbase.png"
import EnkryptImage from "@/public/wallets/enkrypt.png"
import ExodusImage from "@/public/wallets/exodus.png"
Expand Down Expand Up @@ -86,62 +85,6 @@ export const walletsData: WalletData[] = [
onboard_documentation: "https://support.keyst.one/",
documentation: "",
},
{
last_updated: "2022-06-22",
name: "Coin98",
image: Coin98Image,
brand_color: "#ffffff",
url: "https://coin98.com/wallet",
wallet_live_date: "2018",
active_development_team: true,
languages_supported: [
"vi",
"en",
"zh",
"ja",
"ko",
"tr",
"th",
"es",
"id",
"el",
"pt",
"fr",
],
twitter: "https://twitter.com/coin98_wallet",
discord: "https://c98.link/discord",
reddit: "",
telegram: "https://t.me/coin98wallet",
ios: true,
android: true,
linux: false,
windows: false,
macOS: false,
firefox: false,
chromium: true,
hardware: false,
open_source: false,
repo_url: "",
non_custodial: true,
security_audit: ["https://coin98.com/audit"],
scam_protection: true,
hardware_support: true,
rpc_importing: false,
nft_support: true,
connect_to_dapps: true,
staking: false,
swaps: true,
layer_2: true,
gas_fee_customization: true,
ens_support: true,
erc_20_support: true,
buy_crypto: true,
withdraw_crypto: false,
multisig: false,
social_recovery: false,
onboard_documentation: "https://docs.coin98.com/",
documentation: "",
},
{
last_updated: "2022-06-22",
name: "Loopring wallet",
Expand Down

0 comments on commit 5d94a74

Please sign in to comment.