diff --git a/apps/entropy-explorer/src/components/Home/request-drawer.tsx b/apps/entropy-explorer/src/components/Home/request-drawer.tsx index 070a83f000..de383fae62 100644 --- a/apps/entropy-explorer/src/components/Home/request-drawer.tsx +++ b/apps/entropy-explorer/src/components/Home/request-drawer.tsx @@ -249,7 +249,7 @@ const RequestDrawerBody = ({ }; const CallbackErrorInfo = ({ request }: { request: CallbackErrorRequest }) => { - const retryCommand = `cast send ${request.chain.address} 'revealWithCallback(address, uint64, bytes32, bytes32)' ${request.provider} ${request.sequenceNumber.toString()} ${request.userContribution} ${request.randomNumber} -r ${request.chain.rpc} --private-key `; + const retryCommand = `cast send ${request.chain.address} 'revealWithCallback(address, uint64, bytes32, bytes32)' ${request.provider} ${request.sequenceNumber.toString()} ${request.userContribution} ${request.providerContribution} -r ${request.chain.rpc} --private-key `; return ( <>