Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
solimander committed Jan 29, 2024
1 parent 29294df commit a407b1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/protocol/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules
dist
lib
blacksmith.ts
2 changes: 1 addition & 1 deletion packages/protocol/blacksmith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ const getFiles = () => {
fs.readFileSync('./cache/solidity-files-cache.json', 'utf8')
);
const files = Object.values<SolidityCacheFile>(cache.files);
let contractPaths: { name: string; source: string }[] = [];
const contractPaths: { name: string; source: string }[] = [];
files.forEach((file) => {
const contracts = Object.keys(file.artifacts);
contracts
Expand Down

0 comments on commit a407b1b

Please sign in to comment.