forked from decentology/hyperverse-evm-builderkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contracts.json
43 lines (43 loc) · 1.17 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
{
"metis": {
"testnet": {
"contractAddress": "0xACec20ad889Ba58Ec9d65AB0aA7C0e0D151222e0",
"factoryAddress": "0xb38d8C98646C7F07fdc0512e1DB9ee25BfE77F30"
},
"mainnet": {}
},
"avalanche": {
"testnet": {
"contractAddress": "0x995d701c0CaAeDA88DBF21727202F3a61AF01177",
"factoryAddress": "0xACec20ad889Ba58Ec9d65AB0aA7C0e0D151222e0"
},
"mainnet": {}
},
"ethereum": {
"testnet": {
"contractAddress": "0x95557ee579CD0321129e2aA9353FA61748401Ab0",
"factoryAddress": "0x3bcABe3A2b90Ea7C08A0987030f34e9D7A78fE8e"
},
"mainnet": {}
},
"polygon": {
"testnet": {
"contractAddress": "0x1f6c0449EA114c4A5A542d20801650066Ef8767D",
"factoryAddress": "0x17f32a93376C24b4EFdAaeA72a1173606e7A2d1C"
},
"mainnet": {}
},
"localhost": {
"testnet": {
"contractAddress": "0x5FbDB2315678afecb367f032d93F642f64180aa3",
"factoryAddress": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512"
},
"mainnet": {}
},
"hardhat": {
"testnet": {
"contractAddress": "0x5FbDB2315678afecb367f032d93F642f64180aa3",
"factoryAddress": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512"
}
}
}