ci(release): publish latest release

parent bbf36d12
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmXzhJmLYm2o4XE8etZaPyjF8oeenpqB31D5WrfVc4Amcy` - CIDv0: `QmU9Yoq9SE7sqBXEwUhAYbfnJFwQp2BRb17J9ohrqWVnRK`
- CIDv1: `bafybeieppayk37xqd2if3vmfoqy2t2ey4am4juzy4pgq4eudjyhmnswczy` - CIDv1: `bafybeicwjyhv4k3yykxinpfnpipkhvqit2aaoqu4nzgodsghwzzf4wrciy`
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,15 +10,15 @@ You can also access the Uniswap Interface from an IPFS gateway. ...@@ -10,15 +10,15 @@ 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://bafybeieppayk37xqd2if3vmfoqy2t2ey4am4juzy4pgq4eudjyhmnswczy.ipfs.dweb.link/ - https://bafybeicwjyhv4k3yykxinpfnpipkhvqit2aaoqu4nzgodsghwzzf4wrciy.ipfs.dweb.link/
- https://bafybeieppayk37xqd2if3vmfoqy2t2ey4am4juzy4pgq4eudjyhmnswczy.ipfs.cf-ipfs.com/ - https://bafybeicwjyhv4k3yykxinpfnpipkhvqit2aaoqu4nzgodsghwzzf4wrciy.ipfs.cf-ipfs.com/
- [ipfs://QmXzhJmLYm2o4XE8etZaPyjF8oeenpqB31D5WrfVc4Amcy/](ipfs://QmXzhJmLYm2o4XE8etZaPyjF8oeenpqB31D5WrfVc4Amcy/) - [ipfs://QmU9Yoq9SE7sqBXEwUhAYbfnJFwQp2BRb17J9ohrqWVnRK/](ipfs://QmU9Yoq9SE7sqBXEwUhAYbfnJFwQp2BRb17J9ohrqWVnRK/)
### 5.19.2 (2024-03-22) ### 5.19.3 (2024-03-23)
### Bug Fixes ### Bug Fixes
* **web:** clean feesEnabled feature flag from codebase (#6967) (#7054) f6d99da * **web:** prod hotfix - dont show table error when only one query fails (#7075) aa14544
web/5.19.2 web/5.19.3
\ No newline at end of file \ No newline at end of file
...@@ -133,7 +133,7 @@ export function useTokenTransactions( ...@@ -133,7 +133,7 @@ export function useTokenTransactions(
transactions, transactions,
loading: loadingV3 || loadingV2, loading: loadingV3 || loadingV2,
loadMore, loadMore,
error: errorV2 || errorV3, error: errorV2 && errorV3,
} }
}, [transactions, loadingV3, loadingV2, loadMore, errorV2, errorV3]) }, [transactions, loadingV3, loadingV2, loadMore, errorV2, errorV3])
} }
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