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
d35576ed
Commit
d35576ed
authored
Oct 10, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
3f89350b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
11 deletions
+8
-11
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
index.tsx
apps/web/src/components/Tokens/TokenDetails/index.tsx
+0
-3
No files found.
RELEASE
View file @
d35576ed
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
X5dHDvYJwU2rZoLSCyZLiE8E3iSDEeyMRvbZxCAN6PJ9
`
- CIDv0: `Qm
YL6y6Rw6FpUGdycyASv3KGf54bpmPeZQKn6Bxq4JakEF
`
- CIDv1: `bafybeie
b37nluv6rhyctnziiqxybgimkhxcaz7dpm3efb4xgqes6tftk6i
`
- CIDv1: `bafybeie
uod5jwzai74wxpuokl3bwl2jsf2kcbohjjllbc3lkwftkumlduq
`
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://bafybeie
b37nluv6rhyctnziiqxybgimkhxcaz7dpm3efb4xgqes6tftk6i
.ipfs.dweb.link/
- https://bafybeie
uod5jwzai74wxpuokl3bwl2jsf2kcbohjjllbc3lkwftkumlduq
.ipfs.dweb.link/
- https://bafybeie
b37nluv6rhyctnziiqxybgimkhxcaz7dpm3efb4xgqes6tftk6i
.ipfs.cf-ipfs.com/
- https://bafybeie
uod5jwzai74wxpuokl3bwl2jsf2kcbohjjllbc3lkwftkumlduq
.ipfs.cf-ipfs.com/
- [ipfs://Qm
X5dHDvYJwU2rZoLSCyZLiE8E3iSDEeyMRvbZxCAN6PJ9/](ipfs://QmX5dHDvYJwU2rZoLSCyZLiE8E3iSDEeyMRvbZxCAN6PJ9
/)
- [ipfs://Qm
YL6y6Rw6FpUGdycyASv3KGf54bpmPeZQKn6Bxq4JakEF/](ipfs://QmYL6y6Rw6FpUGdycyASv3KGf54bpmPeZQKn6Bxq4JakEF
/)
### 5.51.
3
(2024-10-10)
### 5.51.
4
(2024-10-10)
### Bug Fixes
### Bug Fixes
* **web:**
fix network filter on explore (#12894) b29b04a
* **web:**
enable token swap on non mainnet tdp for legacy swap - prod (#12900) cb91f9e
VERSION
View file @
d35576ed
web/5.51.3
web/5.51.4
\ No newline at end of file
\ No newline at end of file
apps/web/src/components/Tokens/TokenDetails/index.tsx
View file @
d35576ed
...
@@ -16,7 +16,6 @@ import { NATIVE_CHAIN_ID } from 'constants/tokens'
...
@@ -16,7 +16,6 @@ import { NATIVE_CHAIN_ID } from 'constants/tokens'
import
{
getTokenDetailsURL
}
from
'
graphql/data/util
'
import
{
getTokenDetailsURL
}
from
'
graphql/data/util
'
import
{
useCurrency
}
from
'
hooks/Tokens
'
import
{
useCurrency
}
from
'
hooks/Tokens
'
import
{
useScreenSize
}
from
'
hooks/screenSize/useScreenSize
'
import
{
useScreenSize
}
from
'
hooks/screenSize/useScreenSize
'
import
{
useAccount
}
from
'
hooks/useAccount
'
import
useParsedQueryString
from
'
hooks/useParsedQueryString
'
import
useParsedQueryString
from
'
hooks/useParsedQueryString
'
import
{
ScrollDirection
,
useScroll
}
from
'
hooks/useScroll
'
import
{
ScrollDirection
,
useScroll
}
from
'
hooks/useScroll
'
import
deprecatedStyled
from
'
lib/styled-components
'
import
deprecatedStyled
from
'
lib/styled-components
'
...
@@ -81,7 +80,6 @@ function useSwapInitialInputCurrency() {
...
@@ -81,7 +80,6 @@ function useSwapInitialInputCurrency() {
function
TDPSwapComponent
()
{
function
TDPSwapComponent
()
{
const
{
address
,
currency
,
currencyChainId
,
warning
}
=
useTDPContext
()
const
{
address
,
currency
,
currencyChainId
,
warning
}
=
useTDPContext
()
const
account
=
useAccount
()
const
navigate
=
useNavigate
()
const
navigate
=
useNavigate
()
const
handleCurrencyChange
=
useCallback
(
const
handleCurrencyChange
=
useCallback
(
...
@@ -134,7 +132,6 @@ function TDPSwapComponent() {
...
@@ -134,7 +132,6 @@ function TDPSwapComponent() {
initialInputCurrency=
{
initialInputCurrency
}
initialInputCurrency=
{
initialInputCurrency
}
initialOutputCurrency=
{
currency
}
initialOutputCurrency=
{
currency
}
onCurrencyChange=
{
handleCurrencyChange
}
onCurrencyChange=
{
handleCurrencyChange
}
disableTokenInputs=
{
account
.
isConnected
&&
currency
.
chainId
!==
account
.
chainId
}
compact
compact
/>
/>
{
warning
&&
<
TokenSafetyMessage
tokenAddress=
{
address
}
warning=
{
warning
}
/>
}
{
warning
&&
<
TokenSafetyMessage
tokenAddress=
{
address
}
warning=
{
warning
}
/>
}
...
...
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