Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
diewland committed Aug 4, 2024
1 parent fe3fcf2 commit cdb1452
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.swp
2 changes: 1 addition & 1 deletion contracts/MoncockOpenEdition.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contract MoncockOpenEdition is ERC721A, Ownable {
uint256 public START_ID = 1;

bool public mintEnabled = true;
string public baseURI = "https://moncock.github.io/launchpad/assets/origin.png";
string public baseURI = "https://moncock.github.io/launchpad/images/origin.png";

// start token id
function _startTokenId() internal view virtual override returns (uint256) {
Expand Down
File renamed without changes

0 comments on commit cdb1452

Please # to comment.