forked from sushi-labs/sushiswap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mythx.yml
23 lines (22 loc) · 842 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
# Run me by typing `mythx analyze` in the directory of the yml file! :)
ci: true
confirm: true
analyze:
mode: quick
async: true
create-group: true
solc: 0.6.12
remappings:
- "@openzeppelin=node_modules/@openzeppelin"
targets:
- contracts/SushiMaker.sol:SushiMaker
- contracts/uniswapv2/UniswapV2Pair.sol:UniswapV2Pair
- contracts/uniswapv2/UniswapV2Factory.sol:UniswapV2Factory
- contracts/uniswapv2/UniswapV2ERC20.sol:UniswapV2ERC20
- contracts/uniswapv2/UniswapV2Router02.sol:UniswapV2Router02
- contracts/SushiRoll.sol:SushiRoll
- contracts/SushiToken.sol:SushiToken
- contracts/SushiBar.sol:SushiBar
- contracts/MasterChef.sol:MasterChef
- contracts/governance/Timelock.sol:Timelock
- contracts/Migrator.sol:Migrator