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
96851c80
Commit
96851c80
authored
Oct 24, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
ccecb657
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
19 deletions
+21
-19
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
index.tsx
apps/web/src/pages/Swap/index.tsx
+13
-11
No files found.
RELEASE
View file @
96851c80
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `QmY
jBEq2Z9Ya4rgSfzw4kyr2m3ihsk87Mnr7fKyBbHXsFN
`
- CIDv0: `QmY
H4Tb7M6EoFHKRNyCBHHFeNadwnrmibmQmknWHSQxj8R
`
- CIDv1: `bafybeie
2livmn2qvua4kx42aaenzc7ukda3dnsjm3n5ovk7n256gajg5xe
`
- CIDv1: `bafybeie
tvftf6vmileh7kp3srslms4azyza5cmgu6ttrzikjzz4dkrryxy
`
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
2livmn2qvua4kx42aaenzc7ukda3dnsjm3n5ovk7n256gajg5xe
.ipfs.dweb.link/
- https://bafybeie
tvftf6vmileh7kp3srslms4azyza5cmgu6ttrzikjzz4dkrryxy
.ipfs.dweb.link/
- https://bafybeie
2livmn2qvua4kx42aaenzc7ukda3dnsjm3n5ovk7n256gajg5xe
.ipfs.cf-ipfs.com/
- https://bafybeie
tvftf6vmileh7kp3srslms4azyza5cmgu6ttrzikjzz4dkrryxy
.ipfs.cf-ipfs.com/
- [ipfs://QmY
jBEq2Z9Ya4rgSfzw4kyr2m3ihsk87Mnr7fKyBbHXsFN/](ipfs://QmYjBEq2Z9Ya4rgSfzw4kyr2m3ihsk87Mnr7fKyBbHXsFN
/)
- [ipfs://QmY
H4Tb7M6EoFHKRNyCBHHFeNadwnrmibmQmknWHSQxj8R/](ipfs://QmYH4Tb7M6EoFHKRNyCBHHFeNadwnrmibmQmknWHSQxj8R
/)
## 5.5
4.0 (2024-10-23
)
## 5.5
5.0 (2024-10-24
)
### Features
### Features
* **web:**
add mainnet to bridge banner - prod (#13298) 7d8d807
* **web:**
only show bridging card on swap tab- prod (#13338) 95e03e4
VERSION
View file @
96851c80
web/5.54.0
web/5.55.0
\ No newline at end of file
\ No newline at end of file
apps/web/src/pages/Swap/index.tsx
View file @
96851c80
...
@@ -184,7 +184,6 @@ export function Swap({
...
@@ -184,7 +184,6 @@ export function Swap({
swapRedirectCallback=
{
swapRedirectCallback
}
swapRedirectCallback=
{
swapRedirectCallback
}
prefilledState=
{
prefilledState
}
prefilledState=
{
prefilledState
}
/>
/>
<
SwapBottomCard
/>
</
Flex
>
</
Flex
>
</
SwapFormContextProvider
>
</
SwapFormContextProvider
>
</
PrefetchBalancesWrapper
>
</
PrefetchBalancesWrapper
>
...
@@ -374,6 +373,7 @@ function UniversalSwapFlow({
...
@@ -374,6 +373,7 @@ function UniversalSwapFlow({
</
Flex
>
</
Flex
>
)
}
)
}
{
currentTab
===
SwapTab
.
Swap
&&
(
{
currentTab
===
SwapTab
.
Swap
&&
(
<
Flex
gap=
"$spacing16"
>
<
SwapFlow
<
SwapFlow
customSettings=
{
WEB_CUSTOM_SWAP_SETTINGS
}
customSettings=
{
WEB_CUSTOM_SWAP_SETTINGS
}
hideHeader=
{
hideHeader
}
hideHeader=
{
hideHeader
}
...
@@ -384,6 +384,8 @@ function UniversalSwapFlow({
...
@@ -384,6 +384,8 @@ function UniversalSwapFlow({
wrapCallback=
{
wrapCallback
}
wrapCallback=
{
wrapCallback
}
prefilledState=
{
prefilledState
}
prefilledState=
{
prefilledState
}
/>
/>
<
SwapBottomCard
/>
</
Flex
>
)
}
)
}
{
currentTab
===
SwapTab
.
Limit
&&
<
LimitFormWrapper
onCurrencyChange=
{
onCurrencyChange
}
/>
}
{
currentTab
===
SwapTab
.
Limit
&&
<
LimitFormWrapper
onCurrencyChange=
{
onCurrencyChange
}
/>
}
{
currentTab
===
SwapTab
.
Send
&&
(
{
currentTab
===
SwapTab
.
Send
&&
(
...
...
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