Skip to content

Commit 6f3592a

Browse files
ci(release): publish latest release
1 parent 16d3a5e commit 6f3592a

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

RELEASE

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmeDZNuZYccR5NDjknqpTztn6iwPRHALzESa7w3nyLiqrK`
3-
- CIDv1: `bafybeihl5hs3q6eacvtnt7qhdudqjoy57sezujozkiob2yxzsas5dggbyq`
2+
- CIDv0: `QmP2t7bPCRzhLbhhuL5q9q2VZdjN3YfwRaXZ5ujkVA3zJL`
3+
- CIDv1: `bafybeiakjzr25tfbjgvqyaiymgy6lzdx32oyx2m56f3uevtw3l3qpwu2ce`
44

55
The 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.
1010
Your Uniswap settings are never remembered across different URLs.
1111

1212
IPFS 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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.136.2
1+
web/5.136.3

packages/uniswap/src/features/chains/evm/info/polygon.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)