forked from Consensys/permissioning-smart-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mythx.yml
27 lines (26 loc) · 1011 Bytes
/
.mythx.yml
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
# Run me by typing `mythx analyze` in the directory of the yml file! :)
ci: true
confirm: true
analyze:
mode: quick
async: false
create-group: true
solc: 0.5.9
remappings:
- "@openzeppelin=node_modules/@openzeppelin"
targets:
- contracts/AccountIngress.sol:AccountIngress
- contracts/AccountRulesList.sol:AccountRulesList
- contracts/AccountRulesProxy.sol:AccountRulesProxy
- contracts/AccountRules.sol:AccountRules
- contracts/AdminList.sol:AdminList
- contracts/AdminProxy.sol:AdminProxy
- contracts/Admin.sol:Admin
- contracts/ExposedAccountRulesList.sol:ExposedAccountRulesList
- contracts/ExposedAdminList.sol:ExposedAdminList
- contracts/ExposedNodeRulesList.sol:ExposedNodeRulesList
- contracts/Ingress.sol:Ingress
- contracts/NodeIngress.sol:NodeIngress
- contracts/NodeRulesList.sol:NodeRulesList
- contracts/NodeRulesProxy.sol:NodeRulesProxy
- contracts/NodeRules.sol:NodeRules