Skip to content

Commit

Permalink
Add StringUtils to missing library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wshino committed Nov 15, 2024
1 parent 4a0d223 commit 2d86239
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"src/libraries/DecimalUtils.sol:DecimalUtils"
]
},
{
"contract_name": "StringUtils",
"contract_path": "src/libraries/StringUtils.sol",
"missing_libraries": []
},
{
"contract_name": "DecimalUtils",
"contract_path": "src/libraries/DecimalUtils.sol",
Expand Down

0 comments on commit 2d86239

Please sign in to comment.