Commit dc55a212 authored by Will Hennessy's avatar Will Hennessy Committed by GitHub

fix: remove deprecated optimism status url (#2771)

parent 48cc6811
......@@ -142,7 +142,6 @@ export const CHAIN_INFO: ChainInfo = {
logoUrl: optimismLogoUrl,
nativeCurrency: { name: 'Optimistic ETH', symbol: 'ETH', decimals: 18 },
rpcUrls: ['https://mainnet.optimism.io'],
statusPage: 'https://optimism.io/status',
},
[SupportedChainId.OPTIMISTIC_KOVAN]: {
blockWaitMsBeforeWarning: ms`10m`,
......@@ -154,7 +153,6 @@ export const CHAIN_INFO: ChainInfo = {
rpcUrls: ['https://kovan.optimism.io'],
logoUrl: optimismLogoUrl,
nativeCurrency: { name: 'Optimistic kovETH', symbol: 'kovOpETH', decimals: 18 },
statusPage: 'https://optimism.io/status',
},
}
......
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