Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Madmaxs2 authored Dec 3, 2024
1 parent 30fa57e commit d3649b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sparks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ set of recipients in the form of fees and rewards, with the percentage split
configured in the creator contract. When a SPARK is redeemed, the underlying
value is distributed to a desired recipient, and the SPARK is burned.

The `ZoraSparksManager` is an administrated and upgradeable that contract controls which SPARK token id can be minted for each currency type,
The `ZoraSparksManager` is an administrated and upgradeable contract that which SPARK token id can be minted for each currency type,
thus defining the current price for collecting a SPARK in that currency type.
While it controls the logic around which SPARKs can be minted, once a SPARK is minted, the corresponding value is deposited into the
immutable `ZoraSparks1155` contract; only the owner of the SPARKs can access the underlying deposited funds by redeming the SPARKs or choose to do with their SPARKs, and since that contract is immutable these rules could never change.
immutable `ZoraSparks1155` contract; only the owner of the SPARKs can access the underlying deposited funds by redeeming the SPARKs or choose to do with their SPARKs, and since that contract is immutable these rules could never change.

The `ZoraSparks1155` and `ZoraSparksManager` contracts are deployed deterministically to the same address on all chains:

Expand Down

0 comments on commit d3649b4

Please sign in to comment.