From a45ee4a42b20f9c269906b9c78cbd371eb1ff030 Mon Sep 17 00:00:00 2001 From: Jennifer <5339211+jenpaff@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:49:51 +0100 Subject: [PATCH] docs: rename validator operator address Co-Authored-By: Jennifer <5339211+jenpaff@users.noreply.github.com> --- src/pages/guide/node/validator-setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guide/node/validator-setup.mdx b/src/pages/guide/node/validator-setup.mdx index 184adeb..7562ef4 100644 --- a/src/pages/guide/node/validator-setup.mdx +++ b/src/pages/guide/node/validator-setup.mdx @@ -72,7 +72,7 @@ Provide the following values along with the signature to the Tempo team: | Value | Format | Description | |-------|--------|-------------| -| **Validator address** | Ethereum address (`0x…`) | The control address for your validator. Used to authorize on-chain operations (IP updates, rotation, ownership transfer). | +| **Validator operator address** | Ethereum address (`0x…`) | The control address for your validator. Used to authorize on-chain operations (IP updates, rotation, ownership transfer). | | **Public key** | `0x`-prefixed 32-byte hex | Your ed25519 identity key (from [Step 1](#step-1-generate-a-signing-keypair)). | | **Ingress** | `IP:port` | The inbound address other validators use to reach your node. Must be unique across all active validators. | | **Egress** | `IP` | The outbound IP address your node uses to connect to other validators. |