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
feat: broadcast directly instead of via wallet (#47)
This PR changes the behaviour of all wallets such that the
`signAndBroadcastTx` method will always broadcast via the user specified
RPC, rather than broadcasted via the wallet extension.
Unfortunately, Station mobile app does not support signing a tx without
broadcasting it.
Closes#17