Skip to content

Commit b42b73d

Browse files
ci(release): publish latest release
1 parent 2e138e6 commit b42b73d

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

RELEASE

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmRoHL76PbHqywdR8tKiFb2TUHLMLAmHBRxP54PD3goYD9`
3-
- CIDv1: `bafybeibtmwi2m3lg3iq23af4un2rsms3glxcrrx2apuumxwnbwfgldqc7q`
2+
- CIDv0: `QmXAfrFgiMF3naNbfoknu5e6H1ussSDJbvb1C1Paw5Ugpi`
3+
- CIDv1: `bafybeiedfku63hfv4tr7zi3kx357dkdjvcoxp4wfv5i75y3qfabtwo3eym`
44

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

@@ -10,15 +10,15 @@ 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://bafybeibtmwi2m3lg3iq23af4un2rsms3glxcrrx2apuumxwnbwfgldqc7q.ipfs.dweb.link/
14-
- https://bafybeibtmwi2m3lg3iq23af4un2rsms3glxcrrx2apuumxwnbwfgldqc7q.ipfs.cf-ipfs.com/
15-
- [ipfs://QmRoHL76PbHqywdR8tKiFb2TUHLMLAmHBRxP54PD3goYD9/](ipfs://QmRoHL76PbHqywdR8tKiFb2TUHLMLAmHBRxP54PD3goYD9/)
13+
- https://bafybeiedfku63hfv4tr7zi3kx357dkdjvcoxp4wfv5i75y3qfabtwo3eym.ipfs.dweb.link/
14+
- https://bafybeiedfku63hfv4tr7zi3kx357dkdjvcoxp4wfv5i75y3qfabtwo3eym.ipfs.cf-ipfs.com/
15+
- [ipfs://QmXAfrFgiMF3naNbfoknu5e6H1ussSDJbvb1C1Paw5Ugpi/](ipfs://QmXAfrFgiMF3naNbfoknu5e6H1ussSDJbvb1C1Paw5Ugpi/)
1616

17-
### 5.23.4 (2024-04-15)
17+
### 5.23.5 (2024-04-15)
1818

1919

2020
### Bug Fixes
2121

22-
* **web:** allow TrustWallet nodes in CSP (#7514) c3c2db5
22+
* **web:** parse native MATIC correctly (#7523) 12a6205
2323

2424

VERSION

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

packages/uniswap/src/data/graphql/uniswap-data-api/queries.graphql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ query Token($chain: Chain!, $address: String) {
443443
decimals
444444
chain
445445
address
446+
standard
446447
project {
447448
id
448449
name
@@ -746,6 +747,7 @@ query TopTokens(
746747
chain
747748
decimals
748749
symbol
750+
standard
749751
project {
750752
id
751753
name

packages/uniswap/src/data/graphql/uniswap-data-api/web/SimpleToken.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ query SimpleToken($chain: Chain!, $address: String = null) {
66
symbol
77
name
88
decimals
9+
standard
910
project {
1011
id
1112
logo {

0 commit comments

Comments
 (0)