Documentation ¶
Index ¶
- func AddrForNetwork(network netconf.ID) (common.Address, bool)
- func Deploy(ctx context.Context, network netconf.ID, backend *ethbackend.Backend) (common.Address, *ethtypes.Receipt, error)
- func DeployIfNeeded(ctx context.Context, network netconf.ID, backend *ethbackend.Backend) (common.Address, *ethtypes.Receipt, error)
- type DeploymentConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddrForNetwork ¶ added in v0.2.0
Types ¶
type DeploymentConfig ¶
type DeploymentConfig struct { Create3Factory common.Address Create3Salt string ProxyAdminOwner common.Address Owner common.Address Portal common.Address Token common.Address Deployer common.Address ExpectedAddr common.Address }
func (DeploymentConfig) Validate ¶
func (cfg DeploymentConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.