forked from decentraland/marketplace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contracts.json
43 lines (43 loc) · 1.07 KB
/
contracts.json
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
{
"outputPath": "./src/contracts",
"contracts": {
"MANA": {
"source": "etherscan",
"net": "mainnet",
"address": "0x0f5d2fb29fb7d3cfee444a200298f468908cc942"
},
"Marketplace": {
"source": "etherscan",
"net": "mainnet",
"address": "0x19a8ed4860007a66805782ed7e0bed4e44fc6717"
},
"MarketplaceAdapter": {
"source": "etherscan",
"net": "ropsten",
"address": "0xd1e4e2880ff56cd0d5c68da9bed58bfbf0150948"
},
"Converter": {
"source": "etherscan",
"net": "ropsten",
"address": "0x2782eb28Dcb1eF4E7632273cd4e347e130Ce4646"
},
"Bids": {
"source": "etherscan",
"net": "mainnet",
"address": "0xe479dfd9664c693b2e2992300930b00bfde08233"
},
"EstateRegistry": {
"source": "etherscan",
"net": "mainnet",
"address": "0x55fd705b431f95c8e09fcf85a245377568cc2c6e"
},
"ERC20": {
"source": "files",
"abiFile": "./src/contracts/ERC20.json"
},
"ERC721": {
"source": "files",
"abiFile": "./src/contracts/ERC721.json"
}
}
}