File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
deployment/ccip/changeset/v1_6 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ type UpdateBidirectionalLanesConfig struct {
4242 TestRouter bool
4343}
4444
45- type updateBidirectionalLanesChangesetConfigs struct {
45+ type UpdateBidirectionalLanesChangesetConfigs struct {
4646 UpdateFeeQuoterDestsConfig UpdateFeeQuoterDestsConfig
4747 UpdateFeeQuoterPricesConfig UpdateFeeQuoterPricesConfig
4848 UpdateOnRampDestsConfig UpdateOnRampDestsConfig
4949 UpdateOffRampSourcesConfig UpdateOffRampSourcesConfig
5050 UpdateRouterRampsConfig UpdateRouterRampsConfig
5151}
5252
53- func (c UpdateBidirectionalLanesConfig ) BuildConfigs () updateBidirectionalLanesChangesetConfigs {
53+ func (c UpdateBidirectionalLanesConfig ) BuildConfigs () UpdateBidirectionalLanesChangesetConfigs {
5454 onRampUpdatesByChain := make (map [uint64 ]map [uint64 ]OnRampDestinationUpdate )
5555 offRampUpdatesByChain := make (map [uint64 ]map [uint64 ]OffRampSourceUpdate )
5656 routerUpdatesByChain := make (map [uint64 ]RouterUpdates )
@@ -129,7 +129,7 @@ func (c UpdateBidirectionalLanesConfig) BuildConfigs() updateBidirectionalLanesC
129129 routerMCMSConfig = nil // Test router is never owned by MCMS
130130 }
131131
132- return updateBidirectionalLanesChangesetConfigs {
132+ return UpdateBidirectionalLanesChangesetConfigs {
133133 UpdateFeeQuoterDestsConfig : UpdateFeeQuoterDestsConfig {
134134 MCMS : c .MCMSConfig ,
135135 UpdatesByChain : feeQuoterDestUpdatesByChain ,
You can’t perform that action at this time.
0 commit comments