Skip to content

Commit

Permalink
fix lint & prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekard0 committed Feb 6, 2025
1 parent cafd598 commit 7ac6c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
"clean": "rimraf ./artifacts ./cache ./coverage ./typechain ./coverage.json && yarn typechain",
"docs": "DOCS=true scripts/prepare-docs.sh",
"wagmi:generate":"wagmi generate"
"wagmi:generate": "wagmi generate"
},
"dependencies": {
"@aragon/osx-commons-contracts": "^1.4.0",
Expand Down Expand Up @@ -77,7 +77,7 @@
"tmp-promise": "^3.0.3",
"ts-node": "^10.9.1",
"typechain": "^8.3.2",
"typescript": "^5.2.2",
"typescript": "^5.2.2",
"@wagmi/cli": "^2.2.0",
"@wagmi/core": "^2.16.3"
}
Expand Down
1 change: 1 addition & 0 deletions packages/contracts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"exclude": ["node_modules"],
"files": ["./hardhat.config.ts"],
"include": [
"wagmi.config.ts",
"hardhat-zksync.config.ts",
"src/**/*",
"deploy/**/*",
Expand Down

0 comments on commit 7ac6c7b

Please sign in to comment.