From 87eab876d5553dc0c506910d766d6fc2bec2f6c5 Mon Sep 17 00:00:00 2001 From: 0xAustinWang Date: Fri, 10 Jan 2025 12:48:46 +0800 Subject: [PATCH] should nto use testrouter when adding lanes --- deployment/environment/crib/ccip_deployer.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deployment/environment/crib/ccip_deployer.go b/deployment/environment/crib/ccip_deployer.go index ff3199a81a9..5c6863f801c 100644 --- a/deployment/environment/crib/ccip_deployer.go +++ b/deployment/environment/crib/ccip_deployer.go @@ -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" @@ -206,7 +204,7 @@ func DeployCCIPAndAddLanes(ctx context.Context, lggr logger.Logger, envConfig de to: { from: { IsEnabled: true, - TestRouter: true, + TestRouter: false, }, }, }, @@ -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: {