Skip to content
Open
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
docs: add reference to Setting Custom Gas Limits guide in Entropy bes…
…t practices

Co-Authored-By: Jayant <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and jayantk committed Oct 30, 2025
commit d0689d80b0c9e86b20735d548cf6d609dc27505b
2 changes: 1 addition & 1 deletion pages/entropy/best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Multiple solutions are possible to address this problem. You can store the rando
either ask users to submit more transactions after the callback to continue the flow or run a background crank service
to submit the necessary transactions.

The gas limit for each chain is listed on the [contract addresses](./contract-addresses) page.
The gas limit for each chain is listed on the [contract addresses](./contract-addresses) page. If your callback function requires more gas than the default provider limit, you can request a higher gas limit using the [Setting Custom Gas Limits](./set-custom-gas-limits) guide.

## Handling callback failures

Expand Down
Loading