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
eac404cb
Commit
eac404cb
authored
Feb 27, 2024
by
Uniswap Labs Service Account
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): publish latest release
parent
bf8a5be4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
64 additions
and
15 deletions
+64
-15
RELEASE
RELEASE
+7
-7
VERSION
VERSION
+1
-1
pool.graphql
apps/web/src/graphql/data/pools/pool.graphql
+56
-7
No files found.
RELEASE
View file @
eac404cb
IPFS hash of the deployment:
- CIDv0: `Qm
QHEMPoqZQfpohtZc8Hr7pbyDqNemG73Hk1nPXBkGUBPH
`
- CIDv1: `bafybei
a424ltwwetxbd2mydhblgldh6dg5iporjoopqisd45ng47hfwj7q
`
- CIDv0: `Qm
WSe3hTmjqzZqabn4gHezjj72nWg96k2mnzoq1LkndfWA
`
- CIDv1: `bafybei
dymy5uhlni5456cwgyyj5wlst44gdh5343cfkivvvdysiwok5uam
`
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.
Your Uniswap settings are never remembered across different URLs.
IPFS gateways:
- https://bafybei
a424ltwwetxbd2mydhblgldh6dg5iporjoopqisd45ng47hfwj7q
.ipfs.dweb.link/
- https://bafybei
a424ltwwetxbd2mydhblgldh6dg5iporjoopqisd45ng47hfwj7q
.ipfs.cf-ipfs.com/
- [ipfs://Qm
QHEMPoqZQfpohtZc8Hr7pbyDqNemG73Hk1nPXBkGUBPH/](ipfs://QmQHEMPoqZQfpohtZc8Hr7pbyDqNemG73Hk1nPXBkGUBPH
/)
- https://bafybei
dymy5uhlni5456cwgyyj5wlst44gdh5343cfkivvvdysiwok5uam
.ipfs.dweb.link/
- https://bafybei
dymy5uhlni5456cwgyyj5wlst44gdh5343cfkivvvdysiwok5uam
.ipfs.cf-ipfs.com/
- [ipfs://Qm
WSe3hTmjqzZqabn4gHezjj72nWg96k2mnzoq1LkndfWA/](ipfs://QmWSe3hTmjqzZqabn4gHezjj72nWg96k2mnzoq1LkndfWA
/)
### 5.14.
1
(2024-02-27)
### 5.14.
2
(2024-02-27)
### Bug Fixes
* **web:**
analytics fix for limits [hotfix for prod] (#6602) f1133af
* **web:**
[info] remove markets from pool token (#6613) (#6617) add0389
VERSION
View file @
eac404cb
web/5.14.1
\ No newline at end of file
web/5.14.2
\ No newline at end of file
apps/web/src/graphql/data/pools/pool.graphql
View file @
eac404cb
...
...
@@ -7,13 +7,6 @@ fragment PoolToken on Token {
decimals
project
{
id
markets
(
currencies
:
[
USD
])
{
id
price
{
id
value
}
}
logo
{
id
url
...
...
@@ -29,10 +22,38 @@ query V3Pool($chain: Chain!, $address: String!) {
feeTier
token0
{
...
PoolToken
project
{
id
markets
(
currencies
:
[
USD
])
{
id
price
{
id
value
}
}
logo
{
id
url
}
}
}
token0Supply
token1
{
...
PoolToken
project
{
id
markets
(
currencies
:
[
USD
])
{
id
price
{
id
value
}
}
logo
{
id
url
}
}
}
token1Supply
txCount
...
...
@@ -99,10 +120,38 @@ query V2Pair($address: String!) {
address
token0
{
...
PoolToken
project
{
id
markets
(
currencies
:
[
USD
])
{
id
price
{
id
value
}
}
logo
{
id
url
}
}
}
token0Supply
token1
{
...
PoolToken
project
{
id
markets
(
currencies
:
[
USD
])
{
id
price
{
id
value
}
}
logo
{
id
url
}
}
}
token1Supply
txCount
...
...
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