v0.3.1
What's Changed
- Make
RPC_URLoptional for signing-only workflows. The factory and the private-key adapter no longer requireRPC_URLwhen an adapter is only used to sign (not broadcast) transactions, so a key configured purely for signing no longer fails to initialize. A read provider is created lazily, only when a chain operation actually needs one. (#436)
Full Changelog: v0.3.0...v0.3.1