File tree Expand file tree Collapse file tree
apps/web/src/components/Toucan/Shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11IPFS hash of the deployment:
2- - CIDv0: `QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY `
3- - CIDv1: `bafybeiav7tj6rjjnhvm6qpjg3budmkfei3ey6k4lgmpjytx3enlk3tn74e `
2+ - CIDv0: `QmPQUVHTFsQws6n8tQXPgue61fVAmY2Tn9yiDCGPX7jGHZ `
3+ - CIDv1: `bafybeiap2z2aetdpkgxvcyqtqw3ocbowshw5asxshmjeyfgn7hyhzbnyrq `
44
55The 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.
1010Your Uniswap settings are never remembered across different URLs.
1111
1212IPFS gateways:
13- - https://bafybeiav7tj6rjjnhvm6qpjg3budmkfei3ey6k4lgmpjytx3enlk3tn74e .ipfs.dweb.link/
14- - [ipfs://QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY /](ipfs://QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY /)
13+ - https://bafybeiap2z2aetdpkgxvcyqtqw3ocbowshw5asxshmjeyfgn7hyhzbnyrq .ipfs.dweb.link/
14+ - [ipfs://QmPQUVHTFsQws6n8tQXPgue61fVAmY2Tn9yiDCGPX7jGHZ /](ipfs://QmPQUVHTFsQws6n8tQXPgue61fVAmY2Tn9yiDCGPX7jGHZ /)
Original file line number Diff line number Diff line change 1- web/5.141.9
1+ web/5.141.10
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ import { snapToNearestTick } from '~/components/Toucan/Auction/utils/ticks'
2121
2222const MAX_PERCENTAGE = 4900
2323const 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).
2826const 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
You can’t perform that action at this time.
0 commit comments