Skip to content

Commit 22dfaab

Browse files
committed
unify PROVIDER var in examples on the debug-callback page
1 parent 69583b8 commit 22dfaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/entropy/debug-callback-failures.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export PROVIDER_REVELATION=0x5d4bfa3abeaf15fe8b7771c74c0e3e210096015632831460870
8585
Finally, submit the transaction to invoke `revealWithCallback`:
8686

8787
```bash copy
88-
cast send $ENTROPY_ADDRESS 'revealWithCallback(address, uint64, bytes32, bytes32)' $PROVIDER_ADDRESS $SEQUENCE_NUMBER $USER_RANDOM_NUMBER $PROVIDER_REVELATION
88+
cast send $ENTROPY_ADDRESS 'revealWithCallback(address, uint64, bytes32, bytes32)' $PROVIDER $SEQUENCE_NUMBER $USER_RANDOM_NUMBER $PROVIDER_REVELATION
8989
```
9090

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

0 commit comments

Comments
 (0)