Skip to content

Commit

Permalink
Update integration-tests/testconfig/testconfig.go
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Hamrick <[email protected]>
  • Loading branch information
Tofel and kalverra authored Jul 8, 2024
1 parent 0deed5f commit 0f1ae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/testconfig/testconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ root_key_funds_buffer = 1_000
for _, network := range networks.MustGetSelectedNetworkConfig(c.Network) {
if c.NodeConfig != nil && len(c.NodeConfig.ChainConfigTOMLByChainID) > 0 {
if _, ok := c.NodeConfig.ChainConfigTOMLByChainID[fmt.Sprint(network.ChainID)]; ok {
logger.Warn().Msgf("***** You have provided custom Chainlink Node configuration for network '%s' (chain id: %d). Chainlink Node's default settings won't be used *****", network.Name, network.ChainID)
logger.Warn().Msgf("You have provided custom Chainlink Node configuration for network '%s' (chain id: %d). Chainlink Node's default settings won't be used", network.Name, network.ChainID)
customChainSettings = append(customChainSettings, fmt.Sprint(network.ChainID))
}
}
Expand Down

0 comments on commit 0f1ae69

Please sign in to comment.