Documentation
¶
Index ¶
- Variables
- func CallDrillPendingBless(from uint8, to uint8, client cldf_evm.Chain, ...) (*types.Transaction, error)
- func CallDrillPendingCommit(from uint8, to uint8, client cldf_evm.Chain, ...) (*types.Transaction, error)
- func CallDrillPendingExec(from uint8, to uint8, client cldf_evm.Chain, ...) (*types.Transaction, error)
- func CallDrillPrepareRegister(client cldf_evm.Chain, view shared.FiredrillEntrypointView) (*types.Transaction, error)
- func CallDrillPriceRegistry(client cldf_evm.Chain, view shared.FiredrillEntrypointView) (*types.Transaction, error)
- func DeployFiredrillContracts(e deployment.Environment, config shared.FiredrillConfig) (datastore.AddressRef, deployment.ChangesetOutput, error)
- func EVMViewFiredrill(e deployment.Environment) (map[string]*shared.ChainView, error)
- func FiredrillRegisterContracts(lggr logger.Logger, ab datastore.AddressRefStore, chain cldf_evm.Chain) error
- type DeployFiredrillInput
- type FiredrillDeployRegisterChangeSet
- type FiredrillEntrypoint
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DeployFiredrillV1_5 = opsutils.NewEVMDeployOperation[DeployFiredrillInput]( "DeployFiredrill", &deploy.Version1_5_0, "", shared.FiredrillEntrypointType, firedrill_entrypoint_v1_5.FiredrillEntrypointMetaData, &opsutils.ContractOpts{ Version: &deploy.Version1_5_0, EVMBytecode: common.FromHex(firedrill_entrypoint_v1_5.FiredrillEntrypointMetaData.Bin), ZkSyncVMBytecode: []byte{}, }, func(input DeployFiredrillInput) []any { return []any{input.ChainSelector} }, ) DeployFiredrillV1_6 = opsutils.NewEVMDeployOperation[DeployFiredrillInput]( "DeployFiredrill", &deploy.Version1_6_0, "", shared.FiredrillEntrypointType, firedrill_entrypoint.FiredrillEntrypointMetaData, &opsutils.ContractOpts{ Version: &deploy.Version1_6_0, EVMBytecode: common.FromHex(firedrill_entrypoint.FiredrillEntrypointMetaData.Bin), ZkSyncVMBytecode: []byte{}, }, func(input DeployFiredrillInput) []any { return []any{input.ChainSelector} }, ) )
Functions ¶
func CallDrillPendingBless ¶
func CallDrillPendingBless(from uint8, to uint8, client cldf_evm.Chain, view shared.FiredrillEntrypointView) (*types.Transaction, error)
func CallDrillPendingCommit ¶
func CallDrillPendingCommit(from uint8, to uint8, client cldf_evm.Chain, view shared.FiredrillEntrypointView) (*types.Transaction, error)
func CallDrillPendingExec ¶
func CallDrillPendingExec(from uint8, to uint8, client cldf_evm.Chain, view shared.FiredrillEntrypointView) (*types.Transaction, error)
func CallDrillPrepareRegister ¶
func CallDrillPrepareRegister(client cldf_evm.Chain, view shared.FiredrillEntrypointView) (*types.Transaction, error)
func CallDrillPriceRegistry ¶
func CallDrillPriceRegistry(client cldf_evm.Chain, view shared.FiredrillEntrypointView) (*types.Transaction, error)
func DeployFiredrillContracts ¶
func DeployFiredrillContracts(e deployment.Environment, config shared.FiredrillConfig) (datastore.AddressRef, deployment.ChangesetOutput, error)
func EVMViewFiredrill ¶
func EVMViewFiredrill(e deployment.Environment) (map[string]*shared.ChainView, error)
Types ¶
type DeployFiredrillInput ¶
type DeployFiredrillInput struct {
ChainSelector uint64
}
type FiredrillDeployRegisterChangeSet ¶
type FiredrillDeployRegisterChangeSet struct{}
func (FiredrillDeployRegisterChangeSet) Apply ¶
func (c FiredrillDeployRegisterChangeSet) Apply(e deployment.Environment, config shared.FiredrillConfig) (deployment.ChangesetOutput, error)
func (FiredrillDeployRegisterChangeSet) VerifyPreconditions ¶
func (c FiredrillDeployRegisterChangeSet) VerifyPreconditions(e deployment.Environment, config shared.FiredrillConfig) error
type FiredrillEntrypoint ¶
Click to show internal directories.
Click to hide internal directories.