Skip to content

Commit

Permalink
Remove pending Eden reference
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfornax committed Sep 4, 2024
1 parent 3494334 commit 34c5ed2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rocketpool-cli/service/config/settings-mev-boost.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ type MevBoostConfigPage struct {
flashbotsBox *parameterizedFormItem
bloxrouteMaxProfitBox *parameterizedFormItem
bloxrouteRegulatedBox *parameterizedFormItem
edenBox *parameterizedFormItem
ultrasoundBox *parameterizedFormItem
aestusBox *parameterizedFormItem
titanGlobalBox *parameterizedFormItem
Expand Down Expand Up @@ -89,7 +88,7 @@ func (configPage *MevBoostConfigPage) createContent() {

// Map the parameters to the form items in the layout
configPage.layout.mapParameterizedFormItems(configPage.enableBox, configPage.modeBox, configPage.selectionModeBox)
configPage.layout.mapParameterizedFormItems(configPage.flashbotsBox, configPage.bloxrouteMaxProfitBox, configPage.bloxrouteRegulatedBox, configPage.edenBox, configPage.ultrasoundBox, configPage.aestusBox, configPage.titanGlobalBox, configPage.titanRegionalBox)
configPage.layout.mapParameterizedFormItems(configPage.flashbotsBox, configPage.bloxrouteMaxProfitBox, configPage.bloxrouteRegulatedBox, configPage.ultrasoundBox, configPage.aestusBox, configPage.titanGlobalBox, configPage.titanRegionalBox)
configPage.layout.mapParameterizedFormItems(configPage.localItems...)
configPage.layout.mapParameterizedFormItems(configPage.externalItems...)

Expand Down

0 comments on commit 34c5ed2

Please sign in to comment.