Commit 7389b178 authored by gzeon's avatar gzeon Committed by GitHub

perf: remove Arbitrum polling override (#3907)

parent 48f8c6a1
...@@ -4,8 +4,6 @@ import ms from 'ms.macro' ...@@ -4,8 +4,6 @@ import ms from 'ms.macro'
import { SupportedChainId } from '../constants/chains' import { SupportedChainId } from '../constants/chains'
const NETWORK_POLLING_INTERVALS: { [chainId: number]: number } = { const NETWORK_POLLING_INTERVALS: { [chainId: number]: number } = {
[SupportedChainId.ARBITRUM_ONE]: ms`1s`,
[SupportedChainId.ARBITRUM_RINKEBY]: ms`1s`,
[SupportedChainId.OPTIMISM]: ms`1s`, [SupportedChainId.OPTIMISM]: ms`1s`,
[SupportedChainId.OPTIMISTIC_KOVAN]: ms`1s`, [SupportedChainId.OPTIMISTIC_KOVAN]: ms`1s`,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment