File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments