Commit 5055695b authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

feat(optimism): update to new bridge app (#3771)

parent ae8c0377
...@@ -146,7 +146,7 @@ const BridgeLabel = ({ chainId }: { chainId: SupportedChainId }) => { ...@@ -146,7 +146,7 @@ const BridgeLabel = ({ chainId }: { chainId: SupportedChainId }) => {
return <Trans>Arbitrum Bridge</Trans> return <Trans>Arbitrum Bridge</Trans>
case SupportedChainId.OPTIMISM: case SupportedChainId.OPTIMISM:
case SupportedChainId.OPTIMISTIC_KOVAN: case SupportedChainId.OPTIMISTIC_KOVAN:
return <Trans>Optimism Gateway</Trans> return <Trans>Optimism Bridge</Trans>
case SupportedChainId.POLYGON: case SupportedChainId.POLYGON:
case SupportedChainId.POLYGON_MUMBAI: case SupportedChainId.POLYGON_MUMBAI:
return <Trans>Polygon Bridge</Trans> return <Trans>Polygon Bridge</Trans>
......
...@@ -94,7 +94,7 @@ export const CHAIN_INFO: ChainInfoMap = { ...@@ -94,7 +94,7 @@ export const CHAIN_INFO: ChainInfoMap = {
[SupportedChainId.OPTIMISM]: { [SupportedChainId.OPTIMISM]: {
networkType: NetworkType.L2, networkType: NetworkType.L2,
blockWaitMsBeforeWarning: ms`25m`, blockWaitMsBeforeWarning: ms`25m`,
bridge: 'https://gateway.optimism.io/?chainId=1', bridge: 'https://app.optimism.io/bridge',
defaultListUrl: OPTIMISM_LIST, defaultListUrl: OPTIMISM_LIST,
docs: 'https://optimism.io/', docs: 'https://optimism.io/',
explorer: 'https://optimistic.etherscan.io/', explorer: 'https://optimistic.etherscan.io/',
...@@ -108,7 +108,7 @@ export const CHAIN_INFO: ChainInfoMap = { ...@@ -108,7 +108,7 @@ export const CHAIN_INFO: ChainInfoMap = {
[SupportedChainId.OPTIMISTIC_KOVAN]: { [SupportedChainId.OPTIMISTIC_KOVAN]: {
networkType: NetworkType.L2, networkType: NetworkType.L2,
blockWaitMsBeforeWarning: ms`25m`, blockWaitMsBeforeWarning: ms`25m`,
bridge: 'https://gateway.optimism.io/', bridge: 'https://app.optimism.io/bridge',
defaultListUrl: OPTIMISM_LIST, defaultListUrl: OPTIMISM_LIST,
docs: 'https://optimism.io/', docs: 'https://optimism.io/',
explorer: 'https://optimistic.etherscan.io/', explorer: 'https://optimistic.etherscan.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