Skip to content

Commit

Permalink
bring back reorg values (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Apr 25, 2024
1 parent 34241fb commit 41495c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions k8s/pkg/helm/reorg/reorg.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ import (
"github.com/smartcontractkit/chainlink-testing-framework/utils/projectpath"
)

const (
URLsKey = "geth"
TXNodesAppLabel = "geth-ethereum-geth"
MinerNodesAppLabel = "geth-ethereum-miner-node" // #nosec G101
)

type Props struct {
NetworkName string `envconfig:"network_name"`
NetworkType string `envconfig:"network_type"`
Expand Down

0 comments on commit 41495c7

Please sign in to comment.