Skip to main content

3 posts tagged with "paymaster"

View All Tags

AbstractionKit v0.3.3

· 3 min read

abstractionkit_poster

Paymaster methods now return a named-field object instead of a tuple or raw UserOperation, and they surface the token quote the paymaster actually applied. CandidePaymasterContext is back as its own argument. A new skipGasEstimation flag lets createUserOperation bypass the bundler round trip when the paymaster is the source of truth for gas.

Upgrade EOAs to Smart Accounts with EIP-7702

· 3 min read

EIP-7702 introduces a new paradigm for Ethereum by enabling Externally Owned Accounts (EOAs), such as MetaMask accounts, to function like smart contracts. This allows on-chain code execution, granting smart capabilities to EOAs. Candide now supports EIP-7702 across its entire stack, including Voltaire Bundler, InstaGas Paymaster, and AbstractionKit SDK.