diff --git a/docs/int/quickstart/advanced/quickstart-builder-api.md b/docs/int/quickstart/advanced/quickstart-builder-api.md index 5ba5c7f782..565b5cda43 100644 --- a/docs/int/quickstart/advanced/quickstart-builder-api.md +++ b/docs/int/quickstart/advanced/quickstart-builder-api.md @@ -110,7 +110,7 @@ The following flags need to be configured on your chosen validator client
       
-    {String.raw`teku validator-client --validators-proposer-blinded-blocks-enabled=true `}
+    {String.raw`teku validator-client --validators-builder-registration-default-enabled=true`}
       
     
@@ -139,7 +139,7 @@ The following flags need to be configured on your chosen validator client
       
-    {String.raw`--builder`}
+    {String.raw`--builder="true" --builder.selection="builderonly"`}
       
     
@@ -160,4 +160,4 @@ If you are using the [ultrasound relay](https://relay.ultrasound.money), you can You should check that your validator client's logs look healthy, and ensure that you haven't added a `fee-recipient` address that conflicts with what has been selected by your cluster in your cluster-lock file, as that may prevent your validator from producing a signature for the block when the opportunity arises. You should also confirm the same for all of the other peers in your cluster. -Once a proposal has been made, you should look at the `Block Extra Data` field under `Execution Payload` for the block on [Beaconcha.in](https://beaconcha.in/block/17370078), and confirm there is text present, this generally suggests the block came from a builder, and was not a locally constructed block. \ No newline at end of file +Once a proposal has been made, you should look at the `Block Extra Data` field under `Execution Payload` for the block on [Beaconcha.in](https://beaconcha.in/block/18450364), and confirm there is text present, this generally suggests the block came from a builder, and was not a locally constructed block. \ No newline at end of file