Skip to content

Commit

Permalink
test link
Browse files Browse the repository at this point in the history
  • Loading branch information
6boris committed Jan 22, 2024
1 parent 0625288 commit 926be0c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
"[toml]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"search.exclude": {
"modules": true
},
"npm.exclude": "/foundry/**/lib/**",
// "solidity.formatter": "prettier",
"solidity.formatter": "forge"
"solidity.formatter": "forge",
"solidity.packageDefaultDependenciesContractsDirectory": "contracts",
"solidity.packageDefaultDependenciesDirectory": "modules"
// "editor.defaultFormatter": "esbenp.prettier-vscode",
// "editor.formatOnSave": true
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ forge script foundry/script/Deploy.s.sol --fork-url http://localhost:8545 --broa
|[7.Compromised](https://www.damnvulnerabledefi.xyz/challenges/compromised/) | ... | [BILIBILI](https://www.bilibili.com/list/3493272831920239?desc=0&sid=3695249&bvid=BV1vu4y1p7nH) | ... |
|[8.Puppet](https://www.damnvulnerabledefi.xyz/challenges/puppet/) | ... | [BILIBILI](https://www.bilibili.com/list/3493272831920239?desc=0&sid=3695249&bvid=BV1XC4y1G7tj) | ... |
|[9.Puppet V2](https://www.damnvulnerabledefi.xyz/challenges/puppet-v2/) | ... |[BILIBILI](https://www.bilibili.com/list/3493272831920239?desc=0&sid=3695249&bvid=BV1784y1d7X3)| ... |
|[10.Free Rider](https://www.damnvulnerabledefi.xyz/challenges/free-rider/) | ... | [BILIBILI](https://www.bilibili.com/list/3493272831920239?desc=0&sid=3695249&bvid=BV1sw411w7Y1) | ... |
|[10.Free Rider](https://www.damnvulnerabledefi.xyz/challenges/free-rider/) | ... | [BILIBILI](https://www.bilibili.com/list/3493272831920239?desc=0&sid=3695249&bvid=BV1sw411w7Y1){:target="_blank"} | ... |
| [11.Backdoor]() | ... | ... | ... |
| [12.Climber]() | ... | ... | ... |
| [13.Wallet Mining]() | ... | ... | ... |
Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
gas_reports = ["*"]
optimizer = true
optimizer_runs = 10_000
solc = "0.8.21"
solc = "0.8.23"
src = "contracts"
libs = ["foundry/lib"]
test = "foundry/test"
Expand Down
1 change: 1 addition & 0 deletions foundry/lib/@chainlink/contracts-ccip
Submodule contracts-ccip added at 8f6b61
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:coverage:report": "forge coverage --report lcov && genhtml lcov.info --branch-coverage --output-dir foundry/coverage"
},
"devDependencies": {
"prettier": "^3.0.3",
"solhint": "^3.6.2"
"prettier": "^3.2.4",
"solhint": "^4.1.1"
}
}

0 comments on commit 926be0c

Please sign in to comment.