forked from decentraland/builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontracts.json
More file actions
45 lines (45 loc) · 1.12 KB
/
contracts.json
File metadata and controls
45 lines (45 loc) · 1.12 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
{
"outputPath": "./src/contracts",
"contracts": {
"SPACERegistry": {
"source": "files",
"abiFile": "./src/contracts/SPACERegistry.json"
},
"SectorRegistry": {
"source": "files",
"abiFile": "./src/contracts/SectorRegistry.json"
},
"CollectionManager": {
"source": "files",
"abiFile": "./src/contracts/CollectionManager.json"
},
"ERC721CollectionFactoryV2": {
"source": "files",
"abiFile": "./src/contracts/ERC721CollectionFactoryV2.json"
},
"ERC721CollectionV2": {
"source": "files",
"abiFile": "./src/contracts/ERC721CollectionV2.json"
},
"ENS": {
"source": "files",
"abiFile": "./src/contracts/ENS.json"
},
"ENSResolver": {
"source": "files",
"abiFile": "./src/contracts/ENSResolver.json"
},
"ERC20": {
"source": "files",
"abiFile": "./src/contracts/ERC20.json"
},
"TWController": {
"source": "files",
"abiFile": "./src/contracts/TWController.json"
},
"TWRegistrar": {
"source": "files",
"abiFile": "./src/contracts/TWRegistrar.json"
}
}
}