File tree Expand file tree Collapse file tree
packages/api/src/clients/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11IPFS hash of the deployment:
2- - CIDv0: `QmY2okjTWaTseCfP172j54ehQzBym8S6izJGifLPdRigrV `
3- - CIDv1: `bafybeieqaksgslz3rvhfhazxrg4jlo6iuty4yjou5oblyyz2lf62whlvdi `
2+ - CIDv0: `QmSM8it3XDUsUFM4jaNPZYABetaVjLencBwpc5fuoGbMML `
3+ - CIDv1: `bafybeib3rzwcr5l7333lz676w5d7ptiqz66erdkppkzgf2ivlrz4wbq5nm `
44
55The 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.
1010Your Uniswap settings are never remembered across different URLs.
1111
1212IPFS gateways:
13- - https://bafybeieqaksgslz3rvhfhazxrg4jlo6iuty4yjou5oblyyz2lf62whlvdi .ipfs.dweb.link/
14- - [ipfs://QmY2okjTWaTseCfP172j54ehQzBym8S6izJGifLPdRigrV /](ipfs://QmY2okjTWaTseCfP172j54ehQzBym8S6izJGifLPdRigrV /)
13+ - https://bafybeib3rzwcr5l7333lz676w5d7ptiqz66erdkppkzgf2ivlrz4wbq5nm .ipfs.dweb.link/
14+ - [ipfs://QmSM8it3XDUsUFM4jaNPZYABetaVjLencBwpc5fuoGbMML /](ipfs://QmSM8it3XDUsUFM4jaNPZYABetaVjLencBwpc5fuoGbMML /)
Original file line number Diff line number Diff line change 1- web/5.154.5
1+ web/5.154.6
Original file line number Diff line number Diff line change @@ -91,4 +91,5 @@ export const PROD_ENTRY_GATEWAY_API_BASE_URL: string = 'https://entry-gateway.ba
9191// WebSocket URLs
9292export const DEV_WEBSOCKET_BASE_URL : string = 'wss://websockets.backend-staging.api.uniswap.org'
9393export 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'
You can’t perform that action at this time.
0 commit comments