deployed cleaned singlesig with token callbacks to 0x000000dE1E80ea5a… #109
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Slither Report | |
on: [push, pull_request] | |
jobs: | |
slither-report: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: crytic/[email protected] | |
with: | |
target: "src/" | |
slither-args: "--checklist" | |
fail-on: "low" |