Skip to content

Commit

Permalink
fix misleading comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall committed Aug 5, 2024
1 parent 8c07f16 commit b69ebba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/capabilities/ccip/ccip_integration_tests/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ func wireOnRamp(t *testing.T, uni onchainUniverse, universes map[uint64]onchainU
continue
}
onrampSourceChainConfigArgs = append(onrampSourceChainConfigArgs, evm_2_evm_multi_onramp.EVM2EVMMultiOnRampDestChainConfigArgs{
DestChainSelector: getSelector(remoteChainID), // for each destination chain, add a source chain config
DestChainSelector: getSelector(remoteChainID),
Router: uni.router.Address(),
})
}
Expand All @@ -721,7 +721,7 @@ func wireOffRamp(t *testing.T, uni onchainUniverse, universes map[uint64]onchain
continue
}
offrampSourceChainConfigArgs = append(offrampSourceChainConfigArgs, evm_2_evm_multi_offramp.EVM2EVMMultiOffRampSourceChainConfigArgs{
SourceChainSelector: getSelector(remoteChainID), // for each destination chain, add a source chain config
SourceChainSelector: getSelector(remoteChainID),
IsEnabled: true,
Router: uni.router.Address(),
OnRamp: remoteUniverse.onramp.Address().Bytes(),
Expand Down

0 comments on commit b69ebba

Please sign in to comment.