diff --git a/docs/pages/bug-bounty/bug-bounty-program.mdx b/docs/pages/bug-bounty/bug-bounty-program.mdx index aa19d74cc..ac2105f3e 100644 --- a/docs/pages/bug-bounty/bug-bounty-program.mdx +++ b/docs/pages/bug-bounty/bug-bounty-program.mdx @@ -53,7 +53,7 @@ _Please note: All bounty rewards will be denoted as USD and will be paid out as ### 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. diff --git a/docs/pages/protocol-sdk/creator/premint.mdx b/docs/pages/protocol-sdk/creator/premint.mdx index 6411e3788..835e965cf 100644 --- a/docs/pages/protocol-sdk/creator/premint.mdx +++ b/docs/pages/protocol-sdk/creator/premint.mdx @@ -14,7 +14,7 @@ import {Callout} from 'vocs/components' The Zora Protocol allows creators to create 1155 contracts and tokens without needing to pay any gas or have eth in their wallet. This is done by creating what's called a `Premint` - a signed intent to create and setup an 1155 contract and/or token. It is then uploading it to an API, where it can be retrieved later to bring onchain and mint by an account willing to pay the gas to do so. This can either be the first collector, or the -the original creator of the Premint. The account that brings the Premint onchain will earn the first minter reward. +original creator of the Premint. The account that brings the Premint onchain will earn the first minter reward. In order for the Premint to be discoverable in the Zora network, it must be signed by the creator's wallet and uploaded to the Zora Premint API. Before the Premint is brought onchain, the creator of the Premint can sign a message to update or delete it.