diff --git a/contracts/BoredtopiaTBW2024.sol b/contracts/BoredtopiaTBW2024.sol index c066506..a0a7c83 100644 --- a/contracts/BoredtopiaTBW2024.sol +++ b/contracts/BoredtopiaTBW2024.sol @@ -15,7 +15,7 @@ contract BoredtopiaTBW2024 is ERC721A, Ownable { uint256 public START_ID = 1; bool public mintEnabled = false; - string public baseURI = "https://boredtopia.github.io/taiwan-blockchain-week/data.json"; + string public baseURI = "https://boredtopia.github.io/tbw2024/data.json"; // start token id function _startTokenId() internal view virtual override returns (uint256) { diff --git a/docs/data.json b/docs/data.json index cfb408e..c06e365 100644 --- a/docs/data.json +++ b/docs/data.json @@ -1,6 +1,6 @@ { "name": "Boredtopia Taiwan Blockchain Week Souvenir", "description": "Celebrate your journey into the world of Web3 with the exclusive \u201cBoredtopia Taiwan Blockchain Week Souvenir\u201d NFT! Minted on the Kaia Chain, this digital collectible is a special keepsake for attendees of the Taiwan Blockchain Week 2024.", - "image": "https://boredtopia.github.io/taiwan-blockchain-week/asset.png", + "image": "https://boredtopia.github.io/tbw2024/asset.png", "attributes": [] }