Skip to content

Commit

Permalink
rename /nftData to /metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed May 3, 2024
1 parent c9de66a commit 6437f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chatGPT-nft-minter/ethL1/NFTEE2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {LibString} from "solmate/utils/LibString.sol";
contract SuaveNFT is ERC721 {
using LibString for uint256;

string private constant BASE_URI = "http://localhost:8080/nftData/";
string private constant BASE_URI = "http://localhost:8080/metadata/";

// Event declarations
event NFTMintedEvent(address indexed recipient, uint256 indexed tokenId);
Expand Down

0 comments on commit 6437f46

Please sign in to comment.