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
Currently, we're passing the relayer's private key to the RPC service to build transactions, which is not ideal unless we enforce each relayer to run its own RPC, which is fine at least during this MVP phase.
A better scoped flow would be for the RPC to return the unsigned tx for the relayer to sign locally, then broadcast directly or via the RPC.
Tasks
Related Issues
The text was updated successfully, but these errors were encountered:
Description
Currently, we're passing the relayer's private key to the RPC service to build transactions, which is not ideal unless we enforce each relayer to run its own RPC, which is fine at least during this MVP phase.
A better scoped flow would be for the RPC to return the unsigned tx for the relayer to sign locally, then broadcast directly or via the RPC.
Tasks
Related Issues
The text was updated successfully, but these errors were encountered: