From 22dfaab18bb278806d7f18e65c11046d23e0e2cf Mon Sep 17 00:00:00 2001 From: Jakub Niewczas Date: Tue, 14 Jan 2025 10:30:51 +0900 Subject: [PATCH] unify PROVIDER var in examples on the debug-callback page --- pages/entropy/debug-callback-failures.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/entropy/debug-callback-failures.mdx b/pages/entropy/debug-callback-failures.mdx index 5c830b8d..08a9d58e 100644 --- a/pages/entropy/debug-callback-failures.mdx +++ b/pages/entropy/debug-callback-failures.mdx @@ -85,7 +85,7 @@ export PROVIDER_REVELATION=0x5d4bfa3abeaf15fe8b7771c74c0e3e210096015632831460870 Finally, submit the transaction to invoke `revealWithCallback`: ```bash copy -cast send $ENTROPY_ADDRESS 'revealWithCallback(address, uint64, bytes32, bytes32)' $PROVIDER_ADDRESS $SEQUENCE_NUMBER $USER_RANDOM_NUMBER $PROVIDER_REVELATION +cast send $ENTROPY_ADDRESS 'revealWithCallback(address, uint64, bytes32, bytes32)' $PROVIDER $SEQUENCE_NUMBER $USER_RANDOM_NUMBER $PROVIDER_REVELATION ``` 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.