Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We will use these resources throughout this guide but bookmark these for any oth
* **[ChaiJS](https://www.chaijs.com/)**
* **[Chai BDD Styled](https://www.chaijs.com/api/bdd/)**
* **[Chai Assert](https://www.chaijs.com/api/assert/)**
* **[Mocha Hooks](https://mochajs.org/#hooks)**
* **[Mocha Hooks](https://mochajs.org/features/hooks/)**
* **[Solidity Chai Matchers](https://ethereum-waffle.readthedocs.io/en/latest/matchers.html)**

## Step 1: Hardhat Project Structure Setup
Expand Down
1 change: 1 addition & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ exclude = [
".*portal\\.zksync\\.io.*", # Intermittent ERR (CDN edge / bot challenge); page loads fine in browser
".*celoscan\\.io.*", # Bot protection blocks crawlers with 403 (Etherscan-family explorer)
".*bitsofco\\.de.*", # Intermittent connection failures from crawlers (page loads fine in browser)
".*github\\.com/.*/pkgs/container/.*", # GHCR package version pages intermittently return 502 to crawlers (page loads fine in browser)

]

Expand Down
Loading