ci(release): publish latest release

parent 2e138e6b
IPFS hash of the deployment: IPFS hash of the deployment:
- CIDv0: `QmRoHL76PbHqywdR8tKiFb2TUHLMLAmHBRxP54PD3goYD9` - CIDv0: `QmXAfrFgiMF3naNbfoknu5e6H1ussSDJbvb1C1Paw5Ugpi`
- CIDv1: `bafybeibtmwi2m3lg3iq23af4un2rsms3glxcrrx2apuumxwnbwfgldqc7q` - CIDv1: `bafybeiedfku63hfv4tr7zi3kx357dkdjvcoxp4wfv5i75y3qfabtwo3eym`
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://bafybeibtmwi2m3lg3iq23af4un2rsms3glxcrrx2apuumxwnbwfgldqc7q.ipfs.dweb.link/ - https://bafybeiedfku63hfv4tr7zi3kx357dkdjvcoxp4wfv5i75y3qfabtwo3eym.ipfs.dweb.link/
- https://bafybeibtmwi2m3lg3iq23af4un2rsms3glxcrrx2apuumxwnbwfgldqc7q.ipfs.cf-ipfs.com/ - https://bafybeiedfku63hfv4tr7zi3kx357dkdjvcoxp4wfv5i75y3qfabtwo3eym.ipfs.cf-ipfs.com/
- [ipfs://QmRoHL76PbHqywdR8tKiFb2TUHLMLAmHBRxP54PD3goYD9/](ipfs://QmRoHL76PbHqywdR8tKiFb2TUHLMLAmHBRxP54PD3goYD9/) - [ipfs://QmXAfrFgiMF3naNbfoknu5e6H1ussSDJbvb1C1Paw5Ugpi/](ipfs://QmXAfrFgiMF3naNbfoknu5e6H1ussSDJbvb1C1Paw5Ugpi/)
### 5.23.4 (2024-04-15) ### 5.23.5 (2024-04-15)
### Bug Fixes ### Bug Fixes
* **web:** allow TrustWallet nodes in CSP (#7514) c3c2db5 * **web:** parse native MATIC correctly (#7523) 12a6205
web/5.23.4 web/5.23.5
\ No newline at end of file \ No newline at end of file
...@@ -443,6 +443,7 @@ query Token($chain: Chain!, $address: String) { ...@@ -443,6 +443,7 @@ query Token($chain: Chain!, $address: String) {
decimals decimals
chain chain
address address
standard
project { project {
id id
name name
...@@ -746,6 +747,7 @@ query TopTokens( ...@@ -746,6 +747,7 @@ query TopTokens(
chain chain
decimals decimals
symbol symbol
standard
project { project {
id id
name name
......
...@@ -6,6 +6,7 @@ query SimpleToken($chain: Chain!, $address: String = null) { ...@@ -6,6 +6,7 @@ query SimpleToken($chain: Chain!, $address: String = null) {
symbol symbol
name name
decimals decimals
standard
project { project {
id id
logo { logo {
......
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