@@ -12,6 +12,7 @@ import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
12
12
import BraavosImage from "@/public/images/wallets/braavos_wallet.png"
13
13
import BridgeWalletImage from "@/public/images/wallets/bridge.png"
14
14
import ClearWallet from "@/public/images/wallets/clearwallet.png"
15
+ import Coin98Image from "@/public/images/wallets/coin98.png"
15
16
import CoinbaseImage from "@/public/images/wallets/coinbase.png"
16
17
import CoinWalletImage from "@/public/images/wallets/coinwallet.png"
17
18
import CtrlWalletImage from "@/public/images/wallets/ctrl.png"
@@ -2418,6 +2419,73 @@ export const walletsData: WalletData[] = [
2418
2419
documentation : "" ,
2419
2420
supported_chains : [ "Starknet" ] ,
2420
2421
} ,
2422
+ {
2423
+ last_updated : "2024-11-03" ,
2424
+ name : "Coin98 Super Wallet" ,
2425
+ image : Coin98Image ,
2426
+ twBackgroundColor : "bg-[#F0C43F]" ,
2427
+ twGradiantBrandColor : "from-[#F0C43F]" ,
2428
+ url : "https://coin98.com/" ,
2429
+ active_development_team : true ,
2430
+ languages_supported : [
2431
+ "en" ,
2432
+ "vi" ,
2433
+ "es" ,
2434
+ "fr" ,
2435
+ "zh" ,
2436
+ "id" ,
2437
+ "ja" ,
2438
+ "ko" ,
2439
+ "pt" ,
2440
+ "ru" ,
2441
+ "th" ,
2442
+ "tr" ,
2443
+ ] ,
2444
+ twitter : "https://x.com/coin98_wallet" ,
2445
+ discord : "https://discord.com/invite/K6N7ry5K8d" ,
2446
+ reddit : "" ,
2447
+ telegram : "https://t.me/+rPevQX9QSpExMzE1" ,
2448
+ ios : true ,
2449
+ android : true ,
2450
+ linux : false ,
2451
+ windows : false ,
2452
+ macOS : false ,
2453
+ firefox : false ,
2454
+ chromium : true ,
2455
+ hardware : false ,
2456
+ open_source : false ,
2457
+ repo_url : "" ,
2458
+ non_custodial : true ,
2459
+ security_audit : [ "Certik" ] ,
2460
+ scam_protection : true ,
2461
+ hardware_support : true ,
2462
+ rpc_importing : true ,
2463
+ nft_support : true ,
2464
+ connect_to_dapps : true ,
2465
+ staking : true ,
2466
+ swaps : true ,
2467
+ layer_2 : true ,
2468
+ gas_fee_customization : true ,
2469
+ ens_support : true ,
2470
+ erc_20_support : true ,
2471
+ buy_crypto : true ,
2472
+ withdraw_crypto : false ,
2473
+ multisig : false ,
2474
+ social_recovery : false ,
2475
+ onboard_documentation : "https://docs.coin98.com/" ,
2476
+ documentation : "https://docs.coin98.com/" ,
2477
+ supported_chains : [
2478
+ "Ethereum Mainnet" ,
2479
+ "Base" ,
2480
+ "Blast" ,
2481
+ "OP Mainnet" ,
2482
+ "zkSync Mainnet" ,
2483
+ "Arbitrum One" ,
2484
+ "Linea" ,
2485
+ "Scroll" ,
2486
+ "Taiko Mainnet" ,
2487
+ ] ,
2488
+ } ,
2421
2489
] as const satisfies Omit < WalletData , "new_to_crypto" > [ ]
2422
2490
2423
2491
export type WalletName = ( typeof walletsData ) [ number ] [ "name" ]
0 commit comments