Skip to content

Commit 514fb12

Browse files
ci(release): publish latest release
1 parent 9fc17fd commit 514fb12

3 files changed

Lines changed: 6 additions & 13 deletions

File tree

RELEASE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY`
3-
- CIDv1: `bafybeiav7tj6rjjnhvm6qpjg3budmkfei3ey6k4lgmpjytx3enlk3tn74e`
2+
- CIDv0: `QmPQUVHTFsQws6n8tQXPgue61fVAmY2Tn9yiDCGPX7jGHZ`
3+
- CIDv1: `bafybeiap2z2aetdpkgxvcyqtqw3ocbowshw5asxshmjeyfgn7hyhzbnyrq`
44

55
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66

@@ -10,5 +10,5 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010
Your Uniswap settings are never remembered across different URLs.
1111

1212
IPFS gateways:
13-
- https://bafybeiav7tj6rjjnhvm6qpjg3budmkfei3ey6k4lgmpjytx3enlk3tn74e.ipfs.dweb.link/
14-
- [ipfs://QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY/](ipfs://QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY/)
13+
- https://bafybeiap2z2aetdpkgxvcyqtqw3ocbowshw5asxshmjeyfgn7hyhzbnyrq.ipfs.dweb.link/
14+
- [ipfs://QmPQUVHTFsQws6n8tQXPgue61fVAmY2Tn9yiDCGPX7jGHZ/](ipfs://QmPQUVHTFsQws6n8tQXPgue61fVAmY2Tn9yiDCGPX7jGHZ/)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.141.9
1+
web/5.141.10

apps/web/src/components/Toucan/Shared/ValuationSlider.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ import { snapToNearestTick } from '~/components/Toucan/Auction/utils/ticks'
2121

2222
const MAX_PERCENTAGE = 4900
2323
const MARKER_COUNT = 10 // 0% to 4900% in ~490% increments = 10 dots
24-
const TOOLTIP_OPEN_DELAY_MS = 2000
25-
2624
// When the clearing-price FDV is below these thresholds,
2725
// expand the slider range to the target FDV instead of the default 4900% (~50x).
2826
const LOW_FDV_THRESHOLD_USD = 10_000
@@ -471,12 +469,7 @@ function ValuationSliderComponent({
471469
<SliderTrackActive style={tokenColor ? { backgroundColor: tokenColor } : undefined} />
472470
</SliderTrack>
473471
<SliderThumb index={0} x={thumbX}>
474-
<Tooltip
475-
placement="bottom"
476-
delay={{ open: TOOLTIP_OPEN_DELAY_MS, close: 0 }}
477-
restMs={TOOLTIP_OPEN_DELAY_MS}
478-
offset={{ mainAxis: 8 }}
479-
>
472+
<Tooltip placement="bottom" delay={{ open: 0, close: 0 }} restMs={0} offset={{ mainAxis: 8 }}>
480473
<Tooltip.Trigger>
481474
<Flex position="relative" alignItems="center" justifyContent="center">
482475
<Flex

0 commit comments

Comments
 (0)