Versions in this module Expand all Collapse all v0 v0.1.2 Oct 9, 2023 v0.1.1 Sep 14, 2023 Changes in this version type ChainOpts + ChainStartBlock uint64 v0.1.0 Sep 1, 2023 Changes in this version + func DeployContracts(ctx context.Context, chainUrl, chainAuthToken, chainPk string) (na common.Address, vpa common.Address, ca common.Address, err error) + func InitializeEthChainService(chainOpts ChainOpts) (*chainservice.EthChainService, error) + func StartAnvil() (*exec.Cmd, error) + type ChainOpts struct + CaAddress common.Address + ChainAuthToken string + ChainPk string + ChainUrl string + NaAddress common.Address + VpaAddress common.Address