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
37d8ccd8
Unverified
Commit
37d8ccd8
authored
Oct 17, 2023
by
Gyanendra Mishra
Committed by
GitHub
Oct 17, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: explicitly set persist to false (#296)
We will be make persist True in the base package
parent
f1e18ca7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
mev_relay_launcher.star
src/mev_relay/mev_relay_launcher.star
+3
-0
No files found.
src/mev_relay/mev_relay_launcher.star
View file @
37d8ccd8
...
@@ -17,6 +17,8 @@ NETWORK_ID_TO_NAME = {
...
@@ -17,6 +17,8 @@ NETWORK_ID_TO_NAME = {
"3": "ropsten",
"3": "ropsten",
}
}
DONT_PERSIST_TO_DISK = False
def launch_mev_relay(
def launch_mev_relay(
plan,
plan,
...
@@ -35,6 +37,7 @@ def launch_mev_relay(
...
@@ -35,6 +37,7 @@ def launch_mev_relay(
user="postgres",
user="postgres",
database="postgres",
database="postgres",
service_name="postgres",
service_name="postgres",
persistent=DONT_PERSIST_TO_DISK,
)
)
network_name = NETWORK_ID_TO_NAME.get(network_id, network_id)
network_name = NETWORK_ID_TO_NAME.get(network_id, network_id)
...
...
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