Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
b42b73d0
Commit
b42b73d0
authored
Apr 15, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
2e138e6b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
8 deletions
+11
-8
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
queries.graphql
...uniswap/src/data/graphql/uniswap-data-api/queries.graphql
+2
-0
SimpleToken.graphql
...src/data/graphql/uniswap-data-api/web/SimpleToken.graphql
+1
-0
No files found.
RELEASE
View file @
b42b73d0
IPFS hash of the deployment:
IPFS hash of the deployment:
- CIDv0: `Qm
RoHL76PbHqywdR8tKiFb2TUHLMLAmHBRxP54PD3goYD9
`
- CIDv0: `Qm
XAfrFgiMF3naNbfoknu5e6H1ussSDJbvb1C1Paw5Ugpi
`
- CIDv1: `bafybei
btmwi2m3lg3iq23af4un2rsms3glxcrrx2apuumxwnbwfgldqc7q
`
- CIDv1: `bafybei
edfku63hfv4tr7zi3kx357dkdjvcoxp4wfv5i75y3qfabtwo3eym
`
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://bafybei
btmwi2m3lg3iq23af4un2rsms3glxcrrx2apuumxwnbwfgldqc7q
.ipfs.dweb.link/
- https://bafybei
edfku63hfv4tr7zi3kx357dkdjvcoxp4wfv5i75y3qfabtwo3eym
.ipfs.dweb.link/
- https://bafybei
btmwi2m3lg3iq23af4un2rsms3glxcrrx2apuumxwnbwfgldqc7q
.ipfs.cf-ipfs.com/
- https://bafybei
edfku63hfv4tr7zi3kx357dkdjvcoxp4wfv5i75y3qfabtwo3eym
.ipfs.cf-ipfs.com/
- [ipfs://Qm
RoHL76PbHqywdR8tKiFb2TUHLMLAmHBRxP54PD3goYD9/](ipfs://QmRoHL76PbHqywdR8tKiFb2TUHLMLAmHBRxP54PD3goYD9
/)
- [ipfs://Qm
XAfrFgiMF3naNbfoknu5e6H1ussSDJbvb1C1Paw5Ugpi/](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) c3c2db
5
* **web:**
parse native MATIC correctly (#7523) 12a620
5
VERSION
View file @
b42b73d0
web/5.23.4
web/5.23.5
\ No newline at end of file
\ No newline at end of file
packages/uniswap/src/data/graphql/uniswap-data-api/queries.graphql
View file @
b42b73d0
...
@@ -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
...
...
packages/uniswap/src/data/graphql/uniswap-data-api/web/SimpleToken.graphql
View file @
b42b73d0
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment