ci(release): publish latest release

parent 6e27a643
IPFS hash of the deployment:
- CIDv0: `QmbENTNezCQwTKQ2VkX1SqyZZPRrduUGjfXvek11DL4yn3`
- CIDv1: `bafybeif7rqirjplagadkzstmg5kpcsusw3urflnjglb2wuqtunyune3fhq`
- CIDv0: `QmZdY2Mb1N59jEKroBDeaUskdWbKF7M96pTr1SGaRMtu6Y`
- CIDv1: `bafybeifhyppoxkdtcojhoqoocty7kv7czr565xrg65snoiw35fulc7rxre`
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
......@@ -10,9 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybeif7rqirjplagadkzstmg5kpcsusw3urflnjglb2wuqtunyune3fhq.ipfs.dweb.link/
- [ipfs://QmbENTNezCQwTKQ2VkX1SqyZZPRrduUGjfXvek11DL4yn3/](ipfs://QmbENTNezCQwTKQ2VkX1SqyZZPRrduUGjfXvek11DL4yn3/)
- https://bafybeifhyppoxkdtcojhoqoocty7kv7czr565xrg65snoiw35fulc7rxre.ipfs.dweb.link/
- [ipfs://QmZdY2Mb1N59jEKroBDeaUskdWbKF7M96pTr1SGaRMtu6Y/](ipfs://QmZdY2Mb1N59jEKroBDeaUskdWbKF7M96pTr1SGaRMtu6Y/)
### 5.69.4 (2025-02-07)
### 5.69.5 (2025-02-08)
### Bug Fixes
* **web:** add null check for chain - prod (#16125) c877c2c
web/5.69.4
\ No newline at end of file
web/5.69.5
\ No newline at end of file
......@@ -13,7 +13,7 @@ export function clientToProvider(client?: Client<Transport, UniverseChainInfo>,
}
const { chain, transport } = client
const ensAddress = chain.contracts?.ensRegistry?.address
const ensAddress = chain?.contracts?.ensRegistry?.address
const network = chain
? {
chainId: chain.id,
......
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