diff --git a/components/Starknet/modules/staking/pages/managing-staking-and-delegation-operations.adoc b/components/Starknet/modules/staking/pages/managing-staking-and-delegation-operations.adoc index 4b0589e662..268728c2fc 100644 --- a/components/Starknet/modules/staking/pages/managing-staking-and-delegation-operations.adoc +++ b/components/Starknet/modules/staking/pages/managing-staking-and-delegation-operations.adoc @@ -44,20 +44,20 @@ Validators can update the commission rate of their delegation pool using the `up == Address Management -Both validators and delegators can update their associated addresses within their staking and delegation contracts. This section outlines how to change the operational and reward addresses. +Both validators and delegators can update their associated addresses within their staking and delegation contracts. This section outlines how to change the reward address. -=== Changing the Operational Address (Validators) +// === Changing the Operational Address (Validators) + +// Validators can change their operational address by interacting with the `change_operational_address` function. -Validators can change their operational address by interacting with the `change_operational_address` function. +// .Procedure -.Procedure - -. Using a Starknet block explorer, navigate to the staking contract. -. In the contract interface, locate and select the `change_operational_address` function. -. Enter the following parameter: -+ -* **`operational_address`**: Enter the new operational address. -. Submit the transaction to update the operational address. +// . Using a Starknet block explorer, navigate to the staking contract. +// . In the contract interface, locate and select the `change_operational_address` function. +// . Enter the following parameter: +// + +// * **`operational_address`**: Enter the new operational address. +// . Submit the transaction to update the operational address. === Changing the Reward Address (Validators and Delegators)