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/api-reference/debug-api/debug-api-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Common use cases for the Debug API come in all flavors. Below are popular ones:
| Type | Parameter | Description |
| ----------------- | ------------------------------------------------------------------- | ----------------------------------------------- |
| Transaction Trace | [`callTracer`](/docs/reference/trace_call-vs-debug_tracecall#calltracer) | Trace of your transaction. |
| State difference | [`prestatetracer`]() | Ethereum state changed values of a transaction. |
| State difference | [`prestatetracer`](/docs/reference/trace_call-vs-debug_tracecall#prestatetracer) | Ethereum state changed values of a transaction. |

## Trace actions types

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ To test out your implementation of retries, we created a test app on each networ

#### WebSocket

[wss://eth-mainnet.g.alchemy.com/v2/J038e3gaccJC6Ue0BrvmpjzxsdfGly9n]()
`wss://eth-mainnet.g.alchemy.com/v2/J038e3gaccJC6Ue0BrvmpjzxsdfGly9n`

### Ethereum Sepolia, Polygon Amoy (and other testnets)

Expand All @@ -110,7 +110,7 @@ To test out your implementation of retries, we created a test app on each networ

#### WebSocket

[\<wss://eth-sepolia.g.alchemy.com/v2/AxnmGEYn7VDkC4KqfNSFbSW9pHFR7PDO>]()
`wss://eth-sepolia.g.alchemy.com/v2/AxnmGEYn7VDkC4KqfNSFbSW9pHFR7PDO`

***

Expand Down
3 changes: 3 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ 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)
".*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)

]

Expand Down
Loading