We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccef30 commit 874db36Copy full SHA for 874db36
src/config.js
@@ -12,7 +12,7 @@ const baseUri = ""; // TODO ipfs://NewUriToReplace";
12
const solanaMetadata = {
13
symbol: "ETC",
14
seller_fee_basis_points: 1000, // Define how much % you want from secondary market sales 1000 = 10%
15
- external_url: "" // TODO "https://www.youtube.com/c/hashlipsnft",
+ external_url: "", // TODO "https://www.youtube.com/c/hashlipsnft",
16
creators: [
17
{
18
address: "0xef3e15f5a73FB9cB6F98c65817396Dc63AA0fEC8",
0 commit comments