Skip to content

Commit e71dea7

Browse files
ci(release): publish latest release
1 parent 34fc568 commit e71dea7

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

RELEASE

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmUx8BPyhu12b6EshRYs7nmfAWACqUAgSeEySx7zbbtZ74`
3-
- CIDv1: `bafybeidchsbmucfvakacsrez3n2p4r7p2xysz75e4q3vidh5ydlztofto4`
2+
- CIDv0: `QmcnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa`
3+
- CIDv1: `bafybeigwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu`
44

55
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66

@@ -10,15 +10,15 @@ 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://bafybeidchsbmucfvakacsrez3n2p4r7p2xysz75e4q3vidh5ydlztofto4.ipfs.dweb.link/
14-
- https://bafybeidchsbmucfvakacsrez3n2p4r7p2xysz75e4q3vidh5ydlztofto4.ipfs.cf-ipfs.com/
15-
- [ipfs://QmUx8BPyhu12b6EshRYs7nmfAWACqUAgSeEySx7zbbtZ74/](ipfs://QmUx8BPyhu12b6EshRYs7nmfAWACqUAgSeEySx7zbbtZ74/)
13+
- https://bafybeigwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu.ipfs.dweb.link/
14+
- https://bafybeigwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu.ipfs.cf-ipfs.com/
15+
- [ipfs://QmcnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa/](ipfs://QmcnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa/)
1616

17-
### 5.27.1 (2024-05-14)
17+
### 5.27.2 (2024-05-14)
1818

1919

2020
### Bug Fixes
2121

22-
* **web:** Show unsupported network in navbar - prod (#8182) 937a6a4
22+
* **web:** web prod hotfix os fetcher 5 14 (#8186) b427678
2323

2424

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.27.1
1+
web/5.27.2

apps/web/src/nft/queries/openSea/OSCollectionsFetcher.ts

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export function getOSCollectionsInfiniteQueryOptions(address: string) {
2929
const OSCollectionsFetcher = async ({ params }: any): Promise<WalletCollection[]> => {
3030
let hasEmptyFields = false
3131

32+
if (!params) return []
33+
3234
for (const v of Object.values(params)) {
3335
if (v === undefined) {
3436
hasEmptyFields = true

0 commit comments

Comments
 (0)