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
9209ca43
Commit
9209ca43
authored
Apr 22, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
37578409
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
46 deletions
+11
-46
RELEASE
RELEASE
+7
-40
VERSION
VERSION
+1
-1
useIsSwapUnsupported.ts
apps/web/src/hooks/useIsSwapUnsupported.ts
+2
-4
SwapForm.tsx
apps/web/src/pages/Swap/SwapForm.tsx
+1
-1
No files found.
RELEASE
View file @
9209ca43
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
RTQkA8KswGiGLBonZxttz4C9fJSnbD9QnKis37qVEJ2j
`
- CIDv0: `Qm
aZ2DyycDgi2Md5z6NFpdaBCPYkExFJRRz5FDG47zU4Yt
`
- CIDv1: `bafybei
bojzlcvbuydj5zkb562ipm3tcaa74sn4ub72dnwtse4diqma6gca
`
- CIDv1: `bafybei
fvo6feafgzml423kyegp43hr7fss4il43hmdzxzlmdaapjcxr3nu
`
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,48 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,48 +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
bojzlcvbuydj5zkb562ipm3tcaa74sn4ub72dnwtse4diqma6gca
.ipfs.dweb.link/
- https://bafybei
fvo6feafgzml423kyegp43hr7fss4il43hmdzxzlmdaapjcxr3nu
.ipfs.dweb.link/
- https://bafybei
bojzlcvbuydj5zkb562ipm3tcaa74sn4ub72dnwtse4diqma6gca
.ipfs.cf-ipfs.com/
- https://bafybei
fvo6feafgzml423kyegp43hr7fss4il43hmdzxzlmdaapjcxr3nu
.ipfs.cf-ipfs.com/
- [ipfs://Qm
RTQkA8KswGiGLBonZxttz4C9fJSnbD9QnKis37qVEJ2j/](ipfs://QmRTQkA8KswGiGLBonZxttz4C9fJSnbD9QnKis37qVEJ2j
/)
- [ipfs://Qm
aZ2DyycDgi2Md5z6NFpdaBCPYkExFJRRz5FDG47zU4Yt/](ipfs://QmaZ2DyycDgi2Md5z6NFpdaBCPYkExFJRRz5FDG47zU4Yt
/)
## 5.25.0 (2024-04-22)
### 5.25.1 (2024-04-22)
### Features
* **web:** add check:bundle-size script and ci check for bundle size not growing (#7655) 0a4bce7
* **web:** Add feature flag for v2 data on Explore (#7705) 1679530
* **web:** combine all DoubleCurrencyLogo implementations (#7369) cda9384
* **web:** fix unicon v2 and remove jazzicons (#7586) 27caec6
* **web:** multiple routing preference (#7585) c6bfd6c
* **web:** multiple routing preferences styling (#7627) 58a55de
* **web:** remove all token-lists except avax fallbacks (#7422) 377fe4b
* **web:** remove remaining usage of token lists (#7446) 9895aa7
* **web:** subscription-based activity feed (#7266) 327da33
* **web:** update transactions from subscription (#7471) 49484c8
### Bug Fixes
### Bug Fixes
* **web:** add new chains to richlinkpreviews chainlogo (#7521) a21f010
* **web:** support swapping spam tokens (#7794) 13bd6f5
* **web:** allow TrustWallet nodes in CSP (#7513) aed2bd4
* **web:** deflake some cypress tests (#7575) 4a7daef
* **web:** disable breaking tests and rename cypress passing test to be clearer in github branch protection rules (#7496) 0f88608
* **web:** Don't try to parse non-numbers (#7587) 5da785f
* **web:** fix token cacheing in explore tabs, navbar search (#7543) aaaaaa1
* **web:** fix token safety test on TDP (#7506) 4635506
* **web:** fix uk disclaimer e2e test (#7507) 1a8dbef
* **web:** fix uniswapx e2e tests (#7505) 880c131
* **web:** fix unitag e2e test (#7504) 8a946d5
* **web:** limits pending cancel state (#7654) 74a8767
* **web:** parse native MATIC correctly (#7516) a7d7957
* **web:** pass gas params to provider (#7464) 3ede664
* **web:** Properly compare natives for L2 PDP Tx Table (#7520) 4a1bb26
* **web:** remove 'review swap' title from success state (#7346) e16d7f3
* **web:** remove sentence-casing for rich link previews images (#7344) dff07a9
* **web:** Send crashing on useENSAvatar while disconnected (#7595) 56ba8b4
* **web:** switch currency when input equals output (#7570) 1f2fd97
* **web:** use cached results for common bases (#7649) ea1866d
* **web:** warn user if fee is greater than native balance (#7556) 100fce9
VERSION
View file @
9209ca43
web/5.25.0
web/5.25.1
\ No newline at end of file
\ No newline at end of file
apps/web/src/hooks/useIsSwapUnsupported.ts
View file @
9209ca43
...
@@ -12,8 +12,6 @@ export function useIsSwapUnsupported(currencyIn?: Currency, currencyOut?: Curren
...
@@ -12,8 +12,6 @@ export function useIsSwapUnsupported(currencyIn?: Currency, currencyOut?: Curren
const
currencyInInfo
=
useCurrencyInfo
(
currencyIn
)
const
currencyInInfo
=
useCurrencyInfo
(
currencyIn
)
const
currencyOutInfo
=
useCurrencyInfo
(
currencyOut
)
const
currencyOutInfo
=
useCurrencyInfo
(
currencyOut
)
return
useMemo
(()
=>
{
return
useMemo
(()
=>
{
const
currencyInUnsupported
=
currencyInInfo
?.
isSpam
||
currencyInInfo
?.
safetyLevel
===
SafetyLevel
.
Blocked
return
currencyInInfo
?.
safetyLevel
===
SafetyLevel
.
Blocked
||
currencyOutInfo
?.
safetyLevel
===
SafetyLevel
.
Blocked
const
currencyOutUnsupported
=
currencyOutInfo
?.
isSpam
||
currencyOutInfo
?.
safetyLevel
===
SafetyLevel
.
Blocked
},
[
currencyInInfo
?.
safetyLevel
,
currencyOutInfo
?.
safetyLevel
])
return
currencyInUnsupported
||
currencyOutUnsupported
},
[
currencyInInfo
?.
isSpam
,
currencyInInfo
?.
safetyLevel
,
currencyOutInfo
?.
isSpam
,
currencyOutInfo
?.
safetyLevel
])
}
}
apps/web/src/pages/Swap/SwapForm.tsx
View file @
9209ca43
...
@@ -109,7 +109,7 @@ export function SwapForm({ disableTokenInputs = false, onCurrencyChange }: SwapF
...
@@ -109,7 +109,7 @@ export function SwapForm({ disableTokenInputs = false, onCurrencyChange }: SwapF
prefilledInputCurrencyInfo
&&
prefilledOutputCurrencyInfo
prefilledInputCurrencyInfo
&&
prefilledOutputCurrencyInfo
?
[
prefilledInputCurrencyInfo
,
prefilledOutputCurrencyInfo
]
?
[
prefilledInputCurrencyInfo
,
prefilledOutputCurrencyInfo
]
.
filter
((
token
:
CurrencyInfo
)
=>
{
.
filter
((
token
:
CurrencyInfo
)
=>
{
return
token
.
currency
.
isToken
&&
(
token
.
isSpam
||
token
.
safetyLevel
!==
SafetyLevel
.
Verified
)
return
token
.
currency
.
isToken
&&
token
.
safetyLevel
!==
SafetyLevel
.
Verified
})
})
.
map
((
token
:
CurrencyInfo
)
=>
token
.
currency
as
Token
)
.
map
((
token
:
CurrencyInfo
)
=>
token
.
currency
as
Token
)
.
filter
((
token
:
Token
)
=>
{
.
filter
((
token
:
Token
)
=>
{
...
...
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