Skip to content

Commit d15977e

Browse files
ci(release): publish latest release
1 parent 0657949 commit d15977e

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

RELEASE

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmXWLumHqg4tACWDxukPYbD43ZRiNSky6uxg6zfM3G3abs`
3-
- CIDv1: `bafybeieigtoxfjlgwe4hrnvsbldxzylo2govlsrd36ipkcl3bembqwbybi`
2+
- CIDv0: `QmcUczsWCfUaERJpptB48Rbmnnzg1Jagkhsd1DryHJy4jq`
3+
- CIDv1: `bafybeigsbzkda6qv7qqund7okatflwxyy24dqdoatcyyooibzm6xawwooa`
44

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

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

1212
IPFS gateways:
13-
- https://bafybeieigtoxfjlgwe4hrnvsbldxzylo2govlsrd36ipkcl3bembqwbybi.ipfs.dweb.link/
14-
- https://bafybeieigtoxfjlgwe4hrnvsbldxzylo2govlsrd36ipkcl3bembqwbybi.ipfs.cf-ipfs.com/
15-
- [ipfs://QmXWLumHqg4tACWDxukPYbD43ZRiNSky6uxg6zfM3G3abs/](ipfs://QmXWLumHqg4tACWDxukPYbD43ZRiNSky6uxg6zfM3G3abs/)
13+
- https://bafybeigsbzkda6qv7qqund7okatflwxyy24dqdoatcyyooibzm6xawwooa.ipfs.dweb.link/
14+
- https://bafybeigsbzkda6qv7qqund7okatflwxyy24dqdoatcyyooibzm6xawwooa.ipfs.cf-ipfs.com/
15+
- [ipfs://QmcUczsWCfUaERJpptB48Rbmnnzg1Jagkhsd1DryHJy4jq/](ipfs://QmcUczsWCfUaERJpptB48Rbmnnzg1Jagkhsd1DryHJy4jq/)
1616

17-
## 5.67.0 (2025-01-22)
17+
### 5.67.1 (2025-01-22)
1818

1919

20-
### Features
20+
### Bug Fixes
2121

22-
* **web:** add flag to experiment with 2s l2 polling interval [prod] (#15385) 2398242
22+
* **web:** 2 sec poll flag fix (#15399) 955a354
2323

2424

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.67.0
1+
web/5.67.1

packages/uniswap/src/features/gating/flags.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export const WEB_FEATURE_FLAG_NAMES = new Map<FeatureFlags, string>([
101101
[FeatureFlags.LimitsFees, 'limits_fees'],
102102
[FeatureFlags.MultipleRoutingOptions, 'multiple_routing_options'],
103103
[FeatureFlags.NavigationHotkeys, 'navigation_hotkeys'],
104+
[FeatureFlags.TwoSecondSwapQuotePollingInterval, 'two_second_swap_quote_polling_interval'],
104105
// TODO(WEB-3625): Remove these once we have a generalized system for outage banners.
105106
[FeatureFlags.OutageBannerArbitrum, 'outage_banner_feb_2024_arbitrum'],
106107
[FeatureFlags.OutageBannerOptimism, 'outage_banner_feb_2024_optimism'],

0 commit comments

Comments
 (0)