Skip to content

Commit

Permalink
fix: remove deprecated optimism status url (#2771)
Browse files Browse the repository at this point in the history
  • Loading branch information
willhennessy authored Nov 10, 2021
1 parent 48cc681 commit dc55a21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand All @@ -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',
},
}

Expand Down

0 comments on commit dc55a21

Please sign in to comment.