Hey Kava Team,
Don't know whether this is a good place or not to open this issue, but since I don't find the frontend repo, I'll just put it here:
My request is to specifically log the randomNumber in the webpage console. randomNumber is used in interchain-transfer, and it is generated locally using the js-sdk. When interchain-transfer stuck / fails, developers (like me) can use the example code in js-sdk to send a claimTx, but in order to do that, the randomNumber is a mandatory parameter.
There's no harm to log this parameter in the console, even if this parameter is exposed, only the original receiver specificed in the swapTx would receive the funds, so why not log it in console so that I can manually send a claimTx with it, instead of waiting for 48 hours?
I remember previously the page exposed / logged this randomNumber in the console / request, but now I don't see it any more. Can you please add it back?