Commit 7ac1ed3f authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

increase warning timer (#3004)

parent 205412fe
...@@ -138,7 +138,7 @@ export const CHAIN_INFO: ChainInfo = { ...@@ -138,7 +138,7 @@ export const CHAIN_INFO: ChainInfo = {
nativeCurrency: { name: 'Görli ETH', symbol: 'görETH', decimals: 18 }, nativeCurrency: { name: 'Görli ETH', symbol: 'görETH', decimals: 18 },
}, },
[SupportedChainId.OPTIMISM]: { [SupportedChainId.OPTIMISM]: {
blockWaitMsBeforeWarning: ms`15m`, blockWaitMsBeforeWarning: ms`25m`,
bridge: 'https://gateway.optimism.io/', bridge: 'https://gateway.optimism.io/',
defaultListUrl: OPTIMISM_LIST, defaultListUrl: OPTIMISM_LIST,
docs: 'https://optimism.io/', docs: 'https://optimism.io/',
...@@ -150,7 +150,7 @@ export const CHAIN_INFO: ChainInfo = { ...@@ -150,7 +150,7 @@ export const CHAIN_INFO: ChainInfo = {
rpcUrls: ['https://mainnet.optimism.io'], rpcUrls: ['https://mainnet.optimism.io'],
}, },
[SupportedChainId.OPTIMISTIC_KOVAN]: { [SupportedChainId.OPTIMISTIC_KOVAN]: {
blockWaitMsBeforeWarning: ms`15m`, blockWaitMsBeforeWarning: ms`25m`,
bridge: 'https://gateway.optimism.io/', bridge: 'https://gateway.optimism.io/',
defaultListUrl: OPTIMISM_LIST, defaultListUrl: OPTIMISM_LIST,
docs: 'https://optimism.io/', docs: 'https://optimism.io/',
......
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