ci(release): publish latest release

parent 34fc5682
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmUx8BPyhu12b6EshRYs7nmfAWACqUAgSeEySx7zbbtZ74` - CIDv0: `QmcnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa`
- CIDv1: `bafybeidchsbmucfvakacsrez3n2p4r7p2xysz75e4q3vidh5ydlztofto4` - CIDv1: `bafybeigwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
...@@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway. ...@@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs. Your Uniswap settings are never remembered across different URLs.
IPFS gateways: IPFS gateways:
- https://bafybeidchsbmucfvakacsrez3n2p4r7p2xysz75e4q3vidh5ydlztofto4.ipfs.dweb.link/ - https://bafybeigwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu.ipfs.dweb.link/
- https://bafybeidchsbmucfvakacsrez3n2p4r7p2xysz75e4q3vidh5ydlztofto4.ipfs.cf-ipfs.com/ - https://bafybeigwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu.ipfs.cf-ipfs.com/
- [ipfs://QmUx8BPyhu12b6EshRYs7nmfAWACqUAgSeEySx7zbbtZ74/](ipfs://QmUx8BPyhu12b6EshRYs7nmfAWACqUAgSeEySx7zbbtZ74/) - [ipfs://QmcnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa/](ipfs://QmcnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa/)
### 5.27.1 (2024-05-14) ### 5.27.2 (2024-05-14)
### Bug Fixes ### Bug Fixes
* **web:** Show unsupported network in navbar - prod (#8182) 937a6a4 * **web:** web prod hotfix os fetcher 5 14 (#8186) b427678
web/5.27.1 web/5.27.2
\ No newline at end of file \ No newline at end of file
...@@ -29,6 +29,8 @@ export function getOSCollectionsInfiniteQueryOptions(address: string) { ...@@ -29,6 +29,8 @@ export function getOSCollectionsInfiniteQueryOptions(address: string) {
const OSCollectionsFetcher = async ({ params }: any): Promise<WalletCollection[]> => { const OSCollectionsFetcher = async ({ params }: any): Promise<WalletCollection[]> => {
let hasEmptyFields = false let hasEmptyFields = false
if (!params) return []
for (const v of Object.values(params)) { for (const v of Object.values(params)) {
if (v === undefined) { if (v === undefined) {
hasEmptyFields = true hasEmptyFields = true
......
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