Skip to content

Commit

Permalink
fixed test around slippage
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Sep 17, 2024
1 parent 1974467 commit 6d491d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/protocol-sdk/collect/buy1155OnSecondary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/protocol-sdk/collect/sell1155OnSecondary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

1 comment on commit 6d491d5

@FelixUFO1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Felix1

Please sign in to comment.