File tree Expand file tree Collapse file tree 3 files changed +9
-18
lines changed
apps/web/src/pages/Landing/sections Expand file tree Collapse file tree 3 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 11IPFS hash of the deployment:
2- - CIDv0: `QmPejsjfiS8N5GaQYKoMirK9GXMJCEhyTbCEsU6mpzooNJ `
3- - CIDv1: `bafybeiatpx5zjwrh3bsmjdrt77hlkjuztsnqm63dfzr4mf2nbbit6hwx5m `
2+ - CIDv0: `QmcQjAHrLBLgoJjyijTRWvPf8aYqyi4ShqfCgPJUt5KE7Q `
3+ - CIDv1: `bafybeigrb34tm6vzgzksmurnybn2upad75vcuw4lxxcqplzlofjlxbzjo4 `
44
55The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66
@@ -10,24 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010Your Uniswap settings are never remembered across different URLs.
1111
1212IPFS gateways:
13- - https://bafybeiatpx5zjwrh3bsmjdrt77hlkjuztsnqm63dfzr4mf2nbbit6hwx5m .ipfs.dweb.link/
14- - https://bafybeiatpx5zjwrh3bsmjdrt77hlkjuztsnqm63dfzr4mf2nbbit6hwx5m .ipfs.cf-ipfs.com/
15- - [ipfs://QmPejsjfiS8N5GaQYKoMirK9GXMJCEhyTbCEsU6mpzooNJ /](ipfs://QmPejsjfiS8N5GaQYKoMirK9GXMJCEhyTbCEsU6mpzooNJ /)
13+ - https://bafybeigrb34tm6vzgzksmurnybn2upad75vcuw4lxxcqplzlofjlxbzjo4 .ipfs.dweb.link/
14+ - https://bafybeigrb34tm6vzgzksmurnybn2upad75vcuw4lxxcqplzlofjlxbzjo4 .ipfs.cf-ipfs.com/
15+ - [ipfs://QmcQjAHrLBLgoJjyijTRWvPf8aYqyi4ShqfCgPJUt5KE7Q /](ipfs://QmcQjAHrLBLgoJjyijTRWvPf8aYqyi4ShqfCgPJUt5KE7Q /)
1616
17- ## 5.16.0 (2024-02-28)
18-
19-
20- ### Features
21-
22- * **web:** [info] enable by default (#6623) 0573173
23- * **web:** swap smarter banner (#6579) c715d1f
17+ ### 5.16.1 (2024-02-28)
2418
2519
2620### Bug Fixes
2721
28- * **web:** [info] remove markets from pool token (#6613) 4fdad80
29- * **web:** fix analytics for swap tab clicked and page name (#6600) f018e73
30- * **web:** fix math for calculating prices for small decimals (#6612) 59900ff
31- * **web:** Landing page style fixes at small heights (#6603) 0975cfa
22+ * **web:** use correct all-time swappers (#6637) 672ef4e
3223
3324
Original file line number Diff line number Diff line change 1- web/5.16.0
1+ web/5.16.1
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ function Cards({ inView }: { inView: boolean }) {
232232 < RightTop >
233233 < StatCard
234234 title = { t `All time swappers` }
235- value = { formatNumber ( { input : 9 * 10 ** 7 , type : NumberType . NFTToken } ) }
235+ value = { formatNumber ( { input : 14. 9 * 10 ** 6 , type : NumberType . TokenQuantityStats } ) }
236236 delay = { 0.2 }
237237 inView = { inView }
238238 />
You can’t perform that action at this time.
0 commit comments