Skip to content

Commit 0ef926c

Browse files
ci(release): publish latest release
1 parent deaefb5 commit 0ef926c

File tree

3 files changed

+8
-61
lines changed

3 files changed

+8
-61
lines changed

RELEASE

Lines changed: 6 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmcXKJu5dG8FFG831szNgdEfs9U7XxCnRwbSuAygxy42Ph`
3-
- CIDv1: `bafybeigsx4i67rlwmg76alnqawpcpe2gugwvtu7dcgojfgxm2e4ap43gma`
2+
- CIDv0: `QmPSswCMSykfj3FKKV2dzxwbedFyRJZhMkdzSEgvvPfRAb`
3+
- CIDv1: `bafybeiaqoqqesaqanu2hofn4n2lhef4mweqlx2s5s2wxc747omlwa7nixq`
44

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

@@ -10,67 +10,14 @@ 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://bafybeigsx4i67rlwmg76alnqawpcpe2gugwvtu7dcgojfgxm2e4ap43gma.ipfs.dweb.link/
14-
- [ipfs://QmcXKJu5dG8FFG831szNgdEfs9U7XxCnRwbSuAygxy42Ph/](ipfs://QmcXKJu5dG8FFG831szNgdEfs9U7XxCnRwbSuAygxy42Ph/)
13+
- https://bafybeiaqoqqesaqanu2hofn4n2lhef4mweqlx2s5s2wxc747omlwa7nixq.ipfs.dweb.link/
14+
- [ipfs://QmPSswCMSykfj3FKKV2dzxwbedFyRJZhMkdzSEgvvPfRAb/](ipfs://QmPSswCMSykfj3FKKV2dzxwbedFyRJZhMkdzSEgvvPfRAb/)
1515

16-
## 5.118.0 (2025-11-13)
17-
18-
19-
### Features
20-
21-
* **web:** add bid distribution chart calculations (#24634) a4d4a0f
22-
* **web:** add bid distribution chart UI components (#24636) 0b17542
23-
* **web:** add dev tools for bid distribution chart testing (#24638) 875e7b9
24-
* **web:** add max valuation input (#24301) 31ae922
25-
* **web:** add network filtering to overview tab (#25105) 24d0bf4
26-
* **web:** add nft formatting support in activity table (#25034) c30f149
27-
* **web:** add solana support for web portfolio page (#25108) 1d13ffe
28-
* **web:** add toucan activities UX (#24763) f2ad86a
29-
* **web:** add Toucan chart infrastructure (#24633) f0d25d6
30-
* **web:** add toucan stats UX (#24764) 5558640
31-
* **web:** filter NFTs by chain (#25116) 245586f
32-
* **web:** implement chart hooks and main renderer (#24635) 5be2fe0
33-
* **web:** improve time hover formatting for activity table (#25035) 43e27ba
34-
* **web:** integrate chart into auction store and add supporting features (#24637) 66adc2e
35-
* **web:** Overview mini tokens table (#24805) 752b8e6
36-
* **web:** Portfolio Overview Limits table (#24817) 4a6e7aa
37-
* **web:** portfolio overview mini activity table (#24816) c870eb2
38-
* **web:** portfolio overview mini pools table (#24818) c380379
39-
* **web:** scaffold toucan auction activity + stats container (#24762) bfbb327
40-
* **web:** toucan add clearing price line (#24730) 0db762b
41-
* **web:** toucan bid distribution not started state (#24919) 2839785
42-
* **web:** v2 -> v3 migrate using the new flow (#22488) 86504f7
16+
### 5.118.1 (2025-11-13)
4317

4418

4519
### Bug Fixes
4620

47-
* **web:** add transaction to TransactionState redux prior to onModification (#25218) 5a4f64f
48-
* **web:** address feedback (#24949) ed03cfd
49-
* **web:** allow table row height prop to fix row overflow (#25099) 468bffd
50-
* **web:** ExpectedTransactionState types (#25152) d659705
51-
* **web:** filter token balance by selected chain (#25194) 9b6639f
52-
* **web:** fix issue with listpools endpoint returning an error (#25140) ebd8351
53-
* **web:** fix protocol stats calcs (#25123) 4b0f0ca
54-
* **web:** hide report option when we already know a position is hidden (#25209) 47aea4b
55-
* **web:** more dialog fixes (#24747) 0c37ec6
56-
* **web:** nft count should reflect search results (#24952) 0267bc5
57-
* **web:** notif system initialization (#25008) f30ffbf
58-
* **web:** prevent blank loading state in swap modal (#25144) b6f7698
59-
* **web:** revert table scroll update (#25111) a9084fd
60-
* **web:** use new Dialog to fix broken dialogs (#24742) a86c256
61-
* **web:** use new Dialog to fix Token Warning modal (#24744) ef0c42b
62-
63-
64-
### Continuous Integration
65-
66-
* **web:** update sitemaps 20e677d
67-
68-
69-
### Styles
70-
71-
* **web:** add support for network filter size transition (#25187) 0033e73
72-
* **web:** disconnected state style polishes (#24986) 0f7d20f
73-
* **web:** fix various alignment issues (#25195) 7b44676
74-
* **web:** style connect wallet banner in light and dark theme (#25110) 5cecfe5
21+
* **web:** fix tick invariant error (#25391) e074291
7522

7623

VERSION

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

apps/web/src/components/Charts/LiquidityChart/utils/calculateTokensLocked.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function calculateTokensLocked({
2121
}): { amount0Locked: number; amount1Locked: number } {
2222
try {
2323
const tickLower = tick.tick
24-
const tickUpper = tick.tick + tickSpacing
24+
const tickUpper = Math.min(TickMath.MAX_TICK, tick.tick + tickSpacing)
2525
const currSqrtPriceX96 = TickMath.getSqrtRatioAtTick(currentTick)
2626

2727
const amount0BigInt = getAmount0({

0 commit comments

Comments
 (0)