Skip to content

Commit a690c84

Browse files
authored
docs: fixing-faq-link (#1997)
1 parent e873887 commit a690c84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/pages/bundler-api/bundler-faqs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ What revertData contains:
8383
To debug these errors, you should:
8484

8585
- Isolate the first 4 bytes of `revertData`.
86-
- Paste into a signatures DB (e.g. [openchain.xyz/signatures](openchain.xyz/signatures)).
86+
- Paste into a signatures DB (e.g. [openchain.xyz/signatures](https://openchain.xyz/signatures)).
8787
- If it matches a known error, you’ll see the standard signature.
8888
- If not, it's a **custom error** - check the contract's ABI or source for error declarations.
89-
- Decode any arguments (using a tool like [openchain.xyz/tools/abi](openchain.xyz/tools/abi) or your ABI).
89+
- Decode any arguments (using a tool like [openchain.xyz/tools/abi](https://openchain.xyz/tools/abi) or your ABI).
9090
- Map the error back to the contract source code to understand under what conditions it reverts.
9191

9292
## Parallel nonces

0 commit comments

Comments
 (0)