WalletFactory

Git Source

Inherits: Factory

Backward compatibility alias for the generic Factory contract

This contract provides the same interface as the original WalletFactory

but uses the new generic Factory architecture with deployment facets

Functions

constructor

Deploy the WalletFactory diamond using the generic Factory

constructor(address _facetRegistry, address _globalAccessManager)
    Factory("WalletFactory", _facetRegistry, _globalAccessManager, "WalletFactory");

Parameters

Name
Type
Description

_facetRegistry

address

Address of the FacetRegistry

_globalAccessManager

address

The address of the GlobalAccessManager

Last updated

Was this helpful?