You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add a first‑class hahaWallet export so dapps can import and render a Haha Wallet entry alongside existing wallets. HaHa wallet is a popular wallet on the Monad Blockchain.
Current behavior
Haha announces via EIP‑6963 with info.rdns: "haha.me" and name: "HaHa Wallet".
In the rainbowkit modal, it can only appear under the generic Injected/Browser entry (not a dedicated wallet).
No hahaWallet export in @rainbow-me/rainbowkit/wallets.
Technical details observed
EIP‑6963 announce event includes:
name: "HaHa Wallet"
rdns: "haha.me"
Works as injected provider in desktop extension and mobile in‑app browser.
Proposed implementation sketch
New connector at wallets/walletConnectors/hahaWallet/ similar to other EIP‑6963 + WC hybrids:
Discover provider:
From EIP‑6963: provider.info.rdns === "haha.me".
Else, fallback to window.ethereum if present.
createConnector:
Injected (targeting the discovered provider) when available.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please add a first‑class
hahaWallet
export so dapps can import and render a Haha Wallet entry alongside existing wallets. HaHa wallet is a popular wallet on the Monad Blockchain.Current behavior
info.rdns: "haha.me"
andname: "HaHa Wallet"
.hahaWallet
export in@rainbow-me/rainbowkit/wallets
.Technical details observed
name
: "HaHa Wallet"rdns
: "haha.me"Proposed implementation sketch
wallets/walletConnectors/hahaWallet/
similar to other EIP‑6963 + WC hybrids:provider.info.rdns === "haha.me"
.window.ethereum
if present.createConnector
:getWalletConnectConnector({ projectId, walletConnectParameters })
.mobile.getUri
andqrCode.getUri
if Haha provides deeplinks.What would probably help to merge
rdns
.Beta Was this translation helpful? Give feedback.
All reactions