You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
The
_setBaseURI
function from the OpenZeppelin base contract has been removed and isn't present in versions > 3.4.0 (I think).It looks like we should override the
_baseURI
method instead: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/3dc374ddcf46739185bd12759eaa826b579e5a0a/contracts/token/ERC721/ERC721.sol#L102This will break if we update the base contract, so worth fixing :)
The text was updated successfully, but these errors were encountered: