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
According to the thirdweb docs I should be able to use paymaster with MetaMask. From docs:
Using EIP-7702 with External Wallets (EIP-5792)
Don’t want to embed an in-app wallet? No problem. EIP-5792 lets you tap into the same 7702 capabilities from any external wallet—like Metamask and Coinbase Wallet —via the sendCalls RPC method.
Sponsoring Gas & Batching Transactions
The useSendCalls React hook (or the plain sendCalls function in vanilla TypeScript) lets you bundle multiple calls into one and attach a paymaster so your dApp covers the gas:
According to the thirdweb docs I should be able to use paymaster with MetaMask. From docs:
I tried the code in a sample react app (gist) and on Sepolia, using MetaMask Version 12.17.3 and get the error:
Any ideas on why paymaster doesn't work with MetaMask?
The text was updated successfully, but these errors were encountered: