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
d15977ec
Commit
d15977ec
authored
Jan 22, 2025
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
0657949c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
9 deletions
+10
-9
RELEASE
RELEASE
+8
-8
VERSION
VERSION
+1
-1
flags.ts
packages/uniswap/src/features/gating/flags.ts
+1
-0
No files found.
RELEASE
View file @
d15977ec
IPFS hash of the deployment:
- CIDv0: `Qm
XWLumHqg4tACWDxukPYbD43ZRiNSky6uxg6zfM3G3abs
`
- CIDv1: `bafybei
eigtoxfjlgwe4hrnvsbldxzylo2govlsrd36ipkcl3bembqwbybi
`
- CIDv0: `Qm
cUczsWCfUaERJpptB48Rbmnnzg1Jagkhsd1DryHJy4jq
`
- CIDv1: `bafybei
gsbzkda6qv7qqund7okatflwxyy24dqdoatcyyooibzm6xawwooa
`
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://bafybei
eigtoxfjlgwe4hrnvsbldxzylo2govlsrd36ipkcl3bembqwbybi
.ipfs.dweb.link/
- https://bafybei
eigtoxfjlgwe4hrnvsbldxzylo2govlsrd36ipkcl3bembqwbybi
.ipfs.cf-ipfs.com/
- [ipfs://Qm
XWLumHqg4tACWDxukPYbD43ZRiNSky6uxg6zfM3G3abs/](ipfs://QmXWLumHqg4tACWDxukPYbD43ZRiNSky6uxg6zfM3G3abs
/)
- https://bafybei
gsbzkda6qv7qqund7okatflwxyy24dqdoatcyyooibzm6xawwooa
.ipfs.dweb.link/
- https://bafybei
gsbzkda6qv7qqund7okatflwxyy24dqdoatcyyooibzm6xawwooa
.ipfs.cf-ipfs.com/
- [ipfs://Qm
cUczsWCfUaERJpptB48Rbmnnzg1Jagkhsd1DryHJy4jq/](ipfs://QmcUczsWCfUaERJpptB48Rbmnnzg1Jagkhsd1DryHJy4jq
/)
##
5.67.0
(2025-01-22)
##
# 5.67.1
(2025-01-22)
###
Featur
es
###
Bug Fix
es
* **web:**
add flag to experiment with 2s l2 polling interval [prod] (#15385) 2398242
* **web:**
2 sec poll flag fix (#15399) 955a354
VERSION
View file @
d15977ec
web/5.67.0
\ No newline at end of file
web/5.67.1
\ No newline at end of file
packages/uniswap/src/features/gating/flags.ts
View file @
d15977ec
...
...
@@ -101,6 +101,7 @@ export const WEB_FEATURE_FLAG_NAMES = new Map<FeatureFlags, string>([
[
FeatureFlags
.
LimitsFees
,
'
limits_fees
'
],
[
FeatureFlags
.
MultipleRoutingOptions
,
'
multiple_routing_options
'
],
[
FeatureFlags
.
NavigationHotkeys
,
'
navigation_hotkeys
'
],
[
FeatureFlags
.
TwoSecondSwapQuotePollingInterval
,
'
two_second_swap_quote_polling_interval
'
],
// TODO(WEB-3625): Remove these once we have a generalized system for outage banners.
[
FeatureFlags
.
OutageBannerArbitrum
,
'
outage_banner_feb_2024_arbitrum
'
],
[
FeatureFlags
.
OutageBannerOptimism
,
'
outage_banner_feb_2024_optimism
'
],
...
...
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