Skip to content

Commit ff7bdd7

Browse files
committed
Fix link
1 parent a053047 commit ff7bdd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment/ccip/changeset/v1_6/cs_update_bidirectional_lanes.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)