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
40c26d35
Commit
40c26d35
authored
Oct 15, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
1363bd5b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
RELEASE
RELEASE
+8
-8
VERSION
VERSION
+1
-1
shared.tsx
apps/web/src/components/FeeSelector/shared.tsx
+5
-5
No files found.
RELEASE
View file @
40c26d35
IPFS hash of the deployment:
- CIDv0: `Qm
YjLCs2fp85NtK5CYeZBisiUZdf9ZLWBfaQ4CSG67qUyq
`
- CIDv1: `bafybeie
2mrhbxzypdlpnuhuxdtlhsdvuxtdmrawrp3hl6oufdrwyybhs5q
`
- CIDv0: `Qm
Z5GePYVnqnekAczBnSNAm8msBT3xzqgkJFwukVQZ1hBf
`
- CIDv1: `bafybeie
7p7swozshq4rt5lc2uzdtauviqpr2xhr5rghmyyuqoiggsgpv5i
`
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.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybeie
2mrhbxzypdlpnuhuxdtlhsdvuxtdmrawrp3hl6oufdrwyybhs5q
.ipfs.dweb.link/
- https://bafybeie
2mrhbxzypdlpnuhuxdtlhsdvuxtdmrawrp3hl6oufdrwyybhs5q
.ipfs.cf-ipfs.com/
- [ipfs://Qm
YjLCs2fp85NtK5CYeZBisiUZdf9ZLWBfaQ4CSG67qUyq/](ipfs://QmYjLCs2fp85NtK5CYeZBisiUZdf9ZLWBfaQ4CSG67qUyq
/)
- https://bafybeie
7p7swozshq4rt5lc2uzdtauviqpr2xhr5rghmyyuqoiggsgpv5i
.ipfs.dweb.link/
- https://bafybeie
7p7swozshq4rt5lc2uzdtauviqpr2xhr5rghmyyuqoiggsgpv5i
.ipfs.cf-ipfs.com/
- [ipfs://Qm
Z5GePYVnqnekAczBnSNAm8msBT3xzqgkJFwukVQZ1hBf/](ipfs://QmZ5GePYVnqnekAczBnSNAm8msBT3xzqgkJFwukVQZ1hBf
/)
##
5.52.0 (2024-10-11
)
##
# 5.52.1 (2024-10-15
)
###
Featur
es
###
Bug Fix
es
* **web:**
remove red gas UI on web shared swap [prod] + 2 other hotfixes (#12948) 18013a2
* **web:**
allow pool creation on testnets (#13011) 74160b1
VERSION
View file @
40c26d35
web/5.52.0
\ No newline at end of file
web/5.52.1
\ No newline at end of file
apps/web/src/components/FeeSelector/shared.tsx
View file @
40c26d35
import
{
FeeAmount
}
from
'
@uniswap/v3-sdk
'
import
type
{
ReactNode
}
from
'
react
'
import
{
Trans
}
from
'
uniswap/src/i18n
'
import
{
SUPPORT
ED_CHAIN_IDS
,
UniverseChainId
}
from
'
uniswap/src/types/chains
'
import
{
COMBIN
ED_CHAIN_IDS
,
UniverseChainId
}
from
'
uniswap/src/types/chains
'
export
const
FEE_AMOUNT_DETAIL
:
Record
<
FeeAmount
,
...
...
@@ -10,7 +10,7 @@ export const FEE_AMOUNT_DETAIL: Record<
[
FeeAmount
.
LOWEST
]:
{
label
:
'
0.01
'
,
description
:
<
Trans
i18nKey=
"fee.bestForVeryStable"
/>,
supportedChains
:
SUPPORT
ED_CHAIN_IDS
,
supportedChains
:
COMBIN
ED_CHAIN_IDS
,
},
[
FeeAmount
.
LOW_200
]:
{
label
:
'
0.02
'
,
...
...
@@ -27,16 +27,16 @@ export const FEE_AMOUNT_DETAIL: Record<
[
FeeAmount
.
LOW
]:
{
label
:
'
0.05
'
,
description
:
<
Trans
i18nKey=
"fee.bestForStablePairs"
/>,
supportedChains
:
SUPPORT
ED_CHAIN_IDS
,
supportedChains
:
COMBIN
ED_CHAIN_IDS
,
},
[
FeeAmount
.
MEDIUM
]:
{
label
:
'
0.3
'
,
description
:
<
Trans
i18nKey=
"fee.bestForMost"
/>,
supportedChains
:
SUPPORT
ED_CHAIN_IDS
,
supportedChains
:
COMBIN
ED_CHAIN_IDS
,
},
[
FeeAmount
.
HIGH
]:
{
label
:
'
1
'
,
description
:
<
Trans
i18nKey=
"fee.bestForExotic"
/>,
supportedChains
:
SUPPORT
ED_CHAIN_IDS
,
supportedChains
:
COMBIN
ED_CHAIN_IDS
,
},
}
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