You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alecananian note that when switching between a zk and non zk chain, the smart wallet will change: in zk chains it will be the admin EOA address (due to native AA), on non zk chains, it will be the smart contract wallet address
Steps to reproduce:
The smart wallet's
switchChain
function fails due to no factory contract deployed on-chain, which is not applicable for ZKsync chains: https://github.com/thirdweb-dev/js/blob/main/packages/thirdweb/src/wallets/smart/smart-wallet.ts#L206The text was updated successfully, but these errors were encountered: