Skip to content

viem@2.20.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 05:23
· 113 commits to main since this release
c227848

Minor Changes

  • #2641 89d11ed Thanks @jxom! - Experimental: Deprecated writeContracts. Use sendCalls instead.

  • #2641 89d11ed Thanks @jxom! - Experimental: Updated sendCalls to match the updated EIP-5792 spec (chainId per call).

  • #2641 89d11ed Thanks @jxom! - Experimental: Updated sendCalls to also accept contract function interface.

Patch Changes

  • #2638 9cbd082 Thanks @jxom! - Added `nonceKeyManager` as a property to `toSmartAccount`.

  • #2638 9cbd082 Thanks @jxom! - Added ability to pass full-formed User Operations to sendUserOperation and estimateUserOperationGas.

  • #2639 9a1c6ab Thanks @jxom! - OP Stack: Tweaked proof submitter logic.