Skip to content

Commit a09d071

Browse files
authored
(fix/entropy) Typo callback failure guide (#378)
1 parent 88a7bd3 commit a09d071

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/entropy/debug-callback-failures.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The function has the following signature:
1818
function revealWithCallback(address provider, uint64 sequenceNumber, bytes32 userRandomNumber, bytes32 providerRevelation)
1919
```
2020

21-
This call requires the chain id, contract address and four arguments.
22-
The chain id and contract address can be retrieved from [Contract Addresses](/entropy/contract-addresses).
21+
This call requires the chain ID, contract address, and four arguments.
22+
The chain ID and contract address can be retrieved from [Contract Addresses](/entropy/contract-addresses).
2323
Export these values as environment variables for later use:
2424

2525
```bash copy
@@ -82,7 +82,7 @@ cast send $ENTROPY_ADDRESS 'revealWithCallback(address, uint64, bytes32, bytes32
8282

8383
You may also need to provide the `-r` with an RPC for your chain, plus an additional argument (such as `--private-key`) to specify the wallet to use to sign the transaction.
8484

85-
## Interpeting the Results
85+
## Interpreting the Results
8686

8787
If the transaction succeeds, check how much gas the transaction used.
8888
If the gas exceeds the callback gas limit for your chain as shown on [Contract Addresses](/entropy/contract-addresses), please reduce the gas usage to allow the provider to invoke the callback in the future.

0 commit comments

Comments
 (0)