-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.json
More file actions
44 lines (44 loc) · 1.45 KB
/
config.json
File metadata and controls
44 lines (44 loc) · 1.45 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
{
"defaultModule": "github.com/threshold-network/solidity-contracts",
"modules": {
"github.com/threshold-network/solidity-contracts": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/coverage-pools"
]
},
"github.com/keep-network/coverage-pools": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/random-beacon"
]
},
"github.com/keep-network/keep-core/random-beacon": {
"workflow": "contracts-random-beacon.yml",
"downstream": [
"github.com/keep-network/keep-core/ecdsa"
]
},
"github.com/keep-network/keep-core/ecdsa": {
"workflow": "contracts-ecdsa.yml",
"downstream": [
"github.com/keep-network/tbtc-v2"
]
},
"github.com/keep-network/tbtc-v2": {
"workflow": "contracts.yml",
"downstream": [
"github.com/keep-network/keep-core/client",
"github.com/threshold-network/token-dashboard"
]
},
"github.com/keep-network/keep-core/client": {
"workflow": "client.yml",
"downstream": []
},
"github.com/threshold-network/token-dashboard": {
"workflow": "dashboard-ci.yml",
"downstream": []
}
}
}