From 739e8759e3a77e500e79266f5c2fc46509d4b7e3 Mon Sep 17 00:00:00 2001 From: Ryan Hall Date: Thu, 3 Oct 2024 12:49:01 -0400 Subject: [PATCH] update StaticConfig struct in deployment test --- core/gethwrappers/ccip/deployment_test/deployment_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/gethwrappers/ccip/deployment_test/deployment_test.go b/core/gethwrappers/ccip/deployment_test/deployment_test.go index 295dee120f..a9c9dc1dd4 100644 --- a/core/gethwrappers/ccip/deployment_test/deployment_test.go +++ b/core/gethwrappers/ccip/deployment_test/deployment_test.go @@ -42,7 +42,7 @@ func TestDeployAllV1_6(t *testing.T) { // offramp _, _, _, err = offramp.DeployOffRamp(owner, chain, offramp.OffRampStaticConfig{ ChainSelector: 1, - Rmn: common.HexToAddress("0x1"), + RmnRemote: common.HexToAddress("0x1"), TokenAdminRegistry: common.HexToAddress("0x2"), NonceManager: common.HexToAddress("0x3"), }, offramp.OffRampDynamicConfig{ @@ -56,7 +56,7 @@ func TestDeployAllV1_6(t *testing.T) { // onramp _, _, _, err = onramp.DeployOnRamp(owner, chain, onramp.OnRampStaticConfig{ ChainSelector: 1, - Rmn: common.HexToAddress("0x1"), + RmnRemote: common.HexToAddress("0x1"), NonceManager: common.HexToAddress("0x2"), TokenAdminRegistry: common.HexToAddress("0x3"), }, onramp.OnRampDynamicConfig{