You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, the relayer receives the request from the dapp, sends the tx, waits for it to be mined, and send the response back to the client.
To avoid timeouts and keeping the request open for too long, the relayer could just return the tx hash to the client, and the dapp could check when the tx is finally mined.
The text was updated successfully, but these errors were encountered:
In the current implementation, the relayer receives the request from the dapp, sends the tx, waits for it to be mined, and send the response back to the client.
To avoid timeouts and keeping the request open for too long, the relayer could just return the tx hash to the client, and the dapp could check when the tx is finally mined.
The text was updated successfully, but these errors were encountered: