Closed cmwhited closed 1 year ago
Thanks for the issue, I'll be looking into fixing this ASAP
Hey @cmwhited I'm unable to reproduce your issue - that sackblitz app prompts me to connect properly (but I can't upload for some reason that button force refreshes the page, and there's some hydration errors from react which I suspect are related)
Closing as stale
Description
@bundlr-network/client
: 0.11.2wagmi
: 1.0.8viem
: 0.3.37The WebBundlr docs recommend using the
useProvider
anduseSigner
hooks from thewagmi
library. These hooks have been deprecated forusePublicClient
anduseWalletClient
.When initializing with
viem
as recommended here:The
bundlr.ready()
no longer opens the injected signer (my MetaMask extension, for instance) to sign for bundlr, and when I call to create the transaction with my bundlr instance:It throws an error:
Example Stackblitz