Skip to content

Commit aa1efb7

Browse files
ci(release): publish latest release
1 parent 1736623 commit aa1efb7

File tree

653 files changed

+17131
-32834
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

653 files changed

+17131
-32834
lines changed

.yarn/patches/@tamagui-popover-npm-1.125.17-3094f5f045.patch

Lines changed: 0 additions & 97 deletions
This file was deleted.

.yarn/patches/@tamagui-z-index-stack-npm-1.125.17-c56e31b993.patch

Lines changed: 0 additions & 54 deletions
This file was deleted.

CODEOWNERS

Lines changed: 0 additions & 1 deletion
This file was deleted.

RELEASE

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1-
IPFS hash of the deployment:
2-
- CIDv0: `QmeAziMcEHMw2m77u6dTq6DBg3f9NPNCsFSoWy5jLRLx8c`
3-
- CIDv1: `bafybeihlihgtua66efgaafuzz3mf3ndy5waaffkvh5tfkqifvtjc75suju`
1+
We are back with some new updates! Here’s the latest:
42

5-
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
3+
Honeypot Detection: Using Blockaid’s data, we now identify potentially malicious honeypot tokens and show users a token warning when interacting with them.
64

7-
You can also access the Uniswap Interface from an IPFS gateway.
8-
**BEWARE**: The Uniswap interface uses [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to remember your settings, such as which tokens you have imported.
9-
**You should always use an IPFS gateway that enforces origin separation**, or our hosted deployment of the latest release at [app.uniswap.org](https://app.uniswap.org).
10-
Your Uniswap settings are never remembered across different URLs.
11-
12-
IPFS gateways:
13-
- https://bafybeihlihgtua66efgaafuzz3mf3ndy5waaffkvh5tfkqifvtjc75suju.ipfs.dweb.link/
14-
- [ipfs://QmeAziMcEHMw2m77u6dTq6DBg3f9NPNCsFSoWy5jLRLx8c/](ipfs://QmeAziMcEHMw2m77u6dTq6DBg3f9NPNCsFSoWy5jLRLx8c/)
15-
16-
### 5.79.2 (2025-04-18)
17-
18-
19-
### Bug Fixes
20-
21-
* **web:** remove v4 0 slippage (#18615) 3a282e3
5+
New pink!: Our accent pink color has been updated across the app for better accessibility and better vibes.
226

7+
Other changes:
238

9+
- Removed balances from spam tokens, to clean up the portfolio view
10+
- Various bug fixes and performance improvements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.79.2
1+
mobile/1.49

apps/extension/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"@tamagui/core": "1.125.17",
1616
"@types/uuid": "9.0.1",
1717
"@uniswap/analytics-events": "2.42.0",
18-
"@uniswap/client-embeddedwallet": "0.0.16",
19-
"@uniswap/uniswapx-sdk": "3.0.0-beta.7",
18+
"@uniswap/uniswapx-sdk": "3.0.0-beta.3",
2019
"@uniswap/universal-router-sdk": "4.19.5",
2120
"@uniswap/v3-sdk": "3.25.2",
2221
"@uniswap/v4-sdk": "1.21.2",
2322
"dotenv-webpack": "8.0.1",
2423
"eslint-plugin-rulesdir": "0.2.2",
2524
"ethers": "5.7.2",
2625
"eventemitter3": "5.0.1",
26+
"framer-motion": "10.17.6",
2727
"i18next": "23.10.0",
2828
"node-polyfill-webpack-plugin": "2.0.1",
2929
"react": "18.3.1",
@@ -56,7 +56,7 @@
5656
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
5757
"@testing-library/dom": "10.4.0",
5858
"@testing-library/react": "16.1.0",
59-
"@types/chrome": "0.0.304",
59+
"@types/chrome": "0.0.254",
6060
"@types/jest": "29.5.14",
6161
"@types/react": "18.3.18",
6262
"@types/react-dom": "18.3.1",
@@ -78,6 +78,7 @@
7878
"mini-css-extract-plugin": "2.9.1",
7979
"react-refresh": "0.14.0",
8080
"serve": "14.2.4",
81+
"statsig-js": "4.41.0",
8182
"style-loader": "3.3.2",
8283
"swc-loader": "0.2.6",
8384
"tamagui-loader": "1.125.17",

apps/extension/src/app/Global.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,3 @@ html {
3131
-webkit-mask-position: -50%;
3232
}
3333
}
34-
35-
@keyframes cloud-float-animation {
36-
0% {
37-
transform: translateY(-8px);
38-
}
39-
50% {
40-
transform: translateY(8px);
41-
}
42-
100% {
43-
transform: translateY(-8px);
44-
}
45-
}

apps/extension/src/app/core/DevMenuModal.tsx

Lines changed: 0 additions & 47 deletions
This file was deleted.

apps/extension/src/app/core/OnboardingApp.tsx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { Complete } from 'src/app/features/onboarding/Complete'
1313
import {
1414
CreateOnboardingSteps,
1515
ImportOnboardingSteps,
16-
ImportPasskeySteps,
1716
OnboardingStepsProvider,
1817
ResetSteps,
1918
ScanOnboardingSteps,
@@ -26,7 +25,6 @@ import { PasswordCreate } from 'src/app/features/onboarding/create/PasswordCreat
2625
import { TestMnemonic } from 'src/app/features/onboarding/create/TestMnemonic'
2726
import { ViewMnemonic } from 'src/app/features/onboarding/create/ViewMnemonic'
2827
import { ImportMnemonic } from 'src/app/features/onboarding/import/ImportMnemonic'
29-
import { InitiatePasskeyAuth } from 'src/app/features/onboarding/import/InitiatePasskeyAuth'
3028
import { SelectImportMethod } from 'src/app/features/onboarding/import/SelectImportMethod'
3129
import { SelectWallets } from 'src/app/features/onboarding/import/SelectWallets'
3230
import { IntroScreen } from 'src/app/features/onboarding/intro/IntroScreen'
@@ -103,21 +101,6 @@ const allRoutes = [
103101
/>
104102
),
105103
},
106-
{
107-
path: OnboardingRoutes.ImportPasskey,
108-
element: (
109-
<OnboardingStepsProvider
110-
key={OnboardingRoutes.ImportPasskey}
111-
steps={{
112-
[ImportPasskeySteps.InitiatePasskeyAuth]: <InitiatePasskeyAuth />,
113-
// TODO(WALL-6383): modify this flow to ask user to verify their seed phrase.
114-
[ImportOnboardingSteps.Password]: <PasswordImport flow={ExtensionOnboardingFlow.Import} />,
115-
[ImportOnboardingSteps.Select]: <SelectWallets flow={ExtensionOnboardingFlow.Import} />,
116-
[ImportOnboardingSteps.Complete]: <Complete flow={ExtensionOnboardingFlow.Import} />,
117-
}}
118-
/>
119-
),
120-
},
121104
{
122105
path: OnboardingRoutes.Import,
123106
element: (

0 commit comments

Comments
 (0)