Skip to content

Commit

Permalink
fix: corrected major errors in docs (#460)
Browse files Browse the repository at this point in the history
* Corrected errors in docs

* Update bug-bounty-program.mdx

---------

Co-authored-by: Iain Nash <[email protected]>
  • Loading branch information
intls and iainnash authored Dec 3, 2024
1 parent 5bfcbbf commit e1474a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/bug-bounty/bug-bounty-program.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/protocol-sdk/creator/premint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e1474a1

Please sign in to comment.