Skip to content

Commit

Permalink
changeset applies only once
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustinWang committed Jan 10, 2025
1 parent 42ea568 commit 68fcc40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/environment/crib/ccip_deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import (
"context"
"errors"
"fmt"
"github.com/smartcontractkit/chainlink-ccip/chainconfig"
cciptypes "github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3"
"math/big"

"github.com/ethereum/go-ethereum/common"
Expand Down Expand Up @@ -94,7 +96,6 @@ func DeployCCIPAndAddLanes(ctx context.Context, lggr logger.Logger, envConfig de
ChainSelector: chain,
})
}

// set up chains
chainConfigs := make(map[uint64]changeset.ChainConfig)
nodeInfo, err := deployment.NodeInfo(e.NodeIDs, e.Offchain)
Expand Down

0 comments on commit 68fcc40

Please sign in to comment.