ci(release): publish latest release

parent 1540a646
IPFS hash of the deployment:
- CIDv0: `QmZkbk8RdTbdKaLmzNx5yinoycn8v7Bqc8ayt6GcREsSaE`
- CIDv1: `bafybeifjsmsjmwo6upeelfdmwteod4ybfaqajpjkknqzjwnlqfj5awp75m`
- CIDv0: `QmYsHGBHp98EzfBdS8e3inLYfg78s7iWwjJ6gcQwAC9pxH`
- CIDv1: `bafybeie4nwp4jxdsqscdvwbjj43pgjz5eta3keqy3wftdszlmacbbourwi`
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://bafybeifjsmsjmwo6upeelfdmwteod4ybfaqajpjkknqzjwnlqfj5awp75m.ipfs.dweb.link/
- https://bafybeifjsmsjmwo6upeelfdmwteod4ybfaqajpjkknqzjwnlqfj5awp75m.ipfs.cf-ipfs.com/
- [ipfs://QmZkbk8RdTbdKaLmzNx5yinoycn8v7Bqc8ayt6GcREsSaE/](ipfs://QmZkbk8RdTbdKaLmzNx5yinoycn8v7Bqc8ayt6GcREsSaE/)
- https://bafybeie4nwp4jxdsqscdvwbjj43pgjz5eta3keqy3wftdszlmacbbourwi.ipfs.dweb.link/
- https://bafybeie4nwp4jxdsqscdvwbjj43pgjz5eta3keqy3wftdszlmacbbourwi.ipfs.cf-ipfs.com/
- [ipfs://QmYsHGBHp98EzfBdS8e3inLYfg78s7iWwjJ6gcQwAC9pxH/](ipfs://QmYsHGBHp98EzfBdS8e3inLYfg78s7iWwjJ6gcQwAC9pxH/)
### 5.14.3 (2024-02-27)
## 5.15.0 (2024-02-27)
### Bug Fixes
### Features
* **web:** Price fix [hotfix for prod] (#6621) de40c45
* **web:** [info] enable by default (#6623) (#6624) 7442c9e
web/5.14.3
\ No newline at end of file
web/5.15.0
\ No newline at end of file
......@@ -405,6 +405,7 @@ exports[`PoolDetailsHeader renders header text correctly 1`] = `
font-weight: 535;
width: 100%;
vertical-align: middle;
white-space: nowrap;
}
.c18 {
......@@ -450,32 +451,6 @@ exports[`PoolDetailsHeader renders header text correctly 1`] = `
background-color: #2222221f;
}
.c20 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
position: relative;
}
.c21 {
height: 24px;
width: 24px;
-webkit-text-decoration: none;
text-decoration: none;
cursor: pointer;
-webkit-transition-duration: 125ms;
transition-duration: 125ms;
}
.c21:hover {
opacity: 0.6;
}
.c21:active {
opacity: 0.4;
}
.c0 {
display: -webkit-box;
display: -webkit-flex;
......@@ -723,23 +698,38 @@ exports[`PoolDetailsHeader renders header text correctly 1`] = `
</div>
</div>
</div>
<div
class="c20"
>
<svg
aria-label="ShareOptions"
class="c21"
fill="#9B9B9B"
height="24"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
<div>
<div
class="c15"
>
<path
d="M13 4.99092C13 4.09592 14.094 3.66096 14.709 4.31196L20.637 10.582C21.121 11.094 21.121 11.894 20.637 12.406L14.709 18.676C14.094 19.326 13 18.891 13 17.997V14.4919C5.437 14.4919 4.93602 16.962 4.96802 19.529C4.97402 20.019 4.32501 20.1811 4.08301 19.7561C3.46701 18.6751 3 17.1999 3 15.4909C3 8.99592 10 8.49702 13 8.49702V4.99092Z"
fill="#9B9B9B"
/>
</svg>
<div
class="c16"
style="width: 100%;"
>
<div>
<button
class="c17 c18"
>
<div
class="c19"
>
<svg
fill="#222222"
height="18"
viewBox="0 0 24 24"
width="18"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M13 4.99092C13 4.09592 14.094 3.66096 14.709 4.31196L20.637 10.582C21.121 11.094 21.121 11.894 20.637 12.406L14.709 18.676C14.094 19.326 13 18.891 13 17.997V14.4919C5.437 14.4919 4.93602 16.962 4.96802 19.529C4.97402 20.019 4.32501 20.1811 4.08301 19.7561C3.46701 18.6751 3 17.1999 3 15.4909C3 8.99592 10 8.49702 13 8.49702V4.99092Z"
fill="#222222"
/>
</svg>
</div>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
......
......@@ -338,7 +338,7 @@ exports[`LoadedRow.tsx renders a row 1`] = `
>
<a
class="c0"
href="/tokens/ethereum/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
href="/explore/tokens/ethereum/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
>
<div
class="c1"
......
import { BaseVariant, FeatureFlag, useBaseFlag } from '../index'
export function useInfoExploreFlag(): BaseVariant {
return useBaseFlag(FeatureFlag.infoExplore)
return useBaseFlag(FeatureFlag.infoExplore, BaseVariant.Enabled)
}
export function useInfoExplorePageEnabled(): boolean {
......
import { BaseVariant, FeatureFlag, useBaseFlag } from '../index'
export function useInfoPoolPageFlag(): BaseVariant {
return useBaseFlag(FeatureFlag.infoPoolPage)
return useBaseFlag(FeatureFlag.infoPoolPage, BaseVariant.Enabled)
}
export function useInfoPoolPageEnabled(): boolean {
......
import { BaseVariant, FeatureFlag, useBaseFlag } from '../index'
export function useInfoTDPFlag(): BaseVariant {
return useBaseFlag(FeatureFlag.infoTDP)
return useBaseFlag(FeatureFlag.infoTDP, BaseVariant.Enabled)
}
export function useInfoTDPEnabled(): boolean {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment