yearn / yearn-vaults-v2-subgraph

26 stars 41 forks source link

Revert "Revert "169 add withdrawal queue field to subgraph (#170)"" #183

Closed 0xkofee closed 1 year ago

0xkofee commented 2 years ago

reimplement withdrawal queue - This reverts commit 381ec42bb647bf3d6c5abd0cd1660841392d6c79.

rareweasel commented 1 year ago

Are these changes syncing in this subgraph right? https://thegraph.com/hosted-service/subgraph/0xkofee/yearn-ethereum-2

0xkofee commented 1 year ago

yes ser because you can run this query:

{
  vaults(first: 5) {
    id
    withdrawalQueue {
      id,
      name
    }
  }
}