Skip to content

Commit d0689d8

Browse files
docs: add reference to Setting Custom Gas Limits guide in Entropy best practices
Co-Authored-By: Jayant <[email protected]>
1 parent ea36707 commit d0689d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/entropy/best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Multiple solutions are possible to address this problem. You can store the rando
1313
either ask users to submit more transactions after the callback to continue the flow or run a background crank service
1414
to submit the necessary transactions.
1515

16-
The gas limit for each chain is listed on the [contract addresses](./contract-addresses) page.
16+
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.
1717

1818
## Handling callback failures
1919

0 commit comments

Comments
 (0)