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: `QmSCo841x3an3oGaeRkGYR4s15pMdv32W7nhomMUYR6bBp `
3- - CIDv1: `bafybeibznoorvrw5anzk7vpb6qxpl5nnxp5xpwolnw5dgr6xswk6fivwum `
2+ - CIDv0: `QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY `
3+ - CIDv1: `bafybeiav7tj6rjjnhvm6qpjg3budmkfei3ey6k4lgmpjytx3enlk3tn74e `
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://bafybeibznoorvrw5anzk7vpb6qxpl5nnxp5xpwolnw5dgr6xswk6fivwum .ipfs.dweb.link/
14- - [ipfs://QmSCo841x3an3oGaeRkGYR4s15pMdv32W7nhomMUYR6bBp /](ipfs://QmSCo841x3an3oGaeRkGYR4s15pMdv32W7nhomMUYR6bBp /)
13+ - https://bafybeiav7tj6rjjnhvm6qpjg3budmkfei3ey6k4lgmpjytx3enlk3tn74e .ipfs.dweb.link/
14+ - [ipfs://QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY /](ipfs://QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY /)
Original file line number Diff line number Diff line change 1- web/5.141.8
1+ web/5.141.9
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ import {
1919} from '~/components/Toucan/Auction/utils/fixedPointFdv'
2020import { snapToNearestTick } from '~/components/Toucan/Auction/utils/ticks'
2121
22- const MAX_PERCENTAGE = 270
23- const MARKER_COUNT = 10 // 0% to 270 % in 30 % increments = 10 dots
22+ const MAX_PERCENTAGE = 4900
23+ const MARKER_COUNT = 10 // 0% to 4900 % in ~490 % increments = 10 dots
2424const TOOLTIP_OPEN_DELAY_MS = 2000
2525
2626// When the clearing-price FDV is below these thresholds,
27- // expand the slider range to the target FDV instead of the default 270% .
27+ // expand the slider range to the target FDV instead of the default 4900% (~50x) .
2828const LOW_FDV_THRESHOLD_USD = 10_000
2929const LOW_FDV_TARGET_USD = 1_000_000
3030const LOW_FDV_THRESHOLD_BID_TOKEN = 10n
You can’t perform that action at this time.
0 commit comments