From ec3332fd49b479e981a04c34d4bfc7fe5857a729 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:50:21 +0300 Subject: [PATCH 1/3] Update Minting1155.mdx --- docs/smart-contracts/creator-tools/Minting1155.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smart-contracts/creator-tools/Minting1155.mdx b/docs/smart-contracts/creator-tools/Minting1155.mdx index 0283f1f..ab0e855 100644 --- a/docs/smart-contracts/creator-tools/Minting1155.mdx +++ b/docs/smart-contracts/creator-tools/Minting1155.mdx @@ -57,7 +57,7 @@ Mint NFTs for a specific ETH price. `minterArguments`: User address to mint to, in bytes -*Note, the payment amount of ETH must be set an override if using wagmi or ethers.js. +*Note, the payment amount of ETH must be set as an override if using wagmi or ethers.js. #### Getting the Mint Price Calling the `sale` function on the fixed-price minter will return the price for a specific token. From 9adc182cca3aaa2e281215185f47c70f91b53d97 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 10 Sep 2024 17:51:18 +0300 Subject: [PATCH 2/3] Update Selling1155.mdx --- docs/smart-contracts/creator-tools/Selling1155.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/smart-contracts/creator-tools/Selling1155.mdx b/docs/smart-contracts/creator-tools/Selling1155.mdx index bef92ce..3d31a43 100644 --- a/docs/smart-contracts/creator-tools/Selling1155.mdx +++ b/docs/smart-contracts/creator-tools/Selling1155.mdx @@ -45,7 +45,7 @@ struct SalesConfig { ``` ### Merkle Sale -Create a allow list sale with a Merkle proof. +Create an allow list sale with a Merkle proof. Note, the price and the max mint amount per address are specified when creating the Merkle tree. The Merkle sales config is as follows: From bb30532429cac1d70e7129d65284d25baf88849c Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:00:14 +0300 Subject: [PATCH 3/3] Update security.mdx --- docs/security.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security.mdx b/docs/security.mdx index 8ac80c6..0e06fed 100644 --- a/docs/security.mdx +++ b/docs/security.mdx @@ -55,7 +55,7 @@ The assets listed below are considered in-scope within our bug bounty program. I ### Program Rules - Only submit one vulnerability per report. -- When duplicates occur, we will only accept the first report that was received, as long as it fulfils our submission criteria and can be fully reproduced. +- When duplicates occur, we will only accept the first report that was received, as long as it fulfills our submission criteria and can be fully reproduced. - Social engineering targeted to Zora employees is prohibited. - Publishing sensitive information discovered during security testing is prohibited. - Vulnerabilities that Zora is aware of will not be rewarded.