Skip to content

v2.4.0

Compare
Choose a tag to compare
@0xFirekeeper 0xFirekeeper released this 03 Oct 01:30
· 9 commits to main since this release
35f770d

What's Changed

  • Speeds up SmartWallet transactions and optimizes various internal flows.
  • Exposes Account Linking functionality (LinkAccount & GetLinkedAccounts) at the IThirdwebWallet level.
    • You may now link accounts directly to a SmartWallet signer i.e. personal wallet without needing to fetch the signer with SmartWallet.GetPersonalWallet or deal with casting to the right types.
  • Adds Utils.GetSocialProfiles - fetch ENS, Farcaster and Lens profiles given a wallet address or ENS as well as their metadata and more.
  • Adds internal feature to automatically detect if a chain is built on the zkSync stack and allow zkSync specific functionality such as Native Account Abstraction automatically.