diff --git a/RELEASE b/RELEASE index 7ee3ded891b..bf1e015161f 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,6 @@ IPFS hash of the deployment: -- CIDv0: `QmR4otTaGReggG5cf37xRt4wh3XkeKPZT5jqT7YbuvQFRQ` -- CIDv1: `bafybeibiqqsv6nojor2kdirpukl4h6f44erjheo2r7fzbq2wvpg5akvd44` +- CIDv0: `QmTpccVs1zJ53DxsUVGfYDtekJLEkYkcz7ytv7ztQLAQoK` +- CIDv1: `bafybeicrorjzrhlzqcfsojgjsfofublb2gz6s3nl7v2r2vefkxe5ws7w6i` 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. Your Uniswap settings are never remembered across different URLs. IPFS gateways: -- https://bafybeibiqqsv6nojor2kdirpukl4h6f44erjheo2r7fzbq2wvpg5akvd44.ipfs.dweb.link/ -- https://bafybeibiqqsv6nojor2kdirpukl4h6f44erjheo2r7fzbq2wvpg5akvd44.ipfs.cf-ipfs.com/ -- [ipfs://QmR4otTaGReggG5cf37xRt4wh3XkeKPZT5jqT7YbuvQFRQ/](ipfs://QmR4otTaGReggG5cf37xRt4wh3XkeKPZT5jqT7YbuvQFRQ/) +- https://bafybeicrorjzrhlzqcfsojgjsfofublb2gz6s3nl7v2r2vefkxe5ws7w6i.ipfs.dweb.link/ +- https://bafybeicrorjzrhlzqcfsojgjsfofublb2gz6s3nl7v2r2vefkxe5ws7w6i.ipfs.cf-ipfs.com/ +- [ipfs://QmTpccVs1zJ53DxsUVGfYDtekJLEkYkcz7ytv7ztQLAQoK/](ipfs://QmTpccVs1zJ53DxsUVGfYDtekJLEkYkcz7ytv7ztQLAQoK/) -## 5.28.0 (2024-05-21) +### 5.28.1 (2024-05-22) -### Features +### Bug Fixes -* **web:** unicon v2 education label (#8339) e861024 +* **web:** lowercase unicon flag 626ec60 diff --git a/VERSION b/VERSION index 8c0465ac1c6..307b66a83f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -web/5.28.0 \ No newline at end of file +web/5.28.1 \ No newline at end of file diff --git a/packages/uniswap/src/features/gating/flags.ts b/packages/uniswap/src/features/gating/flags.ts index ee416c50b30..6b70a3a94cd 100644 --- a/packages/uniswap/src/features/gating/flags.ts +++ b/packages/uniswap/src/features/gating/flags.ts @@ -51,7 +51,7 @@ export enum FeatureFlags { export const WEB_FEATURE_FLAG_NAMES = new Map([ // Shared [FeatureFlags.CurrencyConversion, 'currency_conversion'], - [FeatureFlags.UniconsV2, 'unicon_V2'], + [FeatureFlags.UniconsV2, 'unicon_v2'], // Web Specific [FeatureFlags.Eip6936Enabled, 'eip6963_enabled'], [FeatureFlags.ExitAnimation, 'exit_animation'],