Skip to content

Commit 5e6223c

Browse files
committed
submit coin98 wallet
1 parent 43da01f commit 5e6223c

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
1212
import BraavosImage from "@/public/images/wallets/braavos_wallet.png"
1313
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
1414
import ClearWallet from "@/public/images/wallets/clearwallet.png"
15+
import Coin98Image from "@/public/images/wallets/coin98.png"
1516
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
1617
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
1718
import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
@@ -2400,6 +2401,73 @@ export const walletsData: WalletData[] = [
24002401
documentation: "",
24012402
supported_chains: ["Starknet"],
24022403
},
2404+
{
2405+
last_updated: "2024-11-03",
2406+
name: "Coin98 Super Wallet",
2407+
image: Coin98Image,
2408+
twBackgroundColor: "bg-[#F0C43F]",
2409+
twGradiantBrandColor: "from-[#F0C43F]",
2410+
url: "https://coin98.com/",
2411+
active_development_team: true,
2412+
languages_supported: [
2413+
"en",
2414+
"vi",
2415+
"es",
2416+
"fr",
2417+
"zh",
2418+
"id",
2419+
"ja",
2420+
"ko",
2421+
"pt",
2422+
"ru",
2423+
"th",
2424+
"tr",
2425+
],
2426+
twitter: "https://x.com/coin98_wallet",
2427+
discord: "https://discord.com/invite/K6N7ry5K8d",
2428+
reddit: "",
2429+
telegram: "https://t.me/+rPevQX9QSpExMzE1",
2430+
ios: true,
2431+
android: true,
2432+
linux: false,
2433+
windows: false,
2434+
macOS: false,
2435+
firefox: false,
2436+
chromium: true,
2437+
hardware: false,
2438+
open_source: false,
2439+
repo_url: "",
2440+
non_custodial: true,
2441+
security_audit: ["Certik"],
2442+
scam_protection: true,
2443+
hardware_support: true,
2444+
rpc_importing: true,
2445+
nft_support: true,
2446+
connect_to_dapps: true,
2447+
staking: true,
2448+
swaps: true,
2449+
layer_2: true,
2450+
gas_fee_customization: true,
2451+
ens_support: true,
2452+
erc_20_support: true,
2453+
buy_crypto: true,
2454+
withdraw_crypto: false,
2455+
multisig: false,
2456+
social_recovery: false,
2457+
onboard_documentation: "https://docs.coin98.com/",
2458+
documentation: "https://docs.coin98.com/",
2459+
supported_chains: [
2460+
"Ethereum Mainnet",
2461+
"Base",
2462+
"Blast",
2463+
"OP Mainnet",
2464+
"zkSync Mainnet",
2465+
"Arbitrum One",
2466+
"Linea",
2467+
"Scroll",
2468+
"Taiko Mainnet",
2469+
],
2470+
},
24032471
] as const satisfies Omit<WalletData, "new_to_crypto">[]
24042472

24052473
export type WalletName = (typeof walletsData)[number]["name"]

0 commit comments

Comments
 (0)