Skip to content

Commit

Permalink
fix erc721 primitive link
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed May 15, 2024
1 parent 636a3f9 commit 8d5cc1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ extensions:
- `contractAdress` is the address of the smart contract that will emit the event that will trigger the erc721 primitive creation.
- `scheduledPrefix` and `burnScheduledPrefix` are the prefixes used for the
resulting erc721 events. This primitive won't emit events by itself. See [the
erc721 section for details](3-ERC721.md#meaning).
erc721 section for details](ERC721#meaning).
- `abiPath`, specifying a path to a .json file describing the compiled contract
– the only field required in this file is the `abi` field in the top-level
object;
Expand Down

0 comments on commit 8d5cc1c

Please sign in to comment.