Skip to content

Commit

Permalink
yarn lint removed warnings
Browse files Browse the repository at this point in the history
added solidity static analyser slither with enabled critical checks
  • Loading branch information
wer32dr committed Mar 21, 2024
1 parent cede0de commit b627682
Show file tree
Hide file tree
Showing 56 changed files with 5,495 additions and 772 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/verify-smart-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ jobs:
with:
version: nightly-e15e33a07c0920189fc336391f538c3dad53da73 # https://github.com/foundry-rs/foundry/releases/tag/nightly-e15e33a07c0920189fc336391f538c3dad53da73

- name: Install static analyzer
working-directory: ./packages/contracts
run: |-
chmod +x slither.sh
./slither.sh .
cat slither-result.json
echo "Static analyzer check finished"
# Need for hardhat scripts
- name: Link packages
run: yarn bootstrap
Expand Down
202 changes: 101 additions & 101 deletions packages/contracts/.gas-snapshot

Large diffs are not rendered by default.

Loading

0 comments on commit b627682

Please sign in to comment.