Skip to content

Commit 0d2a406

Browse files
authored
Merge pull request #73 from Harshdev098/patch-1
Added Haze Wallet in wallet page
2 parents be236bb + 38be27d commit 0d2a406

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/pages/wallets.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@ export default function Wallets() {
114114
isBeta: true,
115115
screenshot: require("@site/static/img/wallets/vipr.png").default,
116116
},
117+
{
118+
name: "Haze Wallet",
119+
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",
120+
link: "https://harshdev098.github.io/haze-wallet/wallet",
121+
platforms: ["Web"],
122+
isBeta: true,
123+
screenshot: require("@site/static/img/wallets/haze.png").default,
124+
},
117125
{
118126
name: "Harbor",
119127
description: "Open source Fedimint wallet in very early development. Currently supports signet only, perfect for testing and experimentation.",

static/img/wallets/haze.png

86.9 KB
Loading

0 commit comments

Comments
 (0)