-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplate.json
More file actions
136 lines (136 loc) · 3.72 KB
/
template.json
File metadata and controls
136 lines (136 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "Croptop",
"description": "Publish and access indie content freely through .eth domains",
"author": "Jango",
"authorWebsite": "https://croptop.eth.sucks",
"version": "1.2.2",
"idealItemsPerPage": 10,
"generateIndexPagination": false,
"buildNumber": 598,
"generateNFTMetadata": true,
"generateTagPages": true,
"settings": {
"curatorAddress": {
"name": "Your Address",
"type": "string",
"defaultValue": "",
"description": "The Ethereum address of the curator of this collection where you'll receive rewards."
},
"collectionCategory": {
"name": "Collection Category",
"type": "int",
"defaultValue": "0",
"description": "The collection's category where posts will be recorded."
},
"ethereumMainnetCollectionAddress": {
"name": "Ethereum",
"type": "string",
"defaultValue": "0x929B6c04fE40fb265Cd0AbB7928826DC965E540D",
"description": ""
},
"ethereumSepoliaCollectionAddress": {
"name": "Ethereum Sepolia",
"type": "string",
"defaultValue": "0x929B6c04fE40fb265Cd0AbB7928826DC965E540D",
"description": ""
},
"optimismMainnetCollectionAddress": {
"name": "Optimism",
"type": "string",
"defaultValue": "",
"description": ""
},
"optimismSepoliaCollectionAddress": {
"name": "Optimism Sepolia",
"type": "string",
"defaultValue": "",
"description": ""
},
"baseMainnetCollectionAddress": {
"name": "Base",
"type": "string",
"defaultValue": "",
"description": ""
},
"baseSepoliaCollectionAddress": {
"name": "Base Sepolia",
"type": "string",
"defaultValue": "",
"description": ""
},
"arbitrumMainnetCollectionAddress": {
"name": "Arbitrum",
"type": "string",
"defaultValue": "",
"description": ""
},
"arbitrumSepoliaCollectionAddress": {
"name": "Arbitrum Sepolia",
"type": "string",
"defaultValue": "",
"description": ""
},
"ethereumMainnetRPC": {
"name": "Ethereum RPC",
"type": "string",
"defaultValue": "https://eth.llamarpc.com",
"description": "",
"advanced": true
},
"ethereumSepoliaRPC": {
"name": "Ethereum Sepolia RPC",
"type": "string",
"defaultValue": "https://ethereum-sepolia-rpc.publicnode.com",
"description": "",
"advanced": true
},
"optimismMainnetRPC": {
"name": "Optimism RPC",
"type": "string",
"defaultValue": "https://optimism.llamarpc.com",
"description": "",
"advanced": true
},
"optimismSepoliaRPC": {
"name": "Optimism Sepolia RPC",
"type": "string",
"defaultValue": "https://sepolia.optimism.io",
"description": "",
"advanced": true
},
"baseMainnetRPC": {
"name": "Base RPC",
"type": "string",
"defaultValue": "https://base.llamarpc.com",
"description": "",
"advanced": true
},
"baseSepoliaRPC": {
"name": "Base Sepolia RPC",
"type": "string",
"defaultValue": "https://sepolia.base.org",
"description": "",
"advanced": true
},
"arbitrumMainnetRPC": {
"name": "Arbitrum RPC",
"type": "string",
"defaultValue": "https://arbitrum.llamarpc.com",
"description": "",
"advanced": true
},
"arbitrumSepoliaRPC": {
"name": "Arbitrum Sepolia RPC",
"type": "string",
"defaultValue": "https://arbitrum-sepolia.gateway.tenderly.co",
"description": "",
"advanced": true
},
"highlightColor": {
"name": "Highlight Color",
"type": "string",
"defaultValue": "#F056C1",
"description": "Color for links and buttons"
}
}
}