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 b86453d commit 91496a0Copy full SHA for 91496a0
src/contexts/PriceFeeProvider.tsx
@@ -153,7 +153,7 @@ export const PriceFeeProvider = ({ children }) => {
153
// setGasPrice(null)
154
setErrorMessage(trimErrorMessage(error.message))
155
})
156
- }, [blockNumber])
+ }, [blockNumber, networksAndSigners])
157
158
const l1Token = useMemo(
159
() => tokenList.find(item => item.chainId === CHAIN_ID.L1 && item.symbol === tokenSymbol) ?? ({} as any as Token),
0 commit comments