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
3f89350b
Commit
3f89350b
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
51545ba6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
9 deletions
+14
-9
RELEASE
RELEASE
+11
-6
VERSION
VERSION
+1
-1
NetworkFilter.tsx
apps/web/src/components/Tokens/TokenTable/NetworkFilter.tsx
+2
-2
No files found.
RELEASE
View file @
3f89350b
IPFS hash of the deployment:
- CIDv0: `Qm
Z2woTrzL5shcw9Ek6jqsLnHAMh1KGWGPkbeoMw3toRfC
`
- CIDv1: `bafybeie
645wzgpsz5isxptb3bdyo67rhtc4dfxjekenod6jvf6jxi7yqe4
`
- CIDv0: `Qm
X5dHDvYJwU2rZoLSCyZLiE8E3iSDEeyMRvbZxCAN6PJ9
`
- CIDv1: `bafybeie
b37nluv6rhyctnziiqxybgimkhxcaz7dpm3efb4xgqes6tftk6i
`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
...
...
@@ -10,10 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybeie
645wzgpsz5isxptb3bdyo67rhtc4dfxjekenod6jvf6jxi7yqe4
.ipfs.dweb.link/
- https://bafybeie
645wzgpsz5isxptb3bdyo67rhtc4dfxjekenod6jvf6jxi7yqe4
.ipfs.cf-ipfs.com/
- [ipfs://Qm
Z2woTrzL5shcw9Ek6jqsLnHAMh1KGWGPkbeoMw3toRfC/](ipfs://QmZ2woTrzL5shcw9Ek6jqsLnHAMh1KGWGPkbeoMw3toRfC
/)
- https://bafybeie
b37nluv6rhyctnziiqxybgimkhxcaz7dpm3efb4xgqes6tftk6i
.ipfs.dweb.link/
- https://bafybeie
b37nluv6rhyctnziiqxybgimkhxcaz7dpm3efb4xgqes6tftk6i
.ipfs.cf-ipfs.com/
- [ipfs://Qm
X5dHDvYJwU2rZoLSCyZLiE8E3iSDEeyMRvbZxCAN6PJ9/](ipfs://QmX5dHDvYJwU2rZoLSCyZLiE8E3iSDEeyMRvbZxCAN6PJ9
/)
### 5.51.2 (2024-10-10)
### 5.51.3 (2024-10-10)
### Bug Fixes
* **web:** fix network filter on explore (#12894) b29b04a
VERSION
View file @
3f89350b
web/5.51.2
\ No newline at end of file
web/5.51.3
\ No newline at end of file
apps/web/src/components/Tokens/TokenTable/NetworkFilter.tsx
View file @
3f89350b
...
...
@@ -86,7 +86,7 @@ export default function TableNetworkFilter() {
const
chainId
=
supportedChainIdFromGQLChain
(
network
)
const
isSupportedChain
=
isSupportedChainCallback
(
chainId
)
const
chainInfo
=
isSupportedChain
?
UNIVERSE_CHAIN_INFO
[
chainId
]
:
undefined
return
(
return
chainInfo
?
(
<
TableNetworkItem
key=
{
network
}
display=
{
network
}
...
...
@@ -94,7 +94,7 @@ export default function TableNetworkFilter() {
toggleMenu=
{
toggleMenu
}
tab=
{
tab
}
/>
)
)
:
null
})
}
{
BACKEND_NOT_YET_SUPPORTED_CHAIN_IDS
.
map
((
network
)
=>
{
const
isSupportedChain
=
isSupportedChainCallback
(
network
)
...
...
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