1. Using TheGraph for Setup

Last updated
Was this helpful?

Last updated
Was this helpful?
Was this helpful?
{
vFactory(id:"YOUR_VFACTORY_ADDRESS") {
address
treasury {
address
}
pools {
address
}
}
}{
"data": {
"vFactory": {
"address": "YOUR_VFACTORY_ADDRESS",
"treasury": {
"address": "YOUR_VTREASURY_ADDRESS"
},
"pools": []
}
}
}