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
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