File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
packages/uniswap/src/features/gating Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11IPFS hash of the deployment:
2- - CIDv0: `QmXWLumHqg4tACWDxukPYbD43ZRiNSky6uxg6zfM3G3abs `
3- - CIDv1: `bafybeieigtoxfjlgwe4hrnvsbldxzylo2govlsrd36ipkcl3bembqwbybi `
2+ - CIDv0: `QmcUczsWCfUaERJpptB48Rbmnnzg1Jagkhsd1DryHJy4jq `
3+ - CIDv1: `bafybeigsbzkda6qv7qqund7okatflwxyy24dqdoatcyyooibzm6xawwooa `
44
55The 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.
1010Your Uniswap settings are never remembered across different URLs.
1111
1212IPFS 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
Original file line number Diff line number Diff line change 1- web/5.67.0
1+ web/5.67.1
Original file line number Diff line number Diff 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' ] ,
You can’t perform that action at this time.
0 commit comments