Replies: 2 comments 1 reply
-
I'm using raimbowkit, wagmi and viem
|
Beta Was this translation helpful? Give feedback.
0 replies
-
You need to explicitly pass an |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am using the useSimulateContract hook to fetch swap quotes in Algebra using the quoteExactInputSingle function. I am looking to make it work even when the user is not connected.
This is my current code:
Currently, when a user is not connected, I face a ConnectorNotConnectedError.
How can I modify the implementation to use the Blast network as a fallback when the user is not connected? Any advice or example code on handling this situation would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions