Skip to content

Commit

Permalink
fix mythc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlcibiadesCleinias committed Jan 18, 2024
1 parent a5ffdfb commit 87367e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- run: npm i
working-directory: contracts

- run: mythx --solc-version 0.8.20 --config .mythx.yml --api-key ${{ secrets.MYTHX_API_KEY }} analyze --remap-import "@openzeppelin=$(pwd)/node_modules/@openzeppelin" --remap-import "@uniswap=$(pwd)/node_modules/@uniswap"
- run: mythx --config .mythx.yml --api-key ${{ secrets.MYTHX_API_KEY }} analyze --solc-version 0.8.20 --remap-import "@openzeppelin=$(pwd)/node_modules/@openzeppelin" --remap-import "@uniswap=$(pwd)/node_modules/@uniswap"
working-directory: contracts

0 comments on commit 87367e3

Please sign in to comment.