Skip to content

Commit

Permalink
fix: compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Sep 24, 2024
1 parent a460081 commit 6449e21
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 737 deletions.
44 changes: 22 additions & 22 deletions doc/EthernautCTF.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"check": "pnpm exec prettier --plugin prettier-plugin-solidity --check .",
"lint": "pnpm exec prettier --plugin prettier-plugin-solidity --write .",
"build": "forge build --sizes --skip Token",
"exploits": "forge test -vvv --summary --no-match-contract 'CollatzPuzzle|Delegation' --no-match-path test/Ethernaut/TokenExploit.t.sol"
"exploits": "forge test -vvv --summary --no-match-contract 'CollatzPuzzle|Delegation' --no-match-path test/EthernautCTF/TokenExploit.t.sol"
},
"keywords": [],
"author": "@leovct",
Expand Down
30 changes: 0 additions & 30 deletions src/EthernautCTF/AlienCode.sol

This file was deleted.

33 changes: 0 additions & 33 deletions src/EthernautCTF/Denial.sol

This file was deleted.

77 changes: 0 additions & 77 deletions src/EthernautCTF/Dex.sol

This file was deleted.

73 changes: 0 additions & 73 deletions src/EthernautCTF/DexTwo.sol

This file was deleted.

142 changes: 0 additions & 142 deletions src/EthernautCTF/DoubleEntry.sol

This file was deleted.

Loading

0 comments on commit 6449e21

Please sign in to comment.