Skip to content

Commit

Permalink
chore: add logs for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkharvar committed Nov 6, 2023
1 parent 1d4628d commit fd1bd70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gasCompare.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ let getFileData = (filePath) => {
try{
const fileData = fs.readFileSync(filePath);
const response = JSON.parse(fileData)
console.log({fileData})
console.log(response)
return response.info.methods;

} catch (err) {
Expand Down

0 comments on commit fd1bd70

Please sign in to comment.