.NET/Unity - Account Abstraction, Social Profiles and Account Linking Updates
FirekeeperWe've sped up SmartWallet transactions and optimized various internal flows, resulting in up to 50% speed increases from transaction creation to estimation to a receipt being returned. This applies for all flows
Furthermore, we've added an internal feature to automatically detect if a chain is built on the zkSync stack and unlock zkSync specific functionality such as zkSync specific transaction input or Native Account Abstraction automatically.
Added Utils.GetSocialProfiles - fetch ENS, Farcaster and Lens profiles given a wallet address or ENS as well as their metadata and more.
A single line of code to fetch metadata about a wallet address and display it in game as you please!
Example returned object
- Exposes Account Linking functionality (LinkAccount & GetLinkedAccounts) at the
IThirdwebWalletlevel. - You may now link accounts directly to a
SmartWalletsigner i.e. personal wallet without needing to fetch the signer withSmartWallet.GetPersonalWalletor deal with casting to the right types. - External wallets or external wallets being used as SmartWallet signers do not support this feature.