Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
c1bf13ee
Unverified
Commit
c1bf13ee
authored
Sep 11, 2023
by
Gyanendra Mishra
Committed by
GitHub
Sep 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update readme for MEV params (#189)
parent
8146ab7b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
8 deletions
+16
-8
README.md
README.md
+16
-8
No files found.
README.md
View file @
c1bf13ee
...
@@ -213,8 +213,11 @@ To configure the package behaviour, you can modify your `network_params.json` fi
...
@@ -213,8 +213,11 @@ To configure the package behaviour, you can modify your `network_params.json` fi
//
Parameters
if
MEV
is
used
//
Parameters
if
MEV
is
used
"mev_params"
:
{
"mev_params"
:
{
//
The
image
to
use
for
MEV
boot
relay
//
The
image
to
use
for
MEV
boot
relay
//
This
uses
the
h
4
ck
3
rk
3
y
image
instead
of
the
flashbots
image
as
that
isn't
published
yet
"mev_relay_image"
:
"flashbots/mev-boost-relay"
,
"mev_relay_image"
:
"flashbots/mev-boost-relay"
,
//
The
image
to
use
for
the
builder
"mev_builder_image"
:
"ethpandaops/flashbots-builder:main"
,
//
The
image
to
use
for
mev-boost
"mev_boost_image"
:
"flashbots/mev-boost"
,
//
Extra
parameters
to
send
to
the
API
//
Extra
parameters
to
send
to
the
API
"mev_relay_api_extra_args"
:
[],
"mev_relay_api_extra_args"
:
[],
//
Extra
parameters
to
send
to
the
housekeeper
//
Extra
parameters
to
send
to
the
housekeeper
...
@@ -226,7 +229,12 @@ To configure the package behaviour, you can modify your `network_params.json` fi
...
@@ -226,7 +229,12 @@ To configure the package behaviour, you can modify your `network_params.json` fi
//
Image
to
use
for
mev-flood
//
Image
to
use
for
mev-flood
"mev_flood_image"
:
"flashbots/mev-flood"
,
"mev_flood_image"
:
"flashbots/mev-flood"
,
//
Extra
parameters
to
send
to
mev-flood
//
Extra
parameters
to
send
to
mev-flood
"mev_flood_extra_args"
:
[]
"mev_flood_extra_args"
:
[],
//
Number
of
seconds
between
bundles
for
mev-flood
"mev_flood_seconds_per_bundle"
:
15
,
//
A
custom
flood
script
that
increases
the
balance
of
the
coinbase
addresss
leading
to
more
reliable
//
payload
delivery
"launch_custom_flood"
:
false
}
}
}
}
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment