File tree 3 files changed +10
-8
lines changed
apps/web/src/nft/queries/openSea
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
IPFS hash of the deployment:
2
- - CIDv0: `QmUx8BPyhu12b6EshRYs7nmfAWACqUAgSeEySx7zbbtZ74 `
3
- - CIDv1: `bafybeidchsbmucfvakacsrez3n2p4r7p2xysz75e4q3vidh5ydlztofto4 `
2
+ - CIDv0: `QmcnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa `
3
+ - CIDv1: `bafybeigwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu `
4
4
5
5
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
6
6
@@ -10,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
10
10
Your Uniswap settings are never remembered across different URLs.
11
11
12
12
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 /)
16
16
17
- ### 5.27.1 (2024-05-14)
17
+ ### 5.27.2 (2024-05-14)
18
18
19
19
20
20
### Bug Fixes
21
21
22
- * **web:** Show unsupported network in navbar - prod (#8182) 937a6a4
22
+ * **web:** web prod hotfix os fetcher 5 14 (#8186) b427678
23
23
24
24
Original file line number Diff line number Diff line change 1
- web/5.27.1
1
+ web/5.27.2
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ export function getOSCollectionsInfiniteQueryOptions(address: string) {
29
29
const OSCollectionsFetcher = async ( { params } : any ) : Promise < WalletCollection [ ] > => {
30
30
let hasEmptyFields = false
31
31
32
+ if ( ! params ) return [ ]
33
+
32
34
for ( const v of Object . values ( params ) ) {
33
35
if ( v === undefined ) {
34
36
hasEmptyFields = true
You can’t perform that action at this time.
0 commit comments