-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.tsx
15 lines (13 loc) · 971 Bytes
/
settings.tsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Purpose: Contains texts that will be used in the UI when rendering the buttons
// label has to be the exact same as in your candy machine config
export const mintText = [
{ label: "VIG", mintText: "Tier 0 - Very Important Gobelin", buttonLabel: "MINT", header: "Free Mint", value: "10" },
{ label: "OG", mintText: "Tier 1 - Original Gobelin", buttonLabel: "MINT", header: "0.007 ETH", value: "9" },
{ label: "WL", mintText: "Tier 2 - Whitelist", buttonLabel: "MINT", header: "0.01 ETH", value: "8" },
{ label: "Public", mintText: "Public Mint", buttonLabel: "MINT", header: "0.02 ETH", value: "7" },
{ label: "default", mintText: "default mintText", buttonLabel: "MINT", header: "Default"}
];
//header image in the ui. replace with your own
export const image = "https://olive-broad-giraffe-200.mypinata.cloud/ipfs/QmZRjRJJro8ESkr8GA5rwQ6zFR8VzZZcxau8U1LTHTeMH3/collection.png";
//website title
export const headerText = "Let's join the Gobelin Rave !";