Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Registration ¶
func Registration() deploycustomtopology.Registration
Registration returns the EVM chain-family deploy-custom-topology registration.
Types ¶
type EVMExtraArgs ¶
type EVMExtraArgs struct {
// DeployCallProxyByTimelockRef maps a timelock Ref to whether a CallProxy
// should be deployed and granted the executor role for it. A timelock not
// present in the map (or a nil map) defaults to deploying a call proxy.
DeployCallProxyByTimelockRef map[string]bool `json:"deployCallProxyByTimelockRef,omitempty"`
}
EVMExtraArgs carries EVM-specific topology input that the chain-agnostic changeset config cannot express. It is passed via ChainTopologyConfig.ExtraArgs and parsed by the EVM sequence.
Click to show internal directories.
Click to hide internal directories.