Documentation ¶
Index ¶
- func EVMMinimalLocal(config *environment.Config) error
- func EVMMinimalLocalBS(config *environment.Config) error
- func EVMOneNode(config *environment.Config) error
- func EVMReorg(config *environment.Config) error
- func EVMSoak(config *environment.Config) error
- func MultiNetwork(config *environment.Config, opts *MultiNetworkOpts) error
- type MultiNetworkOpts
- type Network
- type Networks
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EVMMinimalLocal ¶ added in v0.2.3
func EVMMinimalLocal(config *environment.Config) error
EVMMinimalLocal local development Chainlink deployment, 1 bootstrap + 4 oracles (minimal requirements for OCR)
func EVMMinimalLocalBS ¶ added in v0.2.3
func EVMMinimalLocalBS(config *environment.Config) error
EVMMinimalLocalBS local development Chainlink deployment, 1 bootstrap + 4 oracles (minimal requirements for OCR) + Blockscout
func EVMOneNode ¶ added in v0.2.3
func EVMOneNode(config *environment.Config) error
EVMOneNode local development Chainlink deployment
func EVMReorg ¶ added in v0.2.3
func EVMReorg(config *environment.Config) error
EVMReorg deployment for two Ethereum networks re-org test
func EVMSoak ¶ added in v0.2.3
func EVMSoak(config *environment.Config) error
EVMSoak deployment for a long running soak tests
func MultiNetwork ¶ added in v0.2.8
func MultiNetwork(config *environment.Config, opts *MultiNetworkOpts) error
MultiNetwork local development Chainlink deployment for multiple networks
Types ¶
type MultiNetworkOpts ¶ added in v0.2.8
type MultiNetworkOpts struct {
Networks Networks `envconfig:"NETWORKS_CONFIG_FILE"`
}
Click to show internal directories.
Click to hide internal directories.