ci(release): publish latest release

parent eb2a8f96
IPFS hash of the deployment:
- CIDv0: `QmVMCxr4JM6EcWatYzVqT1163uUdieSY4N2ihU3Ndoeg2j`
- CIDv1: `bafybeidiezdueocy7pfmfjajojabgmf56jtutg42i5hb5rtc7647y2blja`
- CIDv0: `QmQfE3pMVV1oR1B3nQddxPTEZBtyB4HPvAUHoKJRxYRaRT`
- CIDv1: `bafybeibcpgdkbtvg5jux6wn55msnxuhlhswer4y5lashm6jltipdq3dtxy`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
......@@ -10,14 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybeidiezdueocy7pfmfjajojabgmf56jtutg42i5hb5rtc7647y2blja.ipfs.dweb.link/
- [ipfs://QmVMCxr4JM6EcWatYzVqT1163uUdieSY4N2ihU3Ndoeg2j/](ipfs://QmVMCxr4JM6EcWatYzVqT1163uUdieSY4N2ihU3Ndoeg2j/)
- https://bafybeibcpgdkbtvg5jux6wn55msnxuhlhswer4y5lashm6jltipdq3dtxy.ipfs.dweb.link/
- [ipfs://QmQfE3pMVV1oR1B3nQddxPTEZBtyB4HPvAUHoKJRxYRaRT/](ipfs://QmQfE3pMVV1oR1B3nQddxPTEZBtyB4HPvAUHoKJRxYRaRT/)
### 5.68.1 (2025-01-28)
### 5.68.2 (2025-01-29)
### Bug Fixes
* **web:** update copy on native wrapped token (#15629) 4c844cc
* **web:** use qn rpc for default and remove cloudflare eth (#15670) 14bd6aa
web/5.68.1
\ No newline at end of file
web/5.68.2
\ No newline at end of file
......@@ -188,7 +188,7 @@ export const UNIVERSE_CHAIN_INFO: Record<UniverseChainId, UniverseChainInfo> = {
http: [getQuicknodeEndpointUrl(UniverseChainId.Mainnet)],
},
[RPCType.Default]: {
http: ['https://cloudflare-eth.com'],
http: [getQuicknodeEndpointUrl(UniverseChainId.Mainnet)],
},
[RPCType.Fallback]: {
http: ['https://rpc.ankr.com/eth', 'https://eth-mainnet.public.blastapi.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