You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/Starknet/modules/staking/pages/managing-staking-and-delegation-operations.adoc
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,20 +44,27 @@ Validators can update the commission rate of their delegation pool using the `up
44
44
45
45
== Address Management
46
46
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.
48
48
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)
52
50
53
-
// .Procedure
51
+
Validators can update their operational address using the `change_operational_address` function.
54
52
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).
61
68
62
69
=== Changing the Reward Address (Validators and Delegators)
0 commit comments