Skip to content

Commit de65ef1

Browse files
authored
unify PROVIDER var in examples on the debug-callback page (#560)
1 parent fecf6de commit de65ef1

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
@@ -91,7 +91,7 @@ export PROVIDER_REVELATION=0x5d4bfa3abeaf15fe8b7771c74c0e3e210096015632831460870
9191
Finally, submit the transaction to invoke `revealWithCallback`:
9292

9393
```bash copy
94-
cast send $ENTROPY_ADDRESS 'revealWithCallback(address, uint64, bytes32, bytes32)' $PROVIDER_ADDRESS $SEQUENCE_NUMBER $USER_RANDOM_NUMBER $PROVIDER_REVELATION
94+
cast send $ENTROPY_ADDRESS 'revealWithCallback(address, uint64, bytes32, bytes32)' $PROVIDER $SEQUENCE_NUMBER $USER_RANDOM_NUMBER $PROVIDER_REVELATION
9595
```
9696

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