Skip to content

Commit

Permalink
feat: remove contract types
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <[email protected]>
  • Loading branch information
md0x committed Jul 31, 2024
1 parent 54d3ed1 commit 9ef3966
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3,114 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
},
"scripts": {
"dev": "nodemon",
"build": "tsc",
"test": " mocha",
"build": "yarn generate-contract-types && tsc",
"test": "yarn generate-contract-types && mocha",
"start": "node ./out/index.js",
"lint": "prettier './**/*.ts' --write",
"generate-contract-types": "rm -rf src/contract-types && mkdir -p src/contract-types && typechain --target ethers-v6 --out-dir src/contract-types 'src/abi/*.json'"
}
}
}
249 changes: 0 additions & 249 deletions src/contract-types/PermissionProxy.ts

This file was deleted.

Loading

0 comments on commit 9ef3966

Please sign in to comment.