From 6d491d5b8f2df008db566f2f3df54b1680a88d89 Mon Sep 17 00:00:00 2001 From: Dan Oved Date: Tue, 17 Sep 2024 14:17:21 -0400 Subject: [PATCH] fixed test around slippage --- docs/pages/protocol-sdk/collect/buy1155OnSecondary.mdx | 2 +- docs/pages/protocol-sdk/collect/sell1155OnSecondary.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/protocol-sdk/collect/buy1155OnSecondary.mdx b/docs/pages/protocol-sdk/collect/buy1155OnSecondary.mdx index baaca3c1..fbc8fca1 100644 --- a/docs/pages/protocol-sdk/collect/buy1155OnSecondary.mdx +++ b/docs/pages/protocol-sdk/collect/buy1155OnSecondary.mdx @@ -83,7 +83,7 @@ The account to use for the transaction. This can be either an Ethereum address o - **Type:** `number` - **Default:** `0.005` (0.5%) -The maximum acceptable slippage percentage for the transaction. This helps protect against price movements between the time the transaction is submitted and when it's executed. Slippage protection when buying ensures that a minimum quantity of ERC1155 is received for the provided ETH. Additional ETH will be sent to account for slippage, and any excess ETH will be refunded at the end of the transaction. +The maximum acceptable slippage percentage for the transaction. This helps protect against price movements between the time the transaction is submitted and when it's executed. Slippage protection when buying ensures that the desired quantity of ERC1155 is received. Additional ETH will be sent to account for slippage, and any excess ETH will be refunded at the end of the transaction. ### recipient (optional) diff --git a/docs/pages/protocol-sdk/collect/sell1155OnSecondary.mdx b/docs/pages/protocol-sdk/collect/sell1155OnSecondary.mdx index 832f934c..b380a6ae 100644 --- a/docs/pages/protocol-sdk/collect/sell1155OnSecondary.mdx +++ b/docs/pages/protocol-sdk/collect/sell1155OnSecondary.mdx @@ -84,7 +84,7 @@ The account to use for the transaction. This can be either an Ethereum address o - **Type:** `number` - **Default:** `0.005` (0.5%) -The maximum acceptable slippage percentage for the transaction. This helps protect against price movements between the time the transaction is submitted and when it's executed. Slippage protection when selling ensures that a minimum amount of ETH is received for the sale. Additional ETH will be sent to account for slippage, and any excess ETH will be refunded at the end of the transaction. +The maximum acceptable slippage percentage for the transaction. This helps protect against price movements between the time the transaction is submitted and when it's executed. Slippage protection when selling ensures that a minimum amount of ETH is received for the sale. ### recipient (optional)