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
b72db88c
Commit
b72db88c
authored
Mar 23, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
bbf36d12
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
useTokenTransactions.ts
apps/web/src/graphql/data/useTokenTransactions.ts
+1
-1
No files found.
RELEASE
View file @
b72db88c
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
XzhJmLYm2o4XE8etZaPyjF8oeenpqB31D5WrfVc4Amcy
`
- CIDv0: `Qm
U9Yoq9SE7sqBXEwUhAYbfnJFwQp2BRb17J9ohrqWVnRK
`
- CIDv1: `bafybei
eppayk37xqd2if3vmfoqy2t2ey4am4juzy4pgq4eudjyhmnswcz
y`
- CIDv1: `bafybei
cwjyhv4k3yykxinpfnpipkhvqit2aaoqu4nzgodsghwzzf4wrci
y`
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
eppayk37xqd2if3vmfoqy2t2ey4am4juzy4pgq4eudjyhmnswcz
y.ipfs.dweb.link/
- https://bafybei
cwjyhv4k3yykxinpfnpipkhvqit2aaoqu4nzgodsghwzzf4wrci
y.ipfs.dweb.link/
- https://bafybei
eppayk37xqd2if3vmfoqy2t2ey4am4juzy4pgq4eudjyhmnswcz
y.ipfs.cf-ipfs.com/
- https://bafybei
cwjyhv4k3yykxinpfnpipkhvqit2aaoqu4nzgodsghwzzf4wrci
y.ipfs.cf-ipfs.com/
- [ipfs://Qm
XzhJmLYm2o4XE8etZaPyjF8oeenpqB31D5WrfVc4Amcy/](ipfs://QmXzhJmLYm2o4XE8etZaPyjF8oeenpqB31D5WrfVc4Amcy
/)
- [ipfs://Qm
U9Yoq9SE7sqBXEwUhAYbfnJFwQp2BRb17J9ohrqWVnRK/](ipfs://QmU9Yoq9SE7sqBXEwUhAYbfnJFwQp2BRb17J9ohrqWVnRK
/)
### 5.19.
2 (2024-03-22
)
### 5.19.
3 (2024-03-23
)
### Bug Fixes
### Bug Fixes
* **web:**
clean feesEnabled feature flag from codebase (#6967) (#7054) f6d99da
* **web:**
prod hotfix - dont show table error when only one query fails (#7075) aa14544
VERSION
View file @
b72db88c
web/5.19.2
web/5.19.3
\ No newline at end of file
\ No newline at end of file
apps/web/src/graphql/data/useTokenTransactions.ts
View file @
b72db88c
...
@@ -133,7 +133,7 @@ export function useTokenTransactions(
...
@@ -133,7 +133,7 @@ export function useTokenTransactions(
transactions
,
transactions
,
loading
:
loadingV3
||
loadingV2
,
loading
:
loadingV3
||
loadingV2
,
loadMore
,
loadMore
,
error
:
errorV2
||
errorV3
,
error
:
errorV2
&&
errorV3
,
}
}
},
[
transactions
,
loadingV3
,
loadingV2
,
loadMore
,
errorV2
,
errorV3
])
},
[
transactions
,
loadingV3
,
loadingV2
,
loadMore
,
errorV2
,
errorV3
])
}
}
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