Skip to content

Commit

Permalink
Add checkbox to Issue Template for RPC batch request allowance (#776)
Browse files Browse the repository at this point in the history
Hello

In #774, I encountered an issue where the bot script wasn't functioning
as expected.

While debugging the script and checking our environment, I found that
the problem was caused by Batch Requests being disabled by default on
the Polygon zkEVM RPC.
It would be helpful to add a note in the template indicating that Batch
Requests are required.
  • Loading branch information
Jongsic authored Nov 15, 2024
1 parent db25906 commit e2ec6b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/new_chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ body:
description: RPC URL
validations:
required: true
- type: checkboxes
id: allow_bacth_request
attributes:
label: The RPC endpoint must allow batch requests for the bot script.
options:
- label: I confirm that the RPC allows batch requests
required: true
- type: checkboxes
id: chainlist_url
attributes:
Expand Down

0 comments on commit e2ec6b5

Please sign in to comment.