-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #590 from lidofinance/feat/ccc-new-events"
- Loading branch information
1 parent
a516f8c
commit fa841bb
Showing
9 changed files
with
96 additions
and
2,373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,3 @@ forta.config.json | |
*.log | ||
version.json | ||
.DS_Store | ||
src/generated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,18 +32,16 @@ | |
"prettier:check": "prettier --check .", | ||
"prettier:format": "prettier --write .", | ||
"lint": "yarn run prettier:check && yarn run eslint:lint", | ||
"format": "yarn run eslint:format && yarn run prettier:format", | ||
"generate-types": "typechain --target=ethers-v5 --out-dir=./src/generated ./src/abi/*", | ||
"postinstall": "yarn generate-types" | ||
"format": "yarn run eslint:format && yarn run prettier:format" | ||
}, | ||
"dependencies": { | ||
"bignumber.js": "^9.0.1", | ||
"ethers": "^6.13.2", | ||
"forta-agent": "^0.1.48" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.7.0", | ||
"@tsconfig/node20": "^20.1.4", | ||
"@typechain/ethers-v5": "^11.1.2", | ||
"@types/jest": "^29.5.12", | ||
"@types/nodemon": "^1.19.0", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
|
@@ -56,7 +54,6 @@ | |
"nodemon": "^2.0.8", | ||
"prettier": "^3.1.0", | ||
"ts-jest": "^29.2.4", | ||
"typechain": "^8.3.2", | ||
"typescript": "^5.3.2" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.