Skip to content

fix: ENSIP-21 formatting #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 21 commits into from
3 changes: 2 additions & 1 deletion ensips/21.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ contributors:
ensip:
created: "2025-03-15"
status: draft
ignoredRules: ["heading:annex:-fault-tolerance"]
---

# ENSIP-21: Batch Gateway Offchain Lookup Protocol
Expand Down Expand Up @@ -64,7 +65,7 @@ interface IBatchGateway {
- `failures[i]` is `false` if a response was received according to EIP-3668, even if it was error data.
- `failures[i]` is `true` if the request could not be completed.
- If a HTTP error is encountered, encode the response using `HttpError`.
- Otherwise, encode the reason using `Error(string)`.
- Otherwise, encode the reason with `Error(string)`.
- `responses[i]` is the response or error data.

## Rationale
Expand Down