Skip to content

Commit

Permalink
use rmnProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnogo committed Oct 25, 2024
1 parent 258ffdb commit d4327fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/deployment/ccip/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ func DeployChainContracts(
chain.Client,
offramp.OffRampStaticConfig{
ChainSelector: chain.Selector,
RmnRemote: rmnRemote.Address, // In a production setup it should point to the rmn proxy.
RmnRemote: rmnProxy.Address,
NonceManager: nonceManager.Address,
TokenAdminRegistry: tokenAdminRegistry.Address,
},
Expand Down

0 comments on commit d4327fe

Please sign in to comment.