-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9be8c36
commit f1dfab3
Showing
242 changed files
with
16,370 additions
and
5,496 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
.yarn/patches/@web3-react-coinbase-wallet-npm-8.2.3-9c7073f079.patch
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
.yarn/patches/@web3-react-gnosis-safe-npm-8.2.4-a7e2850335.patch
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
.yarn/patches/@web3-react-metamask-npm-8.2.4-84b10de2d2.patch
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
.yarn/patches/@web3-react-walletconnect-v2-npm-8.5.1-933cac0534.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @uniswap/web-admins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
We are back with some new updates! Here’s the latest: | ||
|
||
Token Warnings: See more information about the tokens you’re attempting to swap, enriched with data from Blockaid. | ||
|
||
Transaction Failure improvements: See more granular warnings when your slippage is too low, and increase it straight from the swap review screen. | ||
|
||
Homescreen improvements: We added labels to the pink Buy/Sell/Receive buttons, and moved the QR code scanner to a button on the top left of the screen. | ||
|
||
Other changes: | ||
|
||
- Various bug fixes and performance improvements | ||
IPFS hash of the deployment: | ||
- CIDv0: `QmQgATjf3hM9GXkqFXMBe9mH8iJad7JWMaJNzp53pDQV2a` | ||
- CIDv1: `bafybeibcw4gnryq4dypbj63jzx2md33b63cvh6eezail7ijyv4twkf72qm` | ||
|
||
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). | ||
|
||
You can also access the Uniswap Interface from an IPFS gateway. | ||
**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. | ||
**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). | ||
Your Uniswap settings are never remembered across different URLs. | ||
|
||
IPFS gateways: | ||
- https://bafybeibcw4gnryq4dypbj63jzx2md33b63cvh6eezail7ijyv4twkf72qm.ipfs.dweb.link/ | ||
- https://bafybeibcw4gnryq4dypbj63jzx2md33b63cvh6eezail7ijyv4twkf72qm.ipfs.cf-ipfs.com/ | ||
- [ipfs://QmQgATjf3hM9GXkqFXMBe9mH8iJad7JWMaJNzp53pDQV2a/](ipfs://QmQgATjf3hM9GXkqFXMBe9mH8iJad7JWMaJNzp53pDQV2a/) | ||
|
||
### 5.63.2 (2024-12-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **web:** switch to new marketing events - prod (#14706) ad67ff4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mobile/1.42 | ||
web/5.63.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
ignores: [ | ||
# Dependencies that depcheck thinks are unused but are actually used | ||
"react-native-web", | ||
"jest-environment-jsdom", | ||
"webpack-cli", | ||
'react-native-web', | ||
'jest-environment-jsdom', | ||
'webpack-cli', | ||
# Dependencies that depcheck thinks are missing but are actually present or never used | ||
## Internal packages / workspaces | ||
"src", | ||
"tsconfig", | ||
'src', | ||
'tsconfig', | ||
# Webpack plugins | ||
"@svgr/webpack", | ||
"tamagui-loader", | ||
"esbuild-loader", | ||
"swc-loader", | ||
'@svgr/webpack', | ||
'tamagui-loader', | ||
'esbuild-loader', | ||
'style-loader', | ||
'css-loader', | ||
'swc-loader', | ||
## Testing | ||
"@testing-library/dom", | ||
'@testing-library/dom', | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.