Skip to content

Commit cd65471

Browse files
committed
Remove useless section
1 parent 6b0cedb commit cd65471

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/polygon/src/staker.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ export class PolygonStaker {
140140
* Delegates POL tokens to a validator via their ValidatorShare contract.
141141
* Requires prior token approval to the StakeManager contract.
142142
*
143-
* **Slippage requirement:** Exactly one of `slippageBps` or `minSharesToMint` must be provided.
144-
* There is no default value. Providing neither or both will throw an error.
145-
*
146143
* @param params - Parameters for building the transaction
147144
* @param params.delegatorAddress - The delegator's Ethereum address
148145
* @param params.validatorShareAddress - The validator's ValidatorShare contract address
@@ -217,9 +214,6 @@ export class PolygonStaker {
217214
* Creates an unbond request to unstake POL tokens from a validator.
218215
* After the unbonding period (~80 checkpoints, approximately 3-4 days), call buildWithdrawTx() to claim funds.
219216
*
220-
* **Slippage requirement:** Exactly one of `slippageBps` or `maximumSharesToBurn` must be provided.
221-
* There is no default value. Providing neither or both will throw an error.
222-
*
223217
* @param params - Parameters for building the transaction
224218
* @param params.delegatorAddress - The delegator's address
225219
* @param params.validatorShareAddress - The validator's ValidatorShare contract address

0 commit comments

Comments
 (0)