Skip to content

Commit b4e6bdf

Browse files
Added the change operational address procedure to managing-staking-an… (#1444)
* Added the change operational address procedure to managing-staking-and-delegation-operations.adoc * codereview * Update managing-staking-and-delegation-operations.adoc --------- Co-authored-by: razlandau <[email protected]> Co-authored-by: Raz Landau <[email protected]>
1 parent ab821db commit b4e6bdf

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

components/Starknet/modules/staking/pages/managing-staking-and-delegation-operations.adoc

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,27 @@ Validators can update the commission rate of their delegation pool using the `up
4444

4545
== Address Management
4646

47-
Both validators and delegators can update their associated addresses within their staking and delegation contracts. This section outlines how to change the reward address.
47+
Both validators and delegators can update their associated addresses within their staking and delegation contracts. This section outlines how to change the reward and operational addresses.
4848

49-
// === Changing the Operational Address (Validators)
50-
51-
// Validators can change their operational address by interacting with the `change_operational_address` function.
49+
=== Changing the Operational address (Validators)
5250

53-
// .Procedure
51+
Validators can update their operational address using the `change_operational_address` function.
5452

55-
// . Using a Starknet block explorer, navigate to the staking contract.
56-
// . In the contract interface, locate and select the `change_operational_address` function.
57-
// . Enter the following parameter:
58-
// +
59-
// * **`operational_address`**: Enter the new operational address.
60-
// . Submit the transaction to update the operational address.
53+
.Procedure
54+
55+
. Using a Starknet block explorer, navigate to the Staking contract.
56+
. Declare the new operational address:
57+
.. In the contract interface, locate and select the `declare_operational_address` function.
58+
.. Enter the following parameter:
59+
+
60+
* `staker_address`: Enter the your Staker address.
61+
.. Submit the transaction *using your new operational address*.
62+
. Update the existing operational address:
63+
.. In the contract interface, locate and select the `change_operational_address`.
64+
.. Enter the following parameter:
65+
+
66+
* `operational_address`: Enter the new operational address.
67+
.. Submit the transaction (using your regular staker address).
6168

6269
=== Changing the Reward Address (Validators and Delegators)
6370

0 commit comments

Comments
 (0)