8000 Pool ID seems to be badly populated · Issue #22 · Uniswap/v4-subgraph · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Pool ID seems to be badly populated #22
Open
@FournyP

Description

@FournyP

Hi,

Just trying to integrate uniswap V4 in one of my services and I wanted to use the V4 subgraph to get some information

I've tried using this subgraph : https://thegraph.com/explorer/subgraphs/DiYPVdygkfjDWhbxGSqAQxwBKmfKnkWQojqeM2rkLb3G
And using this query :

{
  pools(first: 1000, orderBy: createdAtTimestamp, orderDirection: asc) {
    id
    createdAtTimestamp
  }
}

The problem is that when I want to put one of the id that I receive from the subgraph into the V4 PositionManager, it doesn't work
Image
Image

Can someone explain why I got this behaviour ? It is two different concepts ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0