Shawn Tobin
Shawn Tobin
Currently, if an L1 ship requests an escape then it's performed on L1. However, Bridge is set to only perform the adopt transaction on L2. While this is [valid behaviour](https://developers.urbit.org/reference/azimuth/l2/layer2)...
fixes #1124 **Changes:** **ResetExecute.tsx:** - Removed the WalletConnect session check from within performReticket and instead now using 2 separate useEffects to ensure correct execution based on wallet type. **useWalletConnect.ts:** -...
- Roller push is hourly, not daily - "$120" was hard-coded, but it's very rarely that high these days. It was $8 at today's gas prices. Closes #1056
**Describe the bug** Bridge gives the error {"code":7979,"data":{}} when attempting to connect upon launching on Goerli (roller issue?). **To Reproduce** Steps to reproduce the behavior: 1. Launch Bridge using run...
**Describe the bug** Attempts to transfer to master ticket will fail when using WalletConnect. Error message: "No connected wallet available for signing". Tested with WalletConnect using both Ledger Live and...
- Closes #1141 - The call to the roller was throwing an error for a newly spawned L1 point since it didn't yet know it existed. The try / catch...