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
18fd136a
Commit
18fd136a
authored
Mar 23, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
b72db88c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
11 deletions
+18
-11
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
UniwalletModal.tsx
apps/web/src/components/AccountDrawer/UniwalletModal.tsx
+1
-1
WalletConnectV2.ts
apps/web/src/connection/WalletConnectV2.ts
+1
-1
openDownloadApp.ts
apps/web/src/utils/openDownloadApp.ts
+1
-1
platform.ts
apps/web/src/utils/platform.ts
+7
-0
No files found.
RELEASE
View file @
18fd136a
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
U9Yoq9SE7sqBXEwUhAYbfnJFwQp2BRb17J9ohrqWVnRK
`
- CIDv0: `Qm
VeVr6qBpGMqAFHLcCTEwvffqSPqwyUKUisELvSNUGmth
`
- CIDv1: `bafybei
cwjyhv4k3yykxinpfnpipkhvqit2aaoqu4nzgodsghwzzf4wrci
y`
- CIDv1: `bafybei
dmsq7bsjz7mqcekzwnicnbh2b2bptwpbvqftmwtajg32kmjk7kz
y`
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,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,15 +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
cwjyhv4k3yykxinpfnpipkhvqit2aaoqu4nzgodsghwzzf4wrci
y.ipfs.dweb.link/
- https://bafybei
dmsq7bsjz7mqcekzwnicnbh2b2bptwpbvqftmwtajg32kmjk7kz
y.ipfs.dweb.link/
- https://bafybei
cwjyhv4k3yykxinpfnpipkhvqit2aaoqu4nzgodsghwzzf4wrci
y.ipfs.cf-ipfs.com/
- https://bafybei
dmsq7bsjz7mqcekzwnicnbh2b2bptwpbvqftmwtajg32kmjk7kz
y.ipfs.cf-ipfs.com/
- [ipfs://Qm
U9Yoq9SE7sqBXEwUhAYbfnJFwQp2BRb17J9ohrqWVnRK/](ipfs://QmU9Yoq9SE7sqBXEwUhAYbfnJFwQp2BRb17J9ohrqWVnRK
/)
- [ipfs://Qm
VeVr6qBpGMqAFHLcCTEwvffqSPqwyUKUisELvSNUGmth/](ipfs://QmVeVr6qBpGMqAFHLcCTEwvffqSPqwyUKUisELvSNUGmth
/)
### 5.19.
3
(2024-03-23)
### 5.19.
4
(2024-03-23)
### Bug Fixes
### Bug Fixes
* **web:**
prod hotfix - dont show table error when only one query fails (#7075) aa14544
* **web:**
fix platform checks for mweb breaking uniwallet deeplinking (#7077) 3d2ecb9
VERSION
View file @
18fd136a
web/5.19.3
web/5.19.4
\ No newline at end of file
\ No newline at end of file
apps/web/src/components/AccountDrawer/UniwalletModal.tsx
View file @
18fd136a
...
@@ -13,7 +13,7 @@ import { QRCodeSVG } from 'qrcode.react'
...
@@ -13,7 +13,7 @@ import { QRCodeSVG } from 'qrcode.react'
import
{
useEffect
,
useState
}
from
'
react
'
import
{
useEffect
,
useState
}
from
'
react
'
import
styled
,
{
useTheme
}
from
'
styled-components
'
import
styled
,
{
useTheme
}
from
'
styled-components
'
import
{
CloseIcon
,
ThemedText
}
from
'
theme/components
'
import
{
CloseIcon
,
ThemedText
}
from
'
theme/components
'
import
{
isAndroid
,
isIOS
}
from
'
u
niswap/src/u
tils/platform
'
import
{
isAndroid
,
isIOS
}
from
'
utils/platform
'
import
uniPng
from
'
../../assets/images/uniwallet_modal_icon.png
'
import
uniPng
from
'
../../assets/images/uniwallet_modal_icon.png
'
import
{
DownloadButton
}
from
'
./DownloadButton
'
import
{
DownloadButton
}
from
'
./DownloadButton
'
...
...
apps/web/src/connection/WalletConnectV2.ts
View file @
18fd136a
...
@@ -4,7 +4,7 @@ import { sendAnalyticsEvent } from 'analytics'
...
@@ -4,7 +4,7 @@ import { sendAnalyticsEvent } from 'analytics'
import
{
L1_CHAIN_IDS
,
L2_CHAIN_IDS
}
from
'
constants/chains
'
import
{
L1_CHAIN_IDS
,
L2_CHAIN_IDS
}
from
'
constants/chains
'
import
{
APP_RPC_URLS
}
from
'
constants/networks
'
import
{
APP_RPC_URLS
}
from
'
constants/networks
'
import
{
Z_INDEX
}
from
'
theme/zIndex
'
import
{
Z_INDEX
}
from
'
theme/zIndex
'
import
{
isAndroid
,
isIOS
}
from
'
u
niswap/src/u
tils/platform
'
import
{
isAndroid
,
isIOS
}
from
'
utils/platform
'
// Avoid testing for the best URL by only passing a single URL per chain.
// Avoid testing for the best URL by only passing a single URL per chain.
// Otherwise, WC will not initialize until all URLs have been tested (see getBestUrl in web3-react).
// Otherwise, WC will not initialize until all URLs have been tested (see getBestUrl in web3-react).
...
...
apps/web/src/utils/openDownloadApp.ts
View file @
18fd136a
import
{
AppDownloadPlatform
,
InterfaceElementName
,
InterfaceEventName
}
from
'
@uniswap/analytics-events
'
import
{
AppDownloadPlatform
,
InterfaceElementName
,
InterfaceEventName
}
from
'
@uniswap/analytics-events
'
import
{
sendAnalyticsEvent
}
from
'
analytics
'
import
{
sendAnalyticsEvent
}
from
'
analytics
'
import
{
isAndroid
,
isIOS
}
from
'
u
niswap/src/u
tils/platform
'
import
{
isAndroid
,
isIOS
}
from
'
utils/platform
'
// OneLink will direct to App/Play Store or microsite depending on user agent
// OneLink will direct to App/Play Store or microsite depending on user agent
const
APP_DOWNLOAD_LINKS
:
Partial
<
{
[
key
in
InterfaceElementName
]:
string
}
>
=
{
const
APP_DOWNLOAD_LINKS
:
Partial
<
{
[
key
in
InterfaceElementName
]:
string
}
>
=
{
...
...
apps/web/src/utils/platform.ts
0 → 100644
View file @
18fd136a
import
{
UAParser
}
from
'
ua-parser-js
'
// TODO(WEB-3908): Switch to definition in packages/uniswap once fixed
const
parser
=
new
UAParser
(
navigator
.
userAgent
)
const
{
name
:
platform
}
=
parser
.
getOS
()
export
const
isIOS
=
platform
===
'
iOS
'
export
const
isAndroid
=
platform
===
'
Android
'
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