Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall committed Aug 5, 2024
1 parent 0f1ae75 commit f33493e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/capabilities/ccip/ccip_integration_tests/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ func createUniverses(
{
SourceChainSelector: getSelector(chainID),
Router: rout.Address(),
OnRamp: onramp.Address().Bytes(),
},
},
)
Expand Down Expand Up @@ -713,6 +714,7 @@ func wireOffRamp(t *testing.T, uni onchainUniverse, universes map[uint64]onchain
offrampSourceChainConfigArgs = append(offrampSourceChainConfigArgs, evm_2_evm_multi_offramp.EVM2EVMMultiOffRampSourceChainConfigArgs{
SourceChainSelector: getSelector(remoteChainID), // for each destination chain, add a source chain config
IsEnabled: true,
Router: remoteUniverse.router.Address(),
OnRamp: remoteUniverse.onramp.Address().Bytes(),
})
}
Expand Down

0 comments on commit f33493e

Please sign in to comment.