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 Feb 11, 2025
1 parent 1a634f3 commit 6f8caaf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 57 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: `QmeD9iZE1wVDCJ7Fa7A54GaJTvW1Pz49tpS5gKaKLQc8NS`
- CIDv1: `bafybeihlz4sl3v7pyeiak4vurg26w5dj6654yd3eg772xldksazu3atwt4`
- CIDv0: `QmeqY4kue58BB4LG4rseGWe5sav5XjAt2CNKhwpmpCmaKF`
- CIDv1: `bafybeihvefjgw6woi34lg7b5oxbc77nqluqp66eeg2kfqq7tn32rcjcdgy`

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

Expand All @@ -10,14 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs.

IPFS gateways:
- https://bafybeihlz4sl3v7pyeiak4vurg26w5dj6654yd3eg772xldksazu3atwt4.ipfs.dweb.link/
- [ipfs://QmeD9iZE1wVDCJ7Fa7A54GaJTvW1Pz49tpS5gKaKLQc8NS/](ipfs://QmeD9iZE1wVDCJ7Fa7A54GaJTvW1Pz49tpS5gKaKLQc8NS/)
- https://bafybeihvefjgw6woi34lg7b5oxbc77nqluqp66eeg2kfqq7tn32rcjcdgy.ipfs.dweb.link/
- [ipfs://QmeqY4kue58BB4LG4rseGWe5sav5XjAt2CNKhwpmpCmaKF/](ipfs://QmeqY4kue58BB4LG4rseGWe5sav5XjAt2CNKhwpmpCmaKF/)

### 5.70.5 (2025-02-11)
## 5.71.0 (2025-02-11)


### Bug Fixes
### Features

* **web:** add unichain rpc to csp (#16164) 9781a05
* **web:** remove unichain beta toggle - prod (#16168) 6fcd098


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web/5.70.5
web/5.71.0
2 changes: 0 additions & 2 deletions apps/web/src/components/AccountDrawer/SettingsMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { SlideOutMenu } from 'components/AccountDrawer/SlideOutMenu'
import { SmallBalanceToggle } from 'components/AccountDrawer/SmallBalanceToggle'
import { SpamToggle } from 'components/AccountDrawer/SpamToggle'
import { TestnetsToggle } from 'components/AccountDrawer/TestnetsToggle'
import { UnichainToggle } from 'components/AccountDrawer/UnichainToggle'
import Column from 'components/deprecated/Column'
import Row from 'components/deprecated/Row'
import { useAccount } from 'hooks/useAccount'
Expand Down Expand Up @@ -94,7 +93,6 @@ export default function SettingsMenu({
<SpamToggle />
<AnalyticsToggle />
<TestnetsToggle />
<UnichainToggle />
</ToggleWrapper>

<Column>
Expand Down
46 changes: 0 additions & 46 deletions apps/web/src/components/AccountDrawer/UnichainToggle.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/uniswap/src/i18n/locales/source/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -2257,7 +2257,6 @@
"transaction.warning.maxNative.title": "Low network token balance",
"transaction.watcher.error.cancel": "Unable to cancel transaction",
"transaction.watcher.error.status": "Error while checking transaction status",
"unichain.promotion.beta.enable": "Enable Unichain Beta",
"unichain.promotion.bridging.description": "Swap to Unichain",
"unichain.promotion.bridging.tooltip.description": "Bridge your ETH to get started on Unichain.",
"unichain.promotion.cold.description": "Faster swaps. Lower fees. Unichain is the home for DeFi.",
Expand Down

0 comments on commit 6f8caaf

Please sign in to comment.