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
27d9218: Updated Tempo chain imports to use the viem/tempo/chains entrypoint.
22d8eed: Updated viem and ox dependencies to their latest published versions and fixed sponsored Tempo transaction gas estimation with the new versions.
c370c93: Added fee payer support and an optional feePayerPolicy parameter to tempo.subscription so activation and renewal payments can be sponsored without consuming the access key's spending limit.
281fc16: Fixed Tempo subscription wallet_authorizeAccessKey RPC payload to send scopes (the spec-compliant field) instead of allowedCalls, and to hex-encode limits[].limit so the parameters match the encoded variant of the wallet_authorizeAccessKey schema.
4fffc6a: Fixed pre-broadcast simulation in tempo.charge and tempo.session by stripping feeToken and feePayerSignature from the simulation request, so the node does not try to recover feePayerSignature against a sender signature that viem's call action never includes.