Skip to content

thirdweb@5.98.0

Compare
Choose a tag to compare
@joaquim-verges joaquim-verges released this 08 May 01:49
· 460 commits to main since this release
62c179d

Minor Changes

  • #6874 e96ebba Thanks @joaquim-verges! - EIP7702 support for in-app wallets

    You can now turn your in-app wallets into smart accounts with 7702!

    This lets you:

    • sponsor transactions
    • batch transactions
    • add session keys
    • and more!

    simply pass the executionMode "EIP7702" to get started:

    const wallet = inAppWallet({
      executionMode: {
        mode: "EIP7702",
        sponsorGas: true,
      },
    });

    Keep in mind that this will only work on chains that support 7702.