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
993a9c6f
Commit
993a9c6f
authored
Oct 16, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
ada702dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
8 deletions
+12
-8
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
bridge.ts
apps/web/src/state/activity/polling/bridge.ts
+4
-0
No files found.
RELEASE
View file @
993a9c6f
IPFS hash of the deployment:
- CIDv0: `QmR
aVjDqEutARKcor6EcFLKR1cx2VD5UqAidr4JTb1z4A2
`
- CIDv1: `bafybeib
qd4ezvubo2zwfmqxuw4kfi6g7tzrtrqdps3lyvvwdhmld4lrvt4
`
- CIDv0: `QmR
CNHQbxqepJmwKTbTjue67sfn3LqusjoTaeJ1WsBUzmv
`
- CIDv1: `bafybeib
koplw7hlmdmxl7shx3c7w47twsz42qpmm3bss54r2wdk5mvyrre
`
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.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybeib
qd4ezvubo2zwfmqxuw4kfi6g7tzrtrqdps3lyvvwdhmld4lrvt4
.ipfs.dweb.link/
- https://bafybeib
qd4ezvubo2zwfmqxuw4kfi6g7tzrtrqdps3lyvvwdhmld4lrvt4
.ipfs.cf-ipfs.com/
- [ipfs://QmR
aVjDqEutARKcor6EcFLKR1cx2VD5UqAidr4JTb1z4A2/](ipfs://QmRaVjDqEutARKcor6EcFLKR1cx2VD5UqAidr4JTb1z4A2
/)
- https://bafybeib
koplw7hlmdmxl7shx3c7w47twsz42qpmm3bss54r2wdk5mvyrre
.ipfs.dweb.link/
- https://bafybeib
koplw7hlmdmxl7shx3c7w47twsz42qpmm3bss54r2wdk5mvyrre
.ipfs.cf-ipfs.com/
- [ipfs://QmR
CNHQbxqepJmwKTbTjue67sfn3LqusjoTaeJ1WsBUzmv/](ipfs://QmRCNHQbxqepJmwKTbTjue67sfn3LqusjoTaeJ1WsBUzmv
/)
### 5.53.
1
(2024-10-16)
### 5.53.
2
(2024-10-16)
### Bug Fixes
* **web:**
fix network filter on explore (#13057) fe9283d
* **web:**
Only poll for bridging status updates if pending txs - prod (#13069) 694cac0
VERSION
View file @
993a9c6f
web/5.53.1
\ No newline at end of file
web/5.53.2
\ No newline at end of file
apps/web/src/state/activity/polling/bridge.ts
View file @
993a9c6f
...
...
@@ -98,6 +98,10 @@ export function usePollPendingBridgeTransactions(onActivityUpdate: OnActivityUpd
let
timeoutId
:
NodeJS
.
Timeout
const
poll
=
async
()
=>
{
// Do not poll if there are no pending bridge transactions
if
(
!
pendingDepositedBridgeTransactions
.
length
)
{
return
}
if
(
attempts
>=
10
)
{
logger
.
error
(
new
Error
(
'
Max attempts reached polling for bridge txs, giving up
'
),
{
tags
:
{
...
...
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