Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@tonimateos tonimateos released this 23 Jan 14:18
· 19 commits to main since this release
b63f402

Minor addition of method to modify strings used to build the tokenURI

Context: the tokenURI is built by concatenating: baseURI + prefix + tokenId + suffix

Additions: this version enables the owner of the contract to change prefix and suffix. As in the case of changing baseURI, this privilege is lost when the baseURI is locked. This feature guarantees future compatibility with potential changes in tokenURI spec.

API Changes: none.