Limitations
Sequence wallets may not receive the same address on chains that aren’t 100% EVM compatible.Double-check your addresses before sending any assets to them.
Sequence wallets may not receive the same address on chains that aren’t 100% EVM compatible.Double-check your addresses before sending any assets to them.
Factory Contract
Creates new Sequence wallets, with an initial configuration.MainModule (v1 and v2)
The main module implements the core logic of the wallet, with a fixed configuration.MainModuleUpgradable (v1 and v2)
Similar to the MainModule, but with the ability to upgrade the configuration of the wallet.Auxiliary Contracts
Both v1 and v2 have auxiliary contracts that are used by the SDK to interact with the wallet; these contracts are not critical for the wallet to function, but they are required for the SDK to work. See the v1 and v2 documentation for more information on the contracts.Notice
A complete script for deployment can be found in the Sequence Live Contracts repository.
A complete script for deployment can be found in the Sequence Live Contracts repository.