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
2 changes: 2 additions & 0 deletions .config/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ exclude = [
"wikipedia.org",
# Probably bot protection / 404 but works in browser
"ubuntu.com",
# Bot protection / 403 Forbidden errors
"beryx.io/faucet",
]
timeout = 30
max_retries = 6
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/users/guides/interacting_with_wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can read more about the different address types [here](https://docs.filecoin
:::

The generated address will be unique and it will have a balance of `0 FIL`.
Since this is a testnet account, we can add FIL to it from the [faucet](https://faucet.calibnet.chainsafe-fil.io/funds.html)/[alternate faucet](https://faucet.triangleplatform.com/filecoin/calibration).
Since this is a testnet account, we can add FIL to it from the [faucet](https://faucet.calibnet.chainsafe-fil.io/funds.html)/[alternate faucet](https://beryx.io/faucet).

After requesting the funds and waiting roughly a minute, we can see the funds arrive in our wallet:

Expand Down
Loading