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
09b8467c
Commit
09b8467c
authored
Mar 29, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
48740282
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
11 deletions
+10
-11
RELEASE
RELEASE
+8
-9
VERSION
VERSION
+1
-1
Tokens.ts
apps/web/src/hooks/Tokens.ts
+1
-1
No files found.
RELEASE
View file @
09b8467c
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
ceYEww1w186EQeHgyYWp66x1rumWmducQaVi9okeFcEd
`
- CIDv0: `Qm
bYSi6bDw9e8CzLAzN8k6UkcgGYCheJGqsexFZW9HCLnP
`
- CIDv1: `bafybeig
utdbafox64hsv2tq2blgpqcgwtc7fk5a45dlcqtvjgt6fodcc4i
`
- CIDv1: `bafybeig
efvkmjdhesneplmk35lfudrzcycnhtb7awt76obc2ceggoimo5q
`
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,16 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
...
@@ -10,16 +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://bafybeig
utdbafox64hsv2tq2blgpqcgwtc7fk5a45dlcqtvjgt6fodcc4i
.ipfs.dweb.link/
- https://bafybeig
efvkmjdhesneplmk35lfudrzcycnhtb7awt76obc2ceggoimo5q
.ipfs.dweb.link/
- https://bafybeig
utdbafox64hsv2tq2blgpqcgwtc7fk5a45dlcqtvjgt6fodcc4i
.ipfs.cf-ipfs.com/
- https://bafybeig
efvkmjdhesneplmk35lfudrzcycnhtb7awt76obc2ceggoimo5q
.ipfs.cf-ipfs.com/
- [ipfs://Qm
ceYEww1w186EQeHgyYWp66x1rumWmducQaVi9okeFcEd/](ipfs://QmceYEww1w186EQeHgyYWp66x1rumWmducQaVi9okeFcEd
/)
- [ipfs://Qm
bYSi6bDw9e8CzLAzN8k6UkcgGYCheJGqsexFZW9HCLnP/](ipfs://QmbYSi6bDw9e8CzLAzN8k6UkcgGYCheJGqsexFZW9HCLnP
/)
##
5.21.0 (2024-03-28
)
##
# 5.21.1 (2024-03-29
)
###
Featur
es
###
Bug Fix
es
* **web:** fix orderType to backend types (#7093) a4dbcb6
* **web:** [hotfix] use chainId when getting token list currency (#7186) 92ec24b
* **web:** fix orderType to backend types (#7093) (#7159) 8bfacb7
VERSION
View file @
09b8467c
web/5.21.0
web/5.21.1
\ No newline at end of file
\ No newline at end of file
apps/web/src/hooks/Tokens.ts
View file @
09b8467c
...
@@ -333,7 +333,7 @@ function useTokenListCurrency(currencyId: Maybe<string>, chainId?: ChainId): Cur
...
@@ -333,7 +333,7 @@ function useTokenListCurrency(currencyId: Maybe<string>, chainId?: ChainId): Cur
export
function
useCurrency
(
address
?:
string
,
chainId
?:
ChainId
,
skip
?:
boolean
):
Maybe
<
Currency
>
{
export
function
useCurrency
(
address
?:
string
,
chainId
?:
ChainId
,
skip
?:
boolean
):
Maybe
<
Currency
>
{
const
{
chainId
:
connectedChainId
}
=
useWeb3React
()
const
{
chainId
:
connectedChainId
}
=
useWeb3React
()
const
gqlTokenListsEnabled
=
useFeatureFlag
(
FeatureFlags
.
GqlTokenLists
)
const
gqlTokenListsEnabled
=
useFeatureFlag
(
FeatureFlags
.
GqlTokenLists
)
const
tokenListCurrency
=
useTokenListCurrency
(
address
)
const
tokenListCurrency
=
useTokenListCurrency
(
address
,
chainId
)
const
backendChainName
=
chainIdToBackendName
(
chainId
??
connectedChainId
)
const
backendChainName
=
chainIdToBackendName
(
chainId
??
connectedChainId
)
const
isNative
=
const
isNative
=
...
...
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