Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
e71dea7d
Commit
e71dea7d
authored
May 14, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
34fc5682
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
OSCollectionsFetcher.ts
apps/web/src/nft/queries/openSea/OSCollectionsFetcher.ts
+2
-0
No files found.
RELEASE
View file @
e71dea7d
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
Ux8BPyhu12b6EshRYs7nmfAWACqUAgSeEySx7zbbtZ74
`
- CIDv0: `Qm
cnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa
`
- CIDv1: `bafybei
dchsbmucfvakacsrez3n2p4r7p2xysz75e4q3vidh5ydlztofto4
`
- CIDv1: `bafybei
gwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu
`
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://bafybei
dchsbmucfvakacsrez3n2p4r7p2xysz75e4q3vidh5ydlztofto4
.ipfs.dweb.link/
- https://bafybei
gwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu
.ipfs.dweb.link/
- https://bafybei
dchsbmucfvakacsrez3n2p4r7p2xysz75e4q3vidh5ydlztofto4
.ipfs.cf-ipfs.com/
- https://bafybei
gwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu
.ipfs.cf-ipfs.com/
- [ipfs://Qm
Ux8BPyhu12b6EshRYs7nmfAWACqUAgSeEySx7zbbtZ74/](ipfs://QmUx8BPyhu12b6EshRYs7nmfAWACqUAgSeEySx7zbbtZ74
/)
- [ipfs://Qm
cnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa/](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
VERSION
View file @
e71dea7d
web/5.27.1
web/5.27.2
\ No newline at end of file
\ No newline at end of file
apps/web/src/nft/queries/openSea/OSCollectionsFetcher.ts
View file @
e71dea7d
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment