Skip to content

Commit 549abc2

Browse files
Stacking operator removal (managing-staking-and-delegation-operations.adoc) (#1388)
* Update managing-staking-and-delegation-operations.adoc Got rid of the Operator contract * Update managing-staking-and-delegation-operations.adoc --------- Co-authored-by: Raz Landau <[email protected]>
1 parent 6111c2a commit 549abc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If a validator does not yet have a delegation pool, they can open one by calling
2020

2121
.Procedure
2222

23-
. Using a Starknet block explorer, navigate to the operator contract.
23+
. Using a Starknet block explorer, navigate to the staking contract.
2424
. In the contract interface, locate and select the `set_open_for_delegation` function.
2525
. Enter the following parameter:
2626
+
@@ -35,7 +35,7 @@ Validators can update the commission rate of their delegation pool using the `up
3535

3636
.Procedure
3737

38-
. Using a Starknet block explorer, navigate to the operator contract.
38+
. Using a Starknet block explorer, navigate to the staking contract.
3939
. In the contract interface, locate and select the `update_commission` function.
4040
. Enter the following parameter:
4141
+
@@ -52,7 +52,7 @@ Validators can change their operational address by interacting with the `change_
5252

5353
.Procedure
5454

55-
. Using a Starknet block explorer, navigate to the operator contract.
55+
. Using a Starknet block explorer, navigate to the staking contract.
5656
. In the contract interface, locate and select the `change_operational_address` function.
5757
. Enter the following parameter:
5858
+
@@ -67,7 +67,7 @@ Both validators and delegators can update their reward address using the `change
6767

6868
. Using a Starknet block explorer, navigate to the appropriate contract:
6969
+
70-
* For validators: Navigate to the operator contract.
70+
* For validators: Navigate to the staking contract.
7171
* For delegators: Navigate to the delegation pooling contract.
7272
. In the contract interface, locate and select the `change_reward_address` function.
7373
. Enter the following parameter:

0 commit comments

Comments
 (0)