Changing Base URI

If for any reason you need to change your collection's base URI after mint, you can do so via Etherscan.

Steps:

  1. Navigate to your contract page on Etherscan. You can do this by copy-pasting your contract's address into the Etherscan search bar.

  2. Connect your deployer wallet to Web3.

  3. Scroll to Contract > Write > 20. setBaseURI.

  4. Insert your new base URI in the following format, taking care to include the trailing slash

ipfs://[CID]/
  1. Hit write, sign and pay a small gas fee to apply the change.

Last updated