# README

config Package

Fairly self explanatory.

charts.json

A convenient helper file that you can use to squash chart values, namely the chainlink image and version. This is usually more convenient than having to set the CHARTS environment variable to the raw JSON.

CHARTS='../../config/charts.json' make test_smoke

# Functions

LoadFrameworkConfig loads framework config.
LoadNetworksConfig loads networks config.

# Constants

Configs.
Configs.

# Structs

ETHNetwork data to configure fully ETH compatible network.
FrameworkConfig common framework config.
LocalStore retrieves keys defined in a networks.yaml file, or from environment variables.
LoggingConfig for logging.
NetworksConfig is network configurations.
TerraNetwork data to configure Terra network.

# Interfaces

PrivateKeyStore enables access, through a variety of methods, to private keys for use in blockchain networks.

# Type aliases

ConfigurationType refers to the different ways that configurations can be set.
NetworkSettings is a map that holds configuration for each individual network.