Commit cc5309b1 authored by Ankit Boghra's avatar Ankit Boghra Committed by GitHub

fix: broken link for polygon mumbai bridge (#6986)

fix: broken link for polygon bridge
Co-authored-by: default avatarCharlie B <charles@bachmeier.io>
parent a060bf10
...@@ -175,7 +175,7 @@ const CHAIN_INFO: ChainInfoMap = { ...@@ -175,7 +175,7 @@ const CHAIN_INFO: ChainInfoMap = {
[ChainId.POLYGON_MUMBAI]: { [ChainId.POLYGON_MUMBAI]: {
networkType: NetworkType.L1, networkType: NetworkType.L1,
blockWaitMsBeforeWarning: ms`10m`, blockWaitMsBeforeWarning: ms`10m`,
bridge: 'https://wallet.polygon.technology/bridge', bridge: 'https://wallet.polygon.technology/polygon/bridge/deposit',
docs: 'https://polygon.io/', docs: 'https://polygon.io/',
explorer: 'https://mumbai.polygonscan.com/', explorer: 'https://mumbai.polygonscan.com/',
infoLink: 'https://info.uniswap.org/#/polygon/', infoLink: 'https://info.uniswap.org/#/polygon/',
......
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