Bisonai/sbt-contracts

Remove `updateBaseURI`

Closed this issue · 0 comments

We do not consider method updateBaseURI necessary in the SBT smart contract and want to lower the chance that the malicious minter of SBT tokens will change the address later after the token has already been minted.

function updateBaseURI(string memory baseURI_) public onlyOwner {
baseURI = baseURI_;
}