Skip to content

Commit 2958344

Browse files
saniksinLandauRaz
andauthored
Minor clarifications in staking as delegators procedures #1692
* Update staking.adoc * codereview --------- Co-authored-by: Raz Landau <[email protected]>
1 parent c7e0a3e commit 2958344

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/architecture/pages/staking.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,9 @@ a| * `amount` should be denominated in the token's base unit (e.g., FRI for STRK
320320

321321
| Adding to a delegation pool
322322
| Invoke the delegation pool contract's https://github.com/starkware-libs/starknet-staking/blob/main/docs/spec.md#add_to_delegation_pool[`add_to_delegation_pool`^] function
323-
a| * `amount` should be denominated in FRI (i.e., 1*10^18^ = 1 STRK)
324-
* You must first approve the transfer of STRK tokens to the delegation pool contract by invoking the STRK contract's `approve` function
323+
a| * Adding to a delegation pool is only possible after entering it using `enter_delegation_pool`
324+
* `amount` should be denominated in FRI (i.e., 1×10^18^ = 1 STRK)
325+
* You must first approve the transfer of STRK tokens to the delegation pool contract by invoking the STRK contract’s `approve` function
325326

326327
| Switching delegation pools
327328
| Invoke the delegation pool contract's https://github.com/starkware-libs/starknet-staking/blob/main/docs/spec.md#switch_delegation_pool[`switch_delegation_pool`^] function

0 commit comments

Comments
 (0)