-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontracts.json
More file actions
32 lines (32 loc) · 857 Bytes
/
contracts.json
File metadata and controls
32 lines (32 loc) · 857 Bytes
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
[
{
"name": "Escrow",
"path": "./packages/core/deployments/localhost/Escrow.json",
"rpc": "http://127.0.0.1:8545/"
},
{
"name": "SwapERC20Extension",
"path": "./packages/core/deployments/localhost/SwapERC20Extension.json",
"rpc": "http://127.0.0.1:8545/"
},
{
"name": "Tether",
"path": "./packages/core/deployments/localhost/Tether.json",
"rpc": "http://127.0.0.1:8545/"
},
{
"name": "WrappedEther",
"path": "./packages/core/deployments/localhost/WrappedEther.json",
"rpc": "http://127.0.0.1:8545/"
},
{
"name": "TestNFT",
"path": "./packages/core/deployments/localhost/TestNFT.json",
"rpc": "http://127.0.0.1:8545/"
},
{
"name": "MultiSwapExtension",
"path": "./packages/core/deployments/localhost/MultiSwapExtension.json",
"rpc": "http://127.0.0.1:8545/"
}
]