Skip to content

Commit

Permalink
Remove unused hardhat package
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Aug 7, 2024
1 parent 913eafd commit ca0ed34
Show file tree
Hide file tree
Showing 16 changed files with 144 additions and 5,403 deletions.
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,10 @@
"private": true,
"workspaces": {
"packages": [
"packages/hardhat",
"packages/nextjs"
]
},
"scripts": {
"account": "yarn workspace @se-2/hardhat account",
"chain": "yarn workspace @se-2/hardhat chain",
"fork": "yarn workspace @se-2/hardhat fork",
"deploy": "yarn workspace @se-2/hardhat deploy",
"verify": "yarn workspace @se-2/hardhat verify",
"hardhat-verify": "yarn workspace @se-2/hardhat hardhat-verify",
"compile": "yarn workspace @se-2/hardhat compile",
"generate": "yarn workspace @se-2/hardhat generate",
"flatten": "yarn workspace @se-2/hardhat flatten",
"hardhat:lint": "yarn workspace @se-2/hardhat lint",
"hardhat:lint-staged": "yarn workspace @se-2/hardhat lint-staged",
"hardhat:format": "yarn workspace @se-2/hardhat format",
"hardhat:test": "yarn workspace @se-2/hardhat test",
"test": "yarn hardhat:test",
"format": "yarn next:format && yarn hardhat:format",
"start": "yarn workspace @se-2/nextjs dev",
"next:lint": "yarn workspace @se-2/nextjs lint",
"next:format": "yarn workspace @se-2/nextjs format",
Expand Down
11 changes: 0 additions & 11 deletions packages/hardhat/.env.example

This file was deleted.

8 changes: 0 additions & 8 deletions packages/hardhat/.eslintignore

This file was deleted.

17 changes: 0 additions & 17 deletions packages/hardhat/.eslintrc.json

This file was deleted.

27 changes: 0 additions & 27 deletions packages/hardhat/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions packages/hardhat/.prettierrc.json

This file was deleted.

87 changes: 0 additions & 87 deletions packages/hardhat/contracts/YourContract.sol

This file was deleted.

44 changes: 0 additions & 44 deletions packages/hardhat/deploy/00_deploy_your_contract.ts

This file was deleted.

131 changes: 0 additions & 131 deletions packages/hardhat/deploy/99_generateTsAbis.ts

This file was deleted.

Loading

0 comments on commit ca0ed34

Please sign in to comment.