Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Nov 20, 2024
1 parent defa97f commit 43c58a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration-tests/ccip-tests/testsetups/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (

"github.com/smartcontractkit/ccip-owner-contracts/pkg/gethwrappers"
chainsel "github.com/smartcontractkit/chain-selectors"

cciptypes "github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3"
"github.com/smartcontractkit/chainlink-ccip/pluginconfig"

Expand Down Expand Up @@ -114,6 +115,8 @@ func NewLocalDevEnvironment(
e, don, err := devenv.NewEnvironment(ctx, lggr, *envConfig)
require.NoError(t, err)
require.NotNil(t, e)
e.ExistingAddresses = ab

// fund the nodes
zeroLogLggr := logging.GetTestLogger(t)
FundNodes(t, zeroLogLggr, testEnv, cfg, don.PluginNodes())
Expand Down

0 comments on commit 43c58a3

Please sign in to comment.