Skip to content

Commit 627f313

Browse files
Staking operator removal (exiting-staking.adoc) (#1387)
* Update exiting-staking.adoc Got rid of the Operator contract * Update exiting-staking.adoc --------- Co-authored-by: Raz Landau <[email protected]>
1 parent 549abc2 commit 627f313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Starknet/modules/staking/pages/exiting-staking.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Validators can unstake their STRK tokens, which involves pausing rewards and exi
1616
.Procedure
1717

1818
1. **Signal Unstake Intent:**
19-
. Using a Starknet block explorer, navigate to the operator contract.
19+
. Using a Starknet block explorer, navigate to the staking contract.
2020
. In the contract interface, locate and select the `unstake_intent` function.
2121
. Submit the transaction to initiate the unstake process. This will record the unstake intent, pause rewards collection, and set a waiting period.
2222

2323
2. **Finalize Unstake:**
24-
. After the waiting period has passed, return to the operator contract.
24+
. After the waiting period has passed, return to the staking contract.
2525
. In the contract interface, locate and select the `unstake_action` function.
2626
. Enter the following parameters:
2727
+

0 commit comments

Comments
 (0)