Skip to content

Commit

Permalink
feat: added OZ contract inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
capedcrusader21 committed Jul 17, 2024
1 parent a448643 commit 1a84cf5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions defender.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"contract_inspector": {
"enabled": true,
"scan_directories": ["packages/land", "packages/marketplace", "packages/oft-sand"]
},
"dependency_checker": {
"enabled": false
}
}

1 comment on commit 1a84cf5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

91.11%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/oft-sand/contracts
   OFTAdapterForSand.sol92%100%85.71%91.67%72
   OFTSand.sol94.12%100%90.91%94.12%120
packages/oft-sand/contracts/interfaces
   IERC20Extended.sol100%100%100%100%
   IErrors.sol100%100%100%100%
packages/oft-sand/contracts/mock
   EndpointMock.sol100%100%100%100%
   MockTrustedForwarder.sol100%100%100%100%
   SandMock.sol100%100%100%100%
packages/oft-sand/contracts/oft/libraries
   OFTMsgCodec.sol70.59%50%71.43%75%27, 64, 73
packages/oft-sand/contracts/sand
   ERC20Internal.sol100%100%100%100%
   SandBaseToken.sol100%100%100%100%

Please sign in to comment.