Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
3582f6e3
Commit
3582f6e3
authored
Jun 06, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
687ae572
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
53 additions
and
30 deletions
+53
-30
@wagmi-core-npm-2.6.16-1baef7c190.patch
.yarn/patches/@wagmi-core-npm-2.6.16-1baef7c190.patch
+23
-0
RELEASE
RELEASE
+7
-28
VERSION
VERSION
+1
-1
package.json
package.json
+2
-1
yarn.lock
yarn.lock
+20
-0
No files found.
.yarn/patches/@wagmi-core-npm-2.6.16-1baef7c190.patch
0 → 100644
View file @
3582f6e3
diff --git a/dist/esm/connectors/injected.js b/dist/esm/connectors/injected.js
index 26f420d68ed9a12deea30a3dca195e2bcf3b3c44..70fc93a7db7b9f4db10e71edd73ee81bd0e28f1e 100644
--- a/dist/esm/connectors/injected.js
+++ b/dist/esm/connectors/injected.js
@@ -405,6 +405,18 @@
export function injected(parameters = {}) {
onChainChanged(chain) {
console.log('[injected] onChainChanged', chain);
const chainId = Number(chain);
+ if (this.id === 'io.metamask')
+ this.getProvider()
+ .then((provider) =>
+ provider
+ ?.request({
+ method: 'wallet_switchEthereumChain',
+ params: [{ chainId: numberToHex(chainId) }],
+ })
+ .then(() => {})
+ .catch(() => {}),
+ )
+ .catch(() => {})
config.emitter.emit('change', { chainId });
},
async onConnect(connectInfo) {
RELEASE
View file @
3582f6e3
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
QgjnjsbdgihYv6dHDgLpnXBkTwSwi3bthr3YLBgry9We
`
- CIDv0: `Qm
NryPgeKysHA94RrWHP8fND99CthjcCSUs93ejSbEMdC8
`
- CIDv1: `bafybei
bc3s5567p7ggbzhvrxuqztosya2qdsixkjlre5onkgbmkiipjba4
`
- CIDv1: `bafybei
ahysggu6xwtpveh7ux7hvrc34exseqwgidnl7lob4eogww3m56au
`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
...
@@ -10,36 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,36 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
IPFS gateways:
- https://bafybei
bc3s5567p7ggbzhvrxuqztosya2qdsixkjlre5onkgbmkiipjba4
.ipfs.dweb.link/
- https://bafybei
ahysggu6xwtpveh7ux7hvrc34exseqwgidnl7lob4eogww3m56au
.ipfs.dweb.link/
- https://bafybei
bc3s5567p7ggbzhvrxuqztosya2qdsixkjlre5onkgbmkiipjba4
.ipfs.cf-ipfs.com/
- https://bafybei
ahysggu6xwtpveh7ux7hvrc34exseqwgidnl7lob4eogww3m56au
.ipfs.cf-ipfs.com/
- [ipfs://Qm
QgjnjsbdgihYv6dHDgLpnXBkTwSwi3bthr3YLBgry9We/](ipfs://QmQgjnjsbdgihYv6dHDgLpnXBkTwSwi3bthr3YLBgry9We
/)
- [ipfs://Qm
NryPgeKysHA94RrWHP8fND99CthjcCSUs93ejSbEMdC8/](ipfs://QmNryPgeKysHA94RrWHP8fND99CthjcCSUs93ejSbEMdC8
/)
## 5.31.0 (2024-06-05)
### 5.31.1 (2024-06-06)
### Features
* **web:** add utm tags to copyLink buttons (#8556) 7a70df6
* **web:** Only show identicon in send speedbump if ENS or Unitag (#8475) 5fea09e
* **web:** use max-image-preview for nft SEO (#8557) caf4d41
### Bug Fixes
### Bug Fixes
* **web:** Correctly route back to previous page on AddLiq page (#8523) 21a8143
* **web:** patch wagmi to fix MM bug - prod (#8842) 34c7bc6
* **web:** don't disable swap settings for unconnected chains [staging] (#8653) b9731e2
* **web:** fix broken translations (#8581) 5a86cb6
* **web:** fix translations not loading (#8503) 12acb23
* **web:** improve connection loading/error state (#8533) 9371fb3
* **web:** properly filter buy/sell txs on TDP (#8511) 28ac0ef
* **web:** round Send input if greatern than max decimals allowed (#8525) f56c514
* **web:** update USDC address on Celo Alfajores testnet (#8484) d265731
* **web:** update useOnClickOutside to handle tooltips [staging] (#8705) 1a4610f
* **web:** use prev sitemaps for sitemap generation.. (#8524) b72a23f
### Continuous Integration
* **web:** update sitemaps ff410fb
VERSION
View file @
3582f6e3
web/5.31.0
web/5.31.1
\ No newline at end of file
\ No newline at end of file
package.json
View file @
3582f6e3
...
@@ -78,7 +78,8 @@
...
@@ -78,7 +78,8 @@
"expo-local-authentication@13.8.0"
:
"patch:expo-local-authentication@npm%3A13.8.0#./.yarn/patches/expo-local-authentication-npm-13.8.0-3a1b5c983f.patch"
,
"expo-local-authentication@13.8.0"
:
"patch:expo-local-authentication@npm%3A13.8.0#./.yarn/patches/expo-local-authentication-npm-13.8.0-3a1b5c983f.patch"
,
"react-native-wagmi-charts@2.3.0"
:
"patch:react-native-wagmi-charts@npm%3A2.3.0#./.yarn/patches/react-native-wagmi-charts-npm-2.3.0-8e836a8f3c.patch"
,
"react-native-wagmi-charts@2.3.0"
:
"patch:react-native-wagmi-charts@npm%3A2.3.0#./.yarn/patches/react-native-wagmi-charts-npm-2.3.0-8e836a8f3c.patch"
,
"@tamagui/animations-moti@1.92.0"
:
"patch:@tamagui/animations-moti@npm%3A1.92.0#./.yarn/patches/@tamagui-animations-moti-npm-1.92.0-a8dde990ec.patch"
,
"@tamagui/animations-moti@1.92.0"
:
"patch:@tamagui/animations-moti@npm%3A1.92.0#./.yarn/patches/@tamagui-animations-moti-npm-1.92.0-a8dde990ec.patch"
,
"cypress-hardhat@2.5.0"
:
"patch:cypress-hardhat@npm%3A2.5.0#./.yarn/patches/cypress-hardhat-npm-2.5.0-9b9b7d7a28.patch"
"cypress-hardhat@2.5.0"
:
"patch:cypress-hardhat@npm%3A2.5.0#./.yarn/patches/cypress-hardhat-npm-2.5.0-9b9b7d7a28.patch"
,
"@wagmi/core@2.6.16"
:
"patch:@wagmi/core@npm%3A2.6.16#./.yarn/patches/@wagmi-core-npm-2.6.16-1baef7c190.patch"
},
},
"scripts"
:
{
"scripts"
:
{
"g:build"
:
"turbo run build --concurrency=100%"
,
"g:build"
:
"turbo run build --concurrency=100%"
,
...
...
yarn.lock
View file @
3582f6e3
...
@@ -14564,6 +14564,26 @@ __metadata:
...
@@ -14564,6 +14564,26 @@ __metadata:
languageName: node
languageName: node
linkType: hard
linkType: hard
"@wagmi/core@patch:@wagmi/core@npm%3A2.6.16#./.yarn/patches/@wagmi-core-npm-2.6.16-1baef7c190.patch::locator=universe%40workspace%3A.":
version: 2.6.16
resolution: "@wagmi/core@patch:@wagmi/core@npm%3A2.6.16#./.yarn/patches/@wagmi-core-npm-2.6.16-1baef7c190.patch::version=2.6.16&hash=a4dce9&locator=universe%40workspace%3A."
dependencies:
eventemitter3: 5.0.1
mipd: 0.0.5
zustand: 4.4.1
peerDependencies:
"@tanstack/query-core": ">=5.0.0"
typescript: ">=5.0.4"
viem: 2.x
peerDependenciesMeta:
"@tanstack/query-core":
optional: true
typescript:
optional: true
checksum: a3252d86a02c9c971ad9c8ba351ef01b14f960d76f73a45d2d7954d40bcdc9c38dcb6bbf6cb330f84c643a6e171c1dfbdfa58d077438fcadb9be7289c5386110
languageName: node
linkType: hard
"@walletconnect/auth-client@npm:2.1.2":
"@walletconnect/auth-client@npm:2.1.2":
version: 2.1.2
version: 2.1.2
resolution: "@walletconnect/auth-client@npm:2.1.2"
resolution: "@walletconnect/auth-client@npm:2.1.2"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment