Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
diewland committed Dec 8, 2024
1 parent 42fe15b commit 4044859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/BoredtopiaTBW2024.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion docs/data.json
Original file line number Diff line number Diff line change
@@ -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": []
}

0 comments on commit 4044859

Please sign in to comment.