Skip to content

Commit

Permalink
should nto use testrouter when adding lanes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAustinWang committed Jan 10, 2025
1 parent 68fcc40 commit 87eab87
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deployment/environment/crib/ccip_deployer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ import (
"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"

"github.com/smartcontractkit/ccip-owner-contracts/pkg/config"

"github.com/smartcontractkit/chainlink-ccip/chainconfig"
cciptypes "github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3"
"github.com/smartcontractkit/chainlink/deployment"
"github.com/smartcontractkit/chainlink/deployment/ccip/changeset"
Expand Down Expand Up @@ -206,7 +204,7 @@ func DeployCCIPAndAddLanes(ctx context.Context, lggr logger.Logger, envConfig de
to: {
from: {
IsEnabled: true,
TestRouter: true,
TestRouter: false,
},
},
},
Expand All @@ -215,7 +213,7 @@ func DeployCCIPAndAddLanes(ctx context.Context, lggr logger.Logger, envConfig de
{
Changeset: commonchangeset.WrapChangeSet(changeset.UpdateRouterRamps),
Config: changeset.UpdateRouterRampsConfig{
TestRouter: true,
TestRouter: false,
UpdatesByChain: map[uint64]changeset.RouterUpdates{
// onRamp update on source chain
from: {
Expand Down

0 comments on commit 87eab87

Please sign in to comment.