Skip to content

Commit

Permalink
update StaticConfig struct in deployment test
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall committed Oct 3, 2024
1 parent 68e0119 commit 739e875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/gethwrappers/ccip/deployment_test/deployment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand All @@ -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{
Expand Down

0 comments on commit 739e875

Please sign in to comment.