diff --git a/testnets/holesky/QUICK_START.md b/testnets/holesky/QUICK_START.md index 273e64e81..7836d6262 100644 --- a/testnets/holesky/QUICK_START.md +++ b/testnets/holesky/QUICK_START.md @@ -313,7 +313,7 @@ First, you need to install the echo -n "0x"; head -c 32 /dev/urandom | hexdump -e '32/1 "%02x" "\n"' ``` - - `--expiry` is the timestamp of the signature expiry in seconds. + - `--expiry` is the UTC timestamp in seconds of the signature expiry. To generate it on both Linux and MacOS run the following command, replacing with the desired timestamp: diff --git a/testnets/holesky/README.md b/testnets/holesky/README.md index a91cfa526..cbb2cf004 100644 --- a/testnets/holesky/README.md +++ b/testnets/holesky/README.md @@ -40,6 +40,7 @@ This document provides instructions for running Bolt on the Holesky testnet. * [Using a ERC-2335 Keystore](#using-a-erc-2335-keystore) * [Avoid restarting the beacon node](#avoid-restarting-the-beacon-node) * [Vouch configuration](#vouch-configuration) + * [`execution_config.json`](#execution_configjson) @@ -403,7 +404,7 @@ Options: --salt The salt for the operator signature [env: OPERATOR_SIGNATURE_SALT=] --expiry - The expiry timestamp for the operator signature [env: OPERATOR_SIGNATURE_EXPIRY=] + The expiry UTC timestamp in seconds for the operator signature [env: OPERATOR_SIGNATURE_EXPIRY=] -h, --help Print help ``` @@ -417,7 +418,7 @@ A note on the `--salt` and `--expiry` parameters: echo -n "0x"; head -c 32 /dev/urandom | hexdump -e '32/1 "%02x" "\n"' ``` -- `expiry` -- the timestamp of the signature expiry in seconds. To generate it +- `expiry` -- the UTC timestamp in seconds of the signature expiry. To generate it on both Linux and MacOS run the following command, replacing `` with the desired timestamp: @@ -1153,7 +1154,6 @@ Doing so can be done by tweaking the following configuration files: Then using this config in `vouch.yaml`: ```yml - --- blockrelay: config: