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
6f70e0b1
Commit
6f70e0b1
authored
May 22, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
548e0f40
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
RELEASE
RELEASE
+8
-8
VERSION
VERSION
+1
-1
flags.ts
packages/uniswap/src/features/gating/flags.ts
+1
-1
No files found.
RELEASE
View file @
6f70e0b1
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
R4otTaGReggG5cf37xRt4wh3XkeKPZT5jqT7YbuvQFRQ
`
- CIDv0: `Qm
TpccVs1zJ53DxsUVGfYDtekJLEkYkcz7ytv7ztQLAQoK
`
- CIDv1: `bafybei
biqqsv6nojor2kdirpukl4h6f44erjheo2r7fzbq2wvpg5akvd44
`
- CIDv1: `bafybei
crorjzrhlzqcfsojgjsfofublb2gz6s3nl7v2r2vefkxe5ws7w6i
`
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
biqqsv6nojor2kdirpukl4h6f44erjheo2r7fzbq2wvpg5akvd44
.ipfs.dweb.link/
- https://bafybei
crorjzrhlzqcfsojgjsfofublb2gz6s3nl7v2r2vefkxe5ws7w6i
.ipfs.dweb.link/
- https://bafybei
biqqsv6nojor2kdirpukl4h6f44erjheo2r7fzbq2wvpg5akvd44
.ipfs.cf-ipfs.com/
- https://bafybei
crorjzrhlzqcfsojgjsfofublb2gz6s3nl7v2r2vefkxe5ws7w6i
.ipfs.cf-ipfs.com/
- [ipfs://Qm
R4otTaGReggG5cf37xRt4wh3XkeKPZT5jqT7YbuvQFRQ/](ipfs://QmR4otTaGReggG5cf37xRt4wh3XkeKPZT5jqT7YbuvQFRQ
/)
- [ipfs://Qm
TpccVs1zJ53DxsUVGfYDtekJLEkYkcz7ytv7ztQLAQoK/](ipfs://QmTpccVs1zJ53DxsUVGfYDtekJLEkYkcz7ytv7ztQLAQoK
/)
##
5.28.0 (2024-05-21
)
##
# 5.28.1 (2024-05-22
)
###
Featur
es
###
Bug Fix
es
* **web:**
unicon v2 education label (#8339) e861024
* **web:**
lowercase unicon flag 626ec60
VERSION
View file @
6f70e0b1
web/5.28.0
web/5.28.1
\ No newline at end of file
\ No newline at end of file
packages/uniswap/src/features/gating/flags.ts
View file @
6f70e0b1
...
@@ -51,7 +51,7 @@ export enum FeatureFlags {
...
@@ -51,7 +51,7 @@ export enum FeatureFlags {
export
const
WEB_FEATURE_FLAG_NAMES
=
new
Map
<
FeatureFlags
,
string
>
([
export
const
WEB_FEATURE_FLAG_NAMES
=
new
Map
<
FeatureFlags
,
string
>
([
// Shared
// Shared
[
FeatureFlags
.
CurrencyConversion
,
'
currency_conversion
'
],
[
FeatureFlags
.
CurrencyConversion
,
'
currency_conversion
'
],
[
FeatureFlags
.
UniconsV2
,
'
unicon_
V
2
'
],
[
FeatureFlags
.
UniconsV2
,
'
unicon_
v
2
'
],
// Web Specific
// Web Specific
[
FeatureFlags
.
Eip6936Enabled
,
'
eip6963_enabled
'
],
[
FeatureFlags
.
Eip6936Enabled
,
'
eip6963_enabled
'
],
[
FeatureFlags
.
ExitAnimation
,
'
exit_animation
'
],
[
FeatureFlags
.
ExitAnimation
,
'
exit_animation
'
],
...
...
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