diff --git a/src/pages/wallets.js b/src/pages/wallets.js index 5d43608..cc233e1 100644 --- a/src/pages/wallets.js +++ b/src/pages/wallets.js @@ -114,6 +114,14 @@ export default function Wallets() { isBeta: true, screenshot: require("@site/static/img/wallets/vipr.png").default, }, + { + name: "Haze Wallet", + description: "Open source Fedimint web wallet that combines power with simplicity, offering a feature rich experience with more controllability, safe to use with small amounts", + link: "https://harshdev098.github.io/haze-wallet/wallet", + platforms: ["Web"], + isBeta: true, + screenshot: require("@site/static/img/wallets/haze.png").default, + }, { name: "Harbor", description: "Open source Fedimint wallet in very early development. Currently supports signet only, perfect for testing and experimentation.", diff --git a/static/img/wallets/haze.png b/static/img/wallets/haze.png new file mode 100644 index 0000000..843a637 Binary files /dev/null and b/static/img/wallets/haze.png differ