ci(release): publish latest release

parent 84c8fa5c
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmPJ67xPvHcYEk5YWu59uGkE5Mv6QBSSTWwzBTy72Eoeo4` - CIDv0: `QmcDLYNCmBY8GZivEGAw4fwyeT24YpT1FqttKTkcRFfivc`
- CIDv1: `bafybeiaogowvdnmwgmzi4yqbtzsn27ej4xhanmrcacyu2ejjwuyc4apwym` - CIDv1: `bafybeigoeqbd3sgqs3ry32353einpmrcuy5p45hutcmjp4qummebbwhw7e`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org). The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
...@@ -10,14 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway. ...@@ -10,14 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs. Your Uniswap settings are never remembered across different URLs.
IPFS gateways: IPFS gateways:
- https://bafybeiaogowvdnmwgmzi4yqbtzsn27ej4xhanmrcacyu2ejjwuyc4apwym.ipfs.dweb.link/ - https://bafybeigoeqbd3sgqs3ry32353einpmrcuy5p45hutcmjp4qummebbwhw7e.ipfs.dweb.link/
- [ipfs://QmPJ67xPvHcYEk5YWu59uGkE5Mv6QBSSTWwzBTy72Eoeo4/](ipfs://QmPJ67xPvHcYEk5YWu59uGkE5Mv6QBSSTWwzBTy72Eoeo4/) - [ipfs://QmcDLYNCmBY8GZivEGAw4fwyeT24YpT1FqttKTkcRFfivc/](ipfs://QmcDLYNCmBY8GZivEGAw4fwyeT24YpT1FqttKTkcRFfivc/)
### 5.80.1 (2025-04-23) ### 5.80.2 (2025-04-25)
### Bug Fixes ### Bug Fixes
* **web:** uninitialized v2 pools (#18808) 551de59 * **web:** reenable logging in statsig config (#18894) ae7ebce
web/5.80.1 web/5.80.2
\ No newline at end of file \ No newline at end of file
...@@ -7,6 +7,5 @@ export const statsigBaseConfig: StatsigOptions = { ...@@ -7,6 +7,5 @@ export const statsigBaseConfig: StatsigOptions = {
environment: { environment: {
tier: getStatsigEnvName(), tier: getStatsigEnvName(),
}, },
disableLogging: true,
overrideAdapter: getOverrideAdapter(), overrideAdapter: getOverrideAdapter(),
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment