Universal Smart Wallet Addresses
Greg
With the thirdweb SDK, all smart wallets maintain the same address across any EVM chain. Account factories and wallet deployments are managed for you from within the thirdweb SDK unless overridden with your own factory. If you need a different wallet address for any reason, you can provide an optional account salt to the wallet.
Create a smart wallet on your default chain:
👉
We require a "default chain" when creating a smart wallet to be used in any predeploy wallet signatures and/or to work with unique chain features like zkSync's native account abstraction.
Send your transaction on any chain:
If you need to create a wallet using the same admin account but a different address, use an account salt:
Check out the video for more: