Skip to content

Commit 33bb23e

Browse files
ci(release): publish latest release
1 parent 45ee50f commit 33bb23e

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

RELEASE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmY2okjTWaTseCfP172j54ehQzBym8S6izJGifLPdRigrV`
3-
- CIDv1: `bafybeieqaksgslz3rvhfhazxrg4jlo6iuty4yjou5oblyyz2lf62whlvdi`
2+
- CIDv0: `QmSM8it3XDUsUFM4jaNPZYABetaVjLencBwpc5fuoGbMML`
3+
- CIDv1: `bafybeib3rzwcr5l7333lz676w5d7ptiqz66erdkppkzgf2ivlrz4wbq5nm`
44

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

@@ -10,5 +10,5 @@ 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://bafybeieqaksgslz3rvhfhazxrg4jlo6iuty4yjou5oblyyz2lf62whlvdi.ipfs.dweb.link/
14-
- [ipfs://QmY2okjTWaTseCfP172j54ehQzBym8S6izJGifLPdRigrV/](ipfs://QmY2okjTWaTseCfP172j54ehQzBym8S6izJGifLPdRigrV/)
13+
- https://bafybeib3rzwcr5l7333lz676w5d7ptiqz66erdkppkzgf2ivlrz4wbq5nm.ipfs.dweb.link/
14+
- [ipfs://QmSM8it3XDUsUFM4jaNPZYABetaVjLencBwpc5fuoGbMML/](ipfs://QmSM8it3XDUsUFM4jaNPZYABetaVjLencBwpc5fuoGbMML/)

VERSION

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

packages/api/src/clients/base/urls.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,5 @@ export const PROD_ENTRY_GATEWAY_API_BASE_URL: string = 'https://entry-gateway.ba
9191
// WebSocket URLs
9292
export const DEV_WEBSOCKET_BASE_URL: string = 'wss://websockets.backend-staging.api.uniswap.org'
9393
export const STAGING_WEBSOCKET_BASE_URL: string = 'wss://websockets.backend-staging.api.uniswap.org'
94-
export const PROD_WEBSOCKET_BASE_URL: string = 'wss://websockets.backend-prod.api.uniswap.org'
94+
// Same host as the session cookie so browsers attach it to the WS handshake; the gateway authenticates and proxies to the websockets service.
95+
export const PROD_WEBSOCKET_BASE_URL: string = 'wss://entry-gateway.backend-prod.api.uniswap.org/ws'

0 commit comments

Comments
 (0)