File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ def launch_buildoor(
5050 "--builder-privkey={0}" .format (builder_bls_key ),
5151 "--wallet-privkey={0}" .format (wallet_key ),
5252 "--api-port={0}" .format (BUILDOOR_API_PORT ),
53- "--builder-api-port={0}" .format (BUILDOOR_BUILDER_API_PORT ),
5453 ]
5554
5655 if buildoor_params .builder_api :
@@ -85,9 +84,6 @@ def launch_buildoor(
8584 transport_protocol = "TCP" ,
8685 application_protocol = "http" ,
8786 ),
88- "builder-api" : PortSpec (
89- number = BUILDOOR_BUILDER_API_PORT , transport_protocol = "TCP"
90- ),
9187 },
9288 cmd = cmd ,
9389 files = files ,
@@ -103,7 +99,7 @@ def launch_buildoor(
10399 "mev_endpoint" : "http://{0}@{1}:{2}" .format (
104100 constants .DEFAULT_MEV_PUBKEY ,
105101 BUILDOOR_SERVICE_NAME ,
106- BUILDOOR_BUILDER_API_PORT ,
102+ BUILDOOR_API_PORT ,
107103 ),
108104 "api_url" : "http://{0}:{1}" .format (
109105 BUILDOOR_SERVICE_NAME ,
You can’t perform that action at this time.
0 commit comments