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
b200a6bd
Commit
b200a6bd
authored
Feb 28, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
06e937de
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
18 deletions
+9
-18
RELEASE
RELEASE
+7
-16
VERSION
VERSION
+1
-1
Stats.tsx
apps/web/src/pages/Landing/sections/Stats.tsx
+1
-1
No files found.
RELEASE
View file @
b200a6bd
IPFS hash of the deployment:
- CIDv0: `Qm
PejsjfiS8N5GaQYKoMirK9GXMJCEhyTbCEsU6mpzooNJ
`
- CIDv1: `bafybei
atpx5zjwrh3bsmjdrt77hlkjuztsnqm63dfzr4mf2nbbit6hwx5m
`
- CIDv0: `Qm
cQjAHrLBLgoJjyijTRWvPf8aYqyi4ShqfCgPJUt5KE7Q
`
- CIDv1: `bafybei
grb34tm6vzgzksmurnybn2upad75vcuw4lxxcqplzlofjlxbzjo4
`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
...
...
@@ -10,24 +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
atpx5zjwrh3bsmjdrt77hlkjuztsnqm63dfzr4mf2nbbit6hwx5m
.ipfs.dweb.link/
- https://bafybei
atpx5zjwrh3bsmjdrt77hlkjuztsnqm63dfzr4mf2nbbit6hwx5m
.ipfs.cf-ipfs.com/
- [ipfs://Qm
PejsjfiS8N5GaQYKoMirK9GXMJCEhyTbCEsU6mpzooNJ/](ipfs://QmPejsjfiS8N5GaQYKoMirK9GXMJCEhyTbCEsU6mpzooNJ
/)
- https://bafybei
grb34tm6vzgzksmurnybn2upad75vcuw4lxxcqplzlofjlxbzjo4
.ipfs.dweb.link/
- https://bafybei
grb34tm6vzgzksmurnybn2upad75vcuw4lxxcqplzlofjlxbzjo4
.ipfs.cf-ipfs.com/
- [ipfs://Qm
cQjAHrLBLgoJjyijTRWvPf8aYqyi4ShqfCgPJUt5KE7Q/](ipfs://QmcQjAHrLBLgoJjyijTRWvPf8aYqyi4ShqfCgPJUt5KE7Q
/)
## 5.16.0 (2024-02-28)
### Features
* **web:** [info] enable by default (#6623) 0573173
* **web:** swap smarter banner (#6579) c715d1f
### 5.16.1 (2024-02-28)
### Bug Fixes
* **web:** [info] remove markets from pool token (#6613) 4fdad80
* **web:** fix analytics for swap tab clicked and page name (#6600) f018e73
* **web:** fix math for calculating prices for small decimals (#6612) 59900ff
* **web:** Landing page style fixes at small heights (#6603) 0975cfa
* **web:** use correct all-time swappers (#6637) 672ef4e
VERSION
View file @
b200a6bd
web/5.16.0
\ No newline at end of file
web/5.16.1
\ No newline at end of file
apps/web/src/pages/Landing/sections/Stats.tsx
View file @
b200a6bd
...
...
@@ -232,7 +232,7 @@ function Cards({ inView }: { inView: boolean }) {
<
RightTop
>
<
StatCard
title=
{
t
`All time swappers`
}
value=
{
formatNumber
({
input
:
9
*
10
**
7
,
type
:
NumberType
.
NFTToken
})
}
value=
{
formatNumber
({
input
:
14.9
*
10
**
6
,
type
:
NumberType
.
TokenQuantityStats
})
}
delay=
{
0.2
}
inView=
{
inView
}
/>
...
...
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