Skip to content

Commit

Permalink
Remove warnings (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jubeira authored Feb 12, 2025
1 parent 1580024 commit 51289bc
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 124 deletions.
1 change: 1 addition & 0 deletions .env.yarn
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NODE_OPTIONS=--no-deprecation
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"/dist/{addresses,tasks}/**/*"
],
"scripts": {
"build": "NODE_OPTIONS=--no-deprecation yarn compile",
"build": "yarn compile",
"compile": "tsc && hardhat compile && rm -rf artifacts/build-info",
"check": "yarn check-artifacts && yarn check-deployments",
"check-artifacts": "hardhat check-artifacts",
Expand Down Expand Up @@ -62,8 +62,8 @@
"@types/mocha": "^10",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"async-retry": "^1.3.3",
"chai": "^4.3.6",
"chalk": "^4.1.2",
Expand All @@ -88,7 +88,7 @@
"solhint-plugin-prettier": "^0.0.4",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^5.7.3"
"typescript": "^4.9.3"
},
"dependencies": {
"@ethereumjs/evm": "^3.1.1"
Expand Down
Loading

0 comments on commit 51289bc

Please sign in to comment.