diff --git a/src/config.js b/src/config.js index c46d867a0..ccb73cf39 100644 --- a/src/config.js +++ b/src/config.js @@ -5,17 +5,17 @@ const { NETWORK } = require(`${basePath}/constants/network.js`); const network = NETWORK.eth; // General metadata for Ethereum -const namePrefix = "Your Collection"; +const namePrefix = "Xranilec Cars"; 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% - external_url: "https://www.youtube.com/c/hashlipsnft", + seller_fee_basis_points: 500, // Define how much % you want from secondary market sales 1000 = 10% + external_url: "", creators: [ { - address: "7fXNuer5sbZtaTEPhtJ5g5gNtuyRoKkvxdjEjEnPN4mC", + address: "", share: 100, }, ],