diff --git a/src/config.js b/src/config.js index c46d867a0..4e14b0da7 100644 --- a/src/config.js +++ b/src/config.js @@ -10,15 +10,15 @@ const description = "Remember to replace this description"; const baseUri = "ipfs://NewUriToReplace"; const solanaMetadata = { - symbol: "YC", - seller_fee_basis_points: 1000, // Define how much % you want from secondary market sales 1000 = 10% + // symbol: "YC", + // seller_fee_basis_points: 1000, // Define how much % you want from secondary market sales 1000 = 10% external_url: "https://www.youtube.com/c/hashlipsnft", - creators: [ - { - address: "7fXNuer5sbZtaTEPhtJ5g5gNtuyRoKkvxdjEjEnPN4mC", - share: 100, - }, - ], + // creators: [ + // { + // address: "7fXNuer5sbZtaTEPhtJ5g5gNtuyRoKkvxdjEjEnPN4mC", + // share: 100, + // }, + // ], }; // If you have selected Solana then the collection starts from 0 automatically diff --git a/src/main.js b/src/main.js index e9c08dcf2..0027e3d31 100644 --- a/src/main.js +++ b/src/main.js @@ -163,7 +163,7 @@ const addMetadata = (_dna, _edition) => { }, ], category: "image", - creators: solanaMetadata.creators, + // creators: solanaMetadata.creators, }, }; }