Skip to content

Commit

Permalink
ci(release): publish latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-happy-puppy committed Oct 24, 2024
1 parent ccecb65 commit 96851c8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
14 changes: 7 additions & 7 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
IPFS hash of the deployment:
- CIDv0: `QmYjBEq2Z9Ya4rgSfzw4kyr2m3ihsk87Mnr7fKyBbHXsFN`
- CIDv1: `bafybeie2livmn2qvua4kx42aaenzc7ukda3dnsjm3n5ovk7n256gajg5xe`
- CIDv0: `QmYH4Tb7M6EoFHKRNyCBHHFeNadwnrmibmQmknWHSQxj8R`
- CIDv1: `bafybeietvftf6vmileh7kp3srslms4azyza5cmgu6ttrzikjzz4dkrryxy`

The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).

Expand All @@ -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://bafybeie2livmn2qvua4kx42aaenzc7ukda3dnsjm3n5ovk7n256gajg5xe.ipfs.dweb.link/
- https://bafybeie2livmn2qvua4kx42aaenzc7ukda3dnsjm3n5ovk7n256gajg5xe.ipfs.cf-ipfs.com/
- [ipfs://QmYjBEq2Z9Ya4rgSfzw4kyr2m3ihsk87Mnr7fKyBbHXsFN/](ipfs://QmYjBEq2Z9Ya4rgSfzw4kyr2m3ihsk87Mnr7fKyBbHXsFN/)
- https://bafybeietvftf6vmileh7kp3srslms4azyza5cmgu6ttrzikjzz4dkrryxy.ipfs.dweb.link/
- https://bafybeietvftf6vmileh7kp3srslms4azyza5cmgu6ttrzikjzz4dkrryxy.ipfs.cf-ipfs.com/
- [ipfs://QmYH4Tb7M6EoFHKRNyCBHHFeNadwnrmibmQmknWHSQxj8R/](ipfs://QmYH4Tb7M6EoFHKRNyCBHHFeNadwnrmibmQmknWHSQxj8R/)

## 5.54.0 (2024-10-23)
## 5.55.0 (2024-10-24)


### Features

* **web:** add mainnet to bridge banner - prod (#13298) 7d8d807
* **web:** only show bridging card on swap tab- prod (#13338) 95e03e4


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.54.0
web/5.55.0
24 changes: 13 additions & 11 deletions apps/web/src/pages/Swap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ export function Swap({
swapRedirectCallback={swapRedirectCallback}
prefilledState={prefilledState}
/>
<SwapBottomCard />
</Flex>
</SwapFormContextProvider>
</PrefetchBalancesWrapper>
Expand Down Expand Up @@ -374,16 +373,19 @@ function UniversalSwapFlow({
</Flex>
)}
{currentTab === SwapTab.Swap && (
<SwapFlow
customSettings={WEB_CUSTOM_SWAP_SETTINGS}
hideHeader={hideHeader}
hideFooter={hideFooter}
onClose={noop}
swapRedirectCallback={swapRedirectCallback}
swapCallback={swapCallback}
wrapCallback={wrapCallback}
prefilledState={prefilledState}
/>
<Flex gap="$spacing16">
<SwapFlow
customSettings={WEB_CUSTOM_SWAP_SETTINGS}
hideHeader={hideHeader}
hideFooter={hideFooter}
onClose={noop}
swapRedirectCallback={swapRedirectCallback}
swapCallback={swapCallback}
wrapCallback={wrapCallback}
prefilledState={prefilledState}
/>
<SwapBottomCard />
</Flex>
)}
{currentTab === SwapTab.Limit && <LimitFormWrapper onCurrencyChange={onCurrencyChange} />}
{currentTab === SwapTab.Send && (
Expand Down

0 comments on commit 96851c8

Please sign in to comment.