Versions in this module Expand all Collapse all v0 v0.7.0 Dec 17, 2018 Changes in this version + const Flag + const InfuraEndpoint + func NewApp() *cli.App + func NewDBFromContext(c *cli.Context) (*sqlx.DB, error) + func NewEthereumClientFromFlag(c *cli.Context) (*ethclient.Client, error) + func NewEthereumNodeFlags() cli.Flag + func NewLogger(c *cli.Context) (*zap.Logger, error) + func NewPostgreSQLFlags(defaultDB string) []cli.Flag + func ParseBigIntFlag(c *cli.Context, flag string) (*big.Int, error) + func Validate(c *cli.Context) error + type Address map[deployment.Deployment][]common.Address + func NewAddress(prodAddr, stagingAddr []common.Address) Address + func NewCrossDeploymentAddress(addr []common.Address) Address + func (a Address) MustGetFromContext(c *cli.Context) []common.Address + func (a Address) MustGetOneFromContext(c *cli.Context) common.Address