Skip to content

Commit

Permalink
chore: misc files
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlymite committed Sep 2, 2024
1 parent 5d8ab55 commit f79fc4e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 322 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ out/

# artifacts
reports/
diffs/
downloads/

# editors
.idea
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,3 @@ download :; cast etherscan-source --chain ${chain} -d src/etherscan/${chain}_${a
git-diff :
@mkdir -p diffs
@printf '%s\n%s\n%s\n' "\`\`\`diff" "$$(git diff --no-index --diff-algorithm=patience --ignore-space-at-eol ${before} ${after})" "\`\`\`" > diffs/${out}.md

diff-mainnet-etherfi :;
mkdir -p diffs/MAINNET_ETHERFI
node ./diff.js MAINNET ETHERFI
124 changes: 0 additions & 124 deletions diff.js

This file was deleted.

187 changes: 0 additions & 187 deletions diff_config.js

This file was deleted.

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@
"homepage": "https://github.com/aave-dao/aave-v3-origin#readme",
"type": "module",
"devDependencies": {
"@types/bluebird": "^3.5.38",
"@types/node-fetch": "^2.6.3",
"bluebird": "^3.7.2",
"ethers": "^6.6.2",
"prettier": "^2.8.3",
"prettier-plugin-solidity": "^1.1.1",
"typescript": "^5.1.6"
"prettier-plugin-solidity": "^1.1.1"
},
"dependencies": {
"@bgd-labs/aave-address-book": "^3.2.1",
"@bgd-labs/aave-cli": "^0.16.2",
"catapulta-verify": "^1.1.1"
}
Expand Down

0 comments on commit f79fc4e

Please sign in to comment.