Skip to content

Commit 33af2b4

Browse files
authored
minor fixes in staking
1 parent 2958344 commit 33af2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/architecture/pages/staking.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Staking rewards are issued in newly minted STRK tokens, based on a minting curve
145145

146146
[stem]
147147
++++
148-
M = \frac{\hat{C}}{10} \cdot \sqrt{\sigma}
148+
M = \frac{\hat{C}}{10 \cdot \sqrt{\sigma}}
149149
++++
150150

151151
where:
@@ -321,7 +321,7 @@ a| * `amount` should be denominated in the token's base unit (e.g., FRI for STRK
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
323323
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)
324+
* `amount` should be denominated in the token's base unit (e.g., FRI for STRK)
325325
* You must first approve the transfer of STRK tokens to the delegation pool contract by invoking the STRK contract’s `approve` function
326326

327327
| Switching delegation pools

0 commit comments

Comments
 (0)