Skip to content

Commit

Permalink
Update orderflow proxy configuration to v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: bakhtin <[email protected]>
  • Loading branch information
bakhtin committed Nov 1, 2024
1 parent eec040f commit 1270669
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@
# Builds
/build
.aider*

# Live configs
testdata/*-config.json
testdata/*-secrets.json
10 changes: 3 additions & 7 deletions testdata/get-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@
},
"orderflow_proxy": {
"flashbots_orderflow_signing_address": "0x00",
"builder_public_ip": "1.2.3.4",
"tls_hosts": [
"1.2.3.4",
"fundomain.builderx.io",
"172.27.14.1",
"2001:db8::123.123.123.123"
]
"builder_endpoint": "http://127.0.0.1:8645",
"local_listen_addr": "0.0.0.0:443",
"public_listen_addr": "0.0.0.0:5544"
},
"rbuilder": {
"__version": "v0.1.0-26-g18875a4",
Expand Down

0 comments on commit 1270669

Please sign in to comment.