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.