Commit 4b5e2f7f authored by Brendan Wong's avatar Brendan Wong Committed by GitHub

fix: polygon bridge link leading to error page (#6664)

* fix: polygon bridge link leading to error page

* fix: fix polygon bridge to send directly to POS bridge
parent 0c5d9156
...@@ -158,7 +158,7 @@ const CHAIN_INFO: ChainInfoMap = { ...@@ -158,7 +158,7 @@ const CHAIN_INFO: ChainInfoMap = {
[SupportedChainId.POLYGON]: { [SupportedChainId.POLYGON]: {
networkType: NetworkType.L1, networkType: NetworkType.L1,
blockWaitMsBeforeWarning: ms`10m`, blockWaitMsBeforeWarning: ms`10m`,
bridge: 'https://wallet.polygon.technology/login', bridge: 'https://wallet.polygon.technology/polygon/bridge',
docs: 'https://polygon.io/', docs: 'https://polygon.io/',
explorer: 'https://polygonscan.com/', explorer: 'https://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