Skip to content

Commit

Permalink
add slither report
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Aug 30, 2020
1 parent 6ca6029 commit d10e346
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"deploy:nile": "npm run clean && npm run compile && export NETWORK='nile' && truffle migrate --network nile",
"deploy:pacific": "npm run clean && npm run compile && export NETWORK='pacific' && truffle migrate --network pacific",
"deploy:mainnet": "npm run clean && npm run compile && export NETWORK='mainnet' && truffle migrate --network mainnet",
"deploy:rinkeby": "npm run clean && npm run compile && export NETWORK='rinkeby' && truffle migrate --network rinkeby"
"deploy:rinkeby": "npm run clean && npm run compile && export NETWORK='rinkeby' && truffle migrate --network rinkeby",
"security:slither": "slither . 2>&1 | tee slitherReport.txt"
},
"files": [
"docs/**/*",
Expand Down

0 comments on commit d10e346

Please sign in to comment.