Skip to content

Commit

Permalink
Merge pull request #584 from chainbound/lore/chore/docs
Browse files Browse the repository at this point in the history
chore(docs/holesky): specify UTC timestamp in seconds
  • Loading branch information
merklefruit authored Dec 17, 2024
2 parents d747243 + 1240407 commit eed9cec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion testnets/holesky/QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EXPIRY_TIMESTAMP>
with the desired timestamp:

Expand Down
6 changes: 3 additions & 3 deletions testnets/holesky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- vim-markdown-toc -->

Expand Down Expand Up @@ -403,7 +404,7 @@ Options:
--salt <SALT>
The salt for the operator signature [env: OPERATOR_SIGNATURE_SALT=]
--expiry <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
```
Expand All @@ -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
`<EXPIRY_TIMESTAMP>` with the desired timestamp:

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit eed9cec

Please sign in to comment.