Skip to content

Commit b76593f

Browse files
ci(release): publish latest release
1 parent 202e4ac commit b76593f

File tree

587 files changed

+25436
-20620
lines changed

Some content is hidden

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

587 files changed

+25436
-20620
lines changed

.env.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ STATSIG_PROXY_URL_OVERRIDE=
3535
TRADING_API_URL_OVERRIDE=
3636
UNITAGS_API_URL_OVERRIDE=
3737
GH_TOKEN_RN_CLI=
38+
JUPITER_PROXY_URL=

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ coverage
1010

1111
# utility script output
1212
scripts/dist
13+
tools/uniswap-nx/dist
1314

1415
# next.js
1516
.next/
@@ -80,4 +81,4 @@ CLAUDE.local.md
8081
.nx/cache
8182
.nx/workspace-data
8283
.cursor/rules/nx-rules.mdc
83-
.github/instructions/nx.instructions.md
84+
.github/instructions/nx.instructions.md

.mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"nx-mcp": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": [
7+
"nx",
8+
"mcp"
9+
]
10+
}
11+
}
12+
}

.nxignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ apps/extension/build
1111
packages/*/dist
1212
packages/*/types
1313

14+
# Ignore Generator Templates
15+
tools/**/generators/**/files
16+
1417
# Ignore test coverage
1518
coverage
1619
.nyc_output
@@ -34,4 +37,4 @@ node_modules
3437

3538
# Ignore documentation
3639
docs
37-
*.md
40+
*.md

AGENTS.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ bun mobile e2e # Mobile E2E tests
5454
```bash
5555
bun g:lint:fix # Fix linting issues
5656
bun g:typecheck # Type check all packages
57-
bun g:format:fix # Fix formatting
58-
bun g:fix # Run both lint and format fix
57+
bun g:format # Fix formatting
5958
bun i18n:extract # Extract localized strings (run after changing translations)
6059
```
6160

@@ -144,3 +143,19 @@ Core shared packages:
144143
## Other Considerations
145144

146145
Be cognizant of the app or package within which a given change is being made. Be sure to reference that app or package's respective `AGENTS.md` file and other local configuration files, including (but not limited to): `package.json`, `tsconfig.json`, etc.
146+
147+
148+
<!-- nx configuration start-->
149+
<!-- Leave the start & end comments to automatically receive updates. -->
150+
151+
# General Guidelines for working with Nx
152+
153+
- When running tasks (for example build, lint, test, e2e, etc.), always prefer running the task through `nx` (i.e. `nx run`, `nx run-many`, `nx affected`) instead of using the underlying tooling directly
154+
- You have access to the Nx MCP server and its tools, use them to help the user
155+
- When answering questions about the repository, use the `nx_workspace` tool first to gain an understanding of the workspace architecture where applicable.
156+
- When working in individual projects, use the `nx_project_details` mcp tool to analyze and understand the specific project structure and dependencies
157+
- For questions around nx configuration, best practices or if you're unsure, use the `nx_docs` tool to get relevant, up-to-date docs. Always use this instead of assuming things about nx configuration
158+
- If the user needs help with an Nx configuration or project graph error, use the `nx_workspace` tool to get any errors
159+
160+
161+
<!-- nx configuration end-->

CLAUDE.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ bun mobile e2e # Mobile E2E tests
5252
### Code Quality
5353

5454
```bash
55-
bun g:lint:fix # Fix linting issues
55+
bun g:lint:fix # Fix linting issues for both eslint and biome, slow
5656
bun g:typecheck # Type check all packages
57-
bun g:format:fix # Fix formatting
58-
bun g:fix # Run both lint and format fix
57+
bun g:format # Fix formatting using Biome, quick
5958
bun i18n:extract # Extract localized strings (run after changing translations)
6059
```
6160

@@ -144,3 +143,19 @@ Core shared packages:
144143
## Other Considerations
145144

146145
Be cognizant of the app or package within which a given change is being made. Be sure to reference that app or package's respective `CLAUDE.md` file and other local configuration files, including (but not limited to): `package.json`, `tsconfig.json`, etc.
146+
147+
148+
<!-- nx configuration start-->
149+
<!-- Leave the start & end comments to automatically receive updates. -->
150+
151+
# General Guidelines for working with Nx
152+
153+
- When running tasks (for example build, lint, test, e2e, etc.), always prefer running the task through `nx` (i.e. `nx run`, `nx run-many`, `nx affected`) instead of using the underlying tooling directly
154+
- You have access to the Nx MCP server and its tools, use them to help the user
155+
- When answering questions about the repository, use the `nx_workspace` tool first to gain an understanding of the workspace architecture where applicable.
156+
- When working in individual projects, use the `nx_project_details` mcp tool to analyze and understand the specific project structure and dependencies
157+
- For questions around nx configuration, best practices or if you're unsure, use the `nx_docs` tool to get relevant, up-to-date docs. Always use this instead of assuming things about nx configuration
158+
- If the user needs help with an Nx configuration or project graph error, use the `nx_workspace` tool to get any errors
159+
160+
161+
<!-- nx configuration end-->

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @uniswap/web-admins

RELEASE

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
Various bug fixes and performance improvements
1+
IPFS hash of the deployment:
2+
- CIDv0: `QmY1cbcRmdUtaHxg3Dk7iu3FQAoy2DtYFogHrCd1CEEBcX`
3+
- CIDv1: `bafybeiepwrzciksdcvpgt4u4sss6hgh5b6zrofqlz4m5gh5myhsa226ofq`
4+
5+
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
6+
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://bafybeiepwrzciksdcvpgt4u4sss6hgh5b6zrofqlz4m5gh5myhsa226ofq.ipfs.dweb.link/
14+
- [ipfs://QmY1cbcRmdUtaHxg3Dk7iu3FQAoy2DtYFogHrCd1CEEBcX/](ipfs://QmY1cbcRmdUtaHxg3Dk7iu3FQAoy2DtYFogHrCd1CEEBcX/)
15+
16+
### 5.114.1 (2025-10-24)
17+
18+

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
extension/1.30.0
1+
web/5.114.1

apps/extension/.depcheckrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ignores: [
1212
'src',
1313
'e2e',
1414
'tsconfig',
15-
'@uniswap/biome-config',
15+
'config',
1616
# Webpack plugins
1717
'@svgr/webpack',
1818
'tamagui-loader',

0 commit comments

Comments
 (0)