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: 1 addition & 1 deletion content/changelog/2025-12-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* Mythical Games launching their first set of in-game items on Mythos Mainnet, using the rollup to power their NFT marketplace for popular mobile games like NFL Rivals.
* World launched a redesigned World App with new features including the ability to receive paychecks directly in the app and pay merchants using a Visa card that debits from World App accounts.
* XMTP launched encrypted messaging on the World App, powering [World Chat](https://world.org/blog/announcements/the-new-world-app-secure-chat-global-payments-and-mini-apps-for-everyone).
* XMTP launched encrypted messaging on the World App, powering [World Chat](https://world.org/worldchat).
* XMTP launched on Base App, bringing encrypted messaging capabilities to the platform.

## Node
Expand Down
4 changes: 4 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ exclude = [
".*tenderly\\.co.*", # Rate-limits crawlers with 429 (page loads fine in browser)
".*learnmeabitcoin\\.com.*", # SSL certificate error for crawler clients (page loads fine in browser)
".*bscscan\\.com.*", # Bot protection blocks crawlers with 403 (Etherscan-family explorer)
".*etherscan\\.io.*", # Bot protection blocks crawlers with 403 (Etherscan-family explorer; covers all subdomains: sepolia, optimistic, sepolia-optimistic, sepolia-optimism)
".*polygonscan\\.com.*", # Bot protection blocks crawlers with 403 (Etherscan-family explorer)
".*basescan\\.org.*", # Bot protection blocks crawlers with 403 (Etherscan-family explorer)
".*bobascan\\.com.*", # Bot protection blocks crawlers with 403 (Etherscan-family explorer; covers testnet subdomain)
"^https://nano\\.blockrun\\.ai/api/v1/pm/matching-markets/pairs$", # x402 example endpoint - intentionally returns HTTP 402 Payment Required

]
Expand Down
Loading