Skip to content

Commit b4308bb

Browse files
committed
Added updateBaseUri feature
1 parent 3fbe6b0 commit b4308bb

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.DS_Store

0 Bytes
Binary file not shown.

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { MODE } = require("./blendMode.js");
22
const description =
33
"This is the description of your NFT project, remember to replace this";
4-
const baseUri = "https://REPLACE/metadata";
4+
const baseUri = "ipfs://QmNfPMWLPTEbFpBtPFy4wkYEHRVWcz8dzjziTcPbebzF53";
55

66
const layerConfigurations = [
77
{

0 commit comments

Comments
 (0)