# Changing Base URI

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

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.&#x20;
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]/
```

5. Hit write, sign and pay a small gas fee to apply the change.
