File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
packages/uniswap/src/features/chains/evm/info Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11IPFS hash of the deployment:
2- - CIDv0: `QmeDZNuZYccR5NDjknqpTztn6iwPRHALzESa7w3nyLiqrK `
3- - CIDv1: `bafybeihl5hs3q6eacvtnt7qhdudqjoy57sezujozkiob2yxzsas5dggbyq `
2+ - CIDv0: `QmP2t7bPCRzhLbhhuL5q9q2VZdjN3YfwRaXZ5ujkVA3zJL `
3+ - CIDv1: `bafybeiakjzr25tfbjgvqyaiymgy6lzdx32oyx2m56f3uevtw3l3qpwu2ce `
44
55The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66
@@ -10,9 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010Your Uniswap settings are never remembered across different URLs.
1111
1212IPFS gateways:
13- - https://bafybeihl5hs3q6eacvtnt7qhdudqjoy57sezujozkiob2yxzsas5dggbyq .ipfs.dweb.link/
14- - [ipfs://QmeDZNuZYccR5NDjknqpTztn6iwPRHALzESa7w3nyLiqrK /](ipfs://QmeDZNuZYccR5NDjknqpTztn6iwPRHALzESa7w3nyLiqrK /)
13+ - https://bafybeiakjzr25tfbjgvqyaiymgy6lzdx32oyx2m56f3uevtw3l3qpwu2ce .ipfs.dweb.link/
14+ - [ipfs://QmP2t7bPCRzhLbhhuL5q9q2VZdjN3YfwRaXZ5ujkVA3zJL /](ipfs://QmP2t7bPCRzhLbhhuL5q9q2VZdjN3YfwRaXZ5ujkVA3zJL /)
1515
16- ### 5.136.2 (2026-03-06)
16+ ### 5.136.3 (2026-03-06)
17+
18+
19+ ### Bug Fixes
20+
21+ * **web:** hotfix #29399 (#5.135.2) (#29418) 75cc8e3
1722
1823
Original file line number Diff line number Diff line change 1- web/5.136.2
1+ web/5.136.3
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ export const POLYGON_CHAIN_INFO = {
6262 rpcUrls : {
6363 [ RPCType . Public ] : { http : [ getQuicknodeEndpointUrl ( UniverseChainId . Polygon ) ] } ,
6464 [ RPCType . PublicAlt ] : { http : [ 'https://polygon-rpc.com/' ] } ,
65- [ RPCType . Default ] : { http : [ 'https://polygon-rpc.com/' ] } ,
65+ [ RPCType . Default ] : { http : [ getQuicknodeEndpointUrl ( UniverseChainId . Polygon ) ] } ,
66+ [ RPCType . Fallback ] : { http : [ 'https://polygon-rpc.com/' ] } ,
6667 [ RPCType . Interface ] : { http : [ `https://polygon-mainnet.infura.io/v3/${ config . infuraKey } ` ] } ,
6768 } ,
6869 tokens,
You can’t perform that action at this time.
0 commit comments