Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert of #590 #597

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading