Sponsored EIP-7702 Transactions Now On Celo
Unlocking improved Account Abstraction on Celo Mainnet

Celo is now supported by thirdweb's EIP-7702 stack - you can now use our sponsored 7702 execution mode in the SDK (or implicitly, send transactions via the thirdweb API)
const wallet = inAppWallet({
// enable gasless transactions for the wallet
executionMode: {
mode: "EIP7702",
sponsorGas: true,
},
});
Documentation for sponsoring transactions available here.