Skip to content

Commit

Permalink
Revert "Merge pull request #590 from lidofinance/feat/ccc-new-events"
Browse files Browse the repository at this point in the history
This reverts commit 3f9f3dd, reversing
changes made to 33f04e7.
  • Loading branch information
tamtamchik committed Aug 9, 2024
1 parent a516f8c commit fa841bb
Show file tree
Hide file tree
Showing 9 changed files with 96 additions and 2,373 deletions.
1 change: 0 additions & 1 deletion l2-bridge-ethereum/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ forta.config.json
*.log
version.json
.DS_Store
src/generated
7 changes: 2 additions & 5 deletions l2-bridge-ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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]"
Expand Down
163 changes: 0 additions & 163 deletions l2-bridge-ethereum/src/abi/BaseAdapter.json

This file was deleted.

Loading

0 comments on commit fa841bb

Please sign in to comment.