Skip to content

Commit

Permalink
Removed Changing the Operational Address (#1437)
Browse files Browse the repository at this point in the history
* Removed Changing the Operational Address

* Update managing-staking-and-delegation-operations.adoc

* Update managing-staking-and-delegation-operations.adoc
  • Loading branch information
LandauRaz authored Nov 25, 2024
1 parent 5fb8934 commit 0a8a448
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0a8a448

Please sign in to comment.