presets

package
v0.2.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

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"`
}

type Network added in v0.2.8

type Network struct {
	Name     string   `envconfig:"name" yaml:"name"`
	Type     string   `envconfig:"type" yaml:"type"`
	HttpURLs []string `envconfig:"http_urls" yaml:"http_urls"`
	WsURLs   []string `envconfig:"ws_urls" yaml:"ws_urls"`
	ChainID  string   `envconfig:"chain_id" yaml:"chain_id"`
}

type Networks added in v0.2.8

type Networks []Network

func (*Networks) Decode added in v0.2.8

func (m *Networks) Decode(path string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL