v0.10.7
Immutable
release. Only release title and notes can be modified.
Patch Changes
-
#133
915b7c5Thanks @jamalavedra! - Fix EVM backendsendTransactionEIP-7702 delegation on chains where theCaliburimplementation type is not available (e.g. Polygon Amoy / 80002).The register-on-first-send path previously hardcoded
implementationType: "Calibur", which is rejected on Amoy withnot available in chainId '80002'. It now uses a chain-aware default (CaliburV9, available on Amoy) and falls back toCaliburonly on chains whereCaliburV9is not available (Ethereum Mainnet / 1). Callers can override per call via the newSendTransactionOptions.implementationType.