Skip to content

Commit 87c783c

Browse files
committed
redirect to IEntropyv2 for more gas use
1 parent 536d4a5 commit 87c783c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/ethereum/entropy_sdk/solidity/IEntropy.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interface IEntropy is EntropyEvents, EntropyEventsV2, IEntropyV2 {
5252
// The address calling this function should be a contract that inherits from the IEntropyConsumer interface.
5353
// The `entropyCallback` method on that interface will receive a callback with the generated random number.
5454
// `entropyCallback` will be run with the provider's default gas limit (see `getProviderInfo(provider).defaultGasLimit`).
55-
// If your callback needs additional gas, please use `requestWithCallbackAndGasLimit`.
55+
// If your callback needs additional gas, please use `requestv2` of `IEntropyV2` interface.
5656
//
5757
// This method will revert unless the caller provides a sufficient fee (at least `getFee(provider)`) as msg.value.
5858
// Note that excess value is *not* refunded to the caller.

0 commit comments

Comments
 (0)