Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update .changeset/spotty-hotels-type.md
Co-authored-by: Hadrien Croubois <[email protected]>
  • Loading branch information
kfishnchips and Amxx authored Mar 10, 2023
commit 1fdcbffbf6e3ee0bcd172e85336e310a2938d032
2 changes: 1 addition & 1 deletion .changeset/spotty-hotels-type.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': patch
---

`ERC721Consecutive`: Add support for setting a starting token id
`ERC721Consecutive`: Add a `_firstConsecutiveId` internal function that can be overridden to change the id of the first token minted through `_mintConsecutive`.