diff --git a/public/images/wallets/nufi.png b/public/images/wallets/nufi.png new file mode 100644 index 00000000000..b47fa058807 Binary files /dev/null and b/public/images/wallets/nufi.png differ diff --git a/src/data/wallets/wallet-data.ts b/src/data/wallets/wallet-data.ts index 9d188fd1129..55358b8866f 100644 --- a/src/data/wallets/wallet-data.ts +++ b/src/data/wallets/wallet-data.ts @@ -31,6 +31,7 @@ import LedgerImage from "@/public/images/wallets/ledger.png" import LoopringImage from "@/public/images/wallets/loopring.png" import MetaMaskImage from "@/public/images/wallets/metamask.png" import MewImage from "@/public/images/wallets/mew.png" +import NuFiImage from "@/public/images/wallets/nufi.png" import OneKeyImage from "@/public/images/wallets/onekey.png" import PhantomImage from "@/public/images/wallets/phantom.png" import PillarImage from "@/public/images/wallets/pillar.png" @@ -2583,6 +2584,57 @@ export const walletsData: WalletData[] = [ "zkSync Mainnet", ], }, + { + last_updated: "2025-02-05", + name: "NuFi", + image: NuFiImage, + twBackgroundColor: "bg-[#bae440]", + twGradiantBrandColor: "from-[#bae440]", + url: "https://nu.fi", + active_development_team: true, + languages_supported: ["en"], + twitter: "https://twitter.com/nufiwallet", + discord: "https://discord.com/invite/jSyVPAXw3w", + reddit: "", + telegram: "", + ios: false, + android: false, + linux: false, + windows: false, + macOS: false, + firefox: true, + chromium: true, + hardware: false, + open_source: false, + repo_url: "https://github.com/nufi-official", + non_custodial: true, + security_audit: [], + scam_protection: true, + hardware_support: true, + rpc_importing: true, + 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: true, + multisig: false, + social_recovery: false, + onboard_documentation: "https://support.nu.fi/", + documentation: "https://support.nu.fi/", + supported_chains: [ + "Ethereum Mainnet", + "Arbitrum One", + "OP Mainnet", + "Base", + "Linea", + "Blast", + ], + }, ] as const satisfies Omit[] export type WalletName = (typeof walletsData)[number]["name"]