Skip to content

Commit 6a88101

Browse files
authored
Merge pull request #14477 from coin98/dev
Add Coin98 Wallet Extensions
2 parents 66db7ab + 5e6223c commit 6a88101

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"
@@ -2418,6 +2419,73 @@ export const walletsData: WalletData[] = [
24182419
documentation: "",
24192420
supported_chains: ["Starknet"],
24202421
},
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+
},
24212489
] as const satisfies Omit<WalletData, "new_to_crypto">[]
24222490

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

0 commit comments

Comments
 (0)