Skip to content

Commit 2ccef30

Browse files
committed
update:
- name prefix - description - address remove: - baseUri - external_uri
1 parent 74c9d5a commit 2ccef30

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ const { NETWORK } = require(`${basePath}/constants/network.js`);
55
const network = NETWORK.eth;
66

77
// General metadata for Ethereum
8-
const namePrefix = "Your Collection";
9-
const description = "Remember to replace this description";
10-
const baseUri = "ipfs://NewUriToReplace";
8+
const namePrefix = "Elite Tour Club";
9+
const description = "A Kenyan PFP NFT project for Travel, Gaming and Entertainment enthusiasts. A new age of Digital flex with 10,000 uniquely generated NFTs. To the Metaverse";
10+
const baseUri = ""; // TODO ipfs://NewUriToReplace";
1111

1212
const solanaMetadata = {
13-
symbol: "YC",
13+
symbol: "ETC",
1414
seller_fee_basis_points: 1000, // Define how much % you want from secondary market sales 1000 = 10%
15-
external_url: "https://www.youtube.com/c/hashlipsnft",
15+
external_url: "" // TODO "https://www.youtube.com/c/hashlipsnft",
1616
creators: [
1717
{
18-
address: "7fXNuer5sbZtaTEPhtJ5g5gNtuyRoKkvxdjEjEnPN4mC",
18+
address: "0xef3e15f5a73FB9cB6F98c65817396Dc63AA0fEC8",
1919
share: 100,
2020
},
2121
],

0 commit comments

Comments
 (0)