We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df398a commit d20c39eCopy full SHA for d20c39e
src/lib/hooks/use-best-quote/index.ts
@@ -80,6 +80,13 @@ export const useBestQuote = (
80
return
81
}
82
83
+ console.log({
84
+ provider: !!provider,
85
+ publicClient: !!publicClient,
86
+ chainId,
87
+ address,
88
+ rpcUrl,
89
+ })
90
if (!provider || !publicClient || !chainId || !address || !rpcUrl) {
91
console.error('Error fetching quotes - no provider or chain id present')
92
0 commit comments