Skip to content

Commit e344175

Browse files
authoredMar 5, 2025··
Merge pull request #51 from stader-labs/tital_relay_update_copies
Update copies
2 parents 75f6728 + 29caaf6 commit e344175

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎configuration/config/MEVBoost_fields.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,18 @@ The Aestus MEV-Boost Relay is an independent and non-censoring relay. It is comm
122122
Agnostic Relay is an open-source MEV Boost relay available to anyone, anywhere in the world, without prejudice or privilege. It is an ideal relay for block producers and block builders trying to provide neutral features. Agnostic Relay is powered by the know-how and experience of Gnosis communities and contributors.`, descriptionSidebarWidth),
123123
},
124124
{
125-
Label: "Enable Titan (regulated)",
125+
Label: "Enable Titan Regional (regulated)",
126126
Key: FieldKey.Mev_boost_rm_enable_titan_regulated,
127127
Type: "checkbox",
128-
Description: utils.AddNewLines(`Enable Titan (regulated)
128+
Description: utils.AddNewLines(`Enable Titan Regional (regulated)
129129
130130
The Titan Relay is a high-performance, censorship-resistant relay supporting both regulated and unregulated MEV. It prioritizes efficiency, neutrality, and validator rewards while complying with regulations based on the selected mode.`, descriptionSidebarWidth),
131131
},
132132
{
133-
Label: "Enable Titan (unregulated)",
133+
Label: "Enable Titan Global (unregulated)",
134134
Key: FieldKey.Mev_boost_rm_enable_titan_unRegulated,
135135
Type: "checkbox",
136-
Description: utils.AddNewLines(`Enable Titan (unregulated)
136+
Description: utils.AddNewLines(`Enable Titan Global (unregulated)
137137
138138
The Titan Relay is a high-performance, censorship-resistant relay supporting both regulated and unregulated MEV. It prioritizes efficiency, neutrality, and validator rewards while complying with regulations based on the selected mode.`, descriptionSidebarWidth),
139139
},

‎wizard/pages/MEVBoostLocal.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ Please note that it is mandatory for node operators to choose an MEV option`
6161

6262
unregulatedTextView := tview.NewTextView().SetText(utils.AddNewLines(`Unregulated
6363
Choose this option to activate relays that don't adhere to any sanctions lists and won't censor transactions. Unregulated (All MEV Types) permits for all forms of MEV, including sandwich attacks.
64-
Relays: Ultra Sound, Titan (unregulated) and Aestus`, 56))
64+
Relays: Ultra Sound, Titan Global (unregulated) and Aestus`, 56))
6565

6666
unregulatedTextViewHeight := 10
6767

6868
regulatedTextView := tview.NewTextView().SetText(utils.AddNewLines(`Regulated
6969
Choose this option to activate relays that adhere to government regulations such as OFAC sanctions. "Regulated (All MEV Types)" permits all forms of MEV, including sandwich attacks.
70-
Relays: BloXroute regulated, BloXroute Max Profit, Flashbot, Agnostic, Titan (regulated) and Eden Network`, 56))
70+
Relays: BloXroute regulated, BloXroute Max Profit, Flashbot, Agnostic, Titan Regional (regulated) and Eden Network`, 56))
7171

7272
regulatedTextViewHeight := 10
7373

0 commit comments

Comments
 (0)
Please sign in to comment.