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
93f6adfd
Commit
93f6adfd
authored
Sep 09, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
dd1b5ef4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
8 deletions
+15
-8
RELEASE
RELEASE
+11
-6
VERSION
VERSION
+1
-1
NetworkFilter.tsx
apps/web/src/components/Tokens/TokenTable/NetworkFilter.tsx
+3
-1
No files found.
RELEASE
View file @
93f6adfd
IPFS hash of the deployment:
- CIDv0: `Qm
THCMo5RJfwvTbGVNppipkh5CmXYx9SPkyJM7qzyP4uLM
`
- CIDv1: `bafybei
cjm7s57co32yesjceb5zxpmrmzex4qqxt5ynyw57nov7xo46kwzi
`
- CIDv0: `Qm
ZnW9JioRugnBAzvSbo2kEYERqzoHTTvbxJhGSnWqRVG3
`
- CIDv1: `bafybei
fkb74n6zzyd2lqtflyz2hvlmgzms5b7jevm3cldxtyzcowqu4h7a
`
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://bafybei
cjm7s57co32yesjceb5zxpmrmzex4qqxt5ynyw57nov7xo46kwzi
.ipfs.dweb.link/
- https://bafybei
cjm7s57co32yesjceb5zxpmrmzex4qqxt5ynyw57nov7xo46kwzi
.ipfs.cf-ipfs.com/
- [ipfs://Qm
THCMo5RJfwvTbGVNppipkh5CmXYx9SPkyJM7qzyP4uLM/](ipfs://QmTHCMo5RJfwvTbGVNppipkh5CmXYx9SPkyJM7qzyP4uLM
/)
- https://bafybei
fkb74n6zzyd2lqtflyz2hvlmgzms5b7jevm3cldxtyzcowqu4h7a
.ipfs.dweb.link/
- https://bafybei
fkb74n6zzyd2lqtflyz2hvlmgzms5b7jevm3cldxtyzcowqu4h7a
.ipfs.cf-ipfs.com/
- [ipfs://Qm
ZnW9JioRugnBAzvSbo2kEYERqzoHTTvbxJhGSnWqRVG3/](ipfs://QmZnW9JioRugnBAzvSbo2kEYERqzoHTTvbxJhGSnWqRVG3
/)
### 5.45.4 (2024-09-09)
### 5.45.5 (2024-09-09)
### Bug Fixes
* **web:** Add unsupported style to Explore Table network options - prod (#11706) 26abc8e
VERSION
View file @
93f6adfd
web/5.45.4
\ No newline at end of file
web/5.45.5
\ No newline at end of file
apps/web/src/components/Tokens/TokenTable/NetworkFilter.tsx
View file @
93f6adfd
...
...
@@ -155,8 +155,10 @@ const TableNetworkItem = memo(function TableNetworkItem({
>
<
InternalMenuItem
data
-
testid=
{
`tokens-network-filter-option-${display.toLowerCase()}`
}
disabled=
{
unsupported
}
onPress=
{
()
=>
{
navigate
(
`/explore/${tab ?? ExploreTab.Tokens}${!isAllNetworks ? `
/
$
{
display
.
toLowerCase
()}
` : ''}`
)
!
unsupported
&&
navigate
(
`/explore/${tab ?? ExploreTab.Tokens}${!isAllNetworks ? `
/
$
{
display
.
toLowerCase
()}
` : ''}`
)
toggleMenu
(
false
)
}
}
>
...
...
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