Skip to content

Commit 9fc17fd

Browse files
ci(release): publish latest release
1 parent 32c9d73 commit 9fc17fd

3 files changed

Lines changed: 8 additions & 8 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: `QmSCo841x3an3oGaeRkGYR4s15pMdv32W7nhomMUYR6bBp`
3-
- CIDv1: `bafybeibznoorvrw5anzk7vpb6qxpl5nnxp5xpwolnw5dgr6xswk6fivwum`
2+
- CIDv0: `QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY`
3+
- CIDv1: `bafybeiav7tj6rjjnhvm6qpjg3budmkfei3ey6k4lgmpjytx3enlk3tn74e`
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://bafybeibznoorvrw5anzk7vpb6qxpl5nnxp5xpwolnw5dgr6xswk6fivwum.ipfs.dweb.link/
14-
- [ipfs://QmSCo841x3an3oGaeRkGYR4s15pMdv32W7nhomMUYR6bBp/](ipfs://QmSCo841x3an3oGaeRkGYR4s15pMdv32W7nhomMUYR6bBp/)
13+
- https://bafybeiav7tj6rjjnhvm6qpjg3budmkfei3ey6k4lgmpjytx3enlk3tn74e.ipfs.dweb.link/
14+
- [ipfs://QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY/](ipfs://QmPpUscCvTmYZKshwm58VFMncWMbHG6A8BVJifijCavSYY/)

VERSION

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ import {
1919
} from '~/components/Toucan/Auction/utils/fixedPointFdv'
2020
import { 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
2424
const 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).
2828
const LOW_FDV_THRESHOLD_USD = 10_000
2929
const LOW_FDV_TARGET_USD = 1_000_000
3030
const LOW_FDV_THRESHOLD_BID_TOKEN = 10n

0 commit comments

Comments
 (0)