near / fast-auth-signer

https://fast-auth-signer.vercel.app
MIT License
29 stars 8 forks source link

Refactor Relayer URL Handling for FastAuthWallet and FastAuthSigner #245

Open Pessina opened 4 weeks ago

Pessina commented 4 weeks ago

We need to refactor how we provide the relayer URL to the FastAuthWallet and FastAuthSigner. Currently, the URL points directly to the /relay endpoint. Instead, we should provide the base URL, allowing FastAuthWallet and FastAuthSigner to determine the appropriate endpoint to call.