This subgraph indexes the contract addresses deployed in the manifest. It provides you with the various deployments that are indexing that contract and what signal is on it.
BuildersDAO sponsored subgraph. request a project to be built with the Graph BuildersDAO
This repository contains the code for the Graph Indexed Contracts Subgraph. subgraph can be explored through the playground here.
{
deployments(
first: 100
orderBy: signal
orderDirection: desc
where: {
contracts_: { contract: "0x6bd780e7fdf01d77e4d475c821f1e7ae05409072" }
}
) {
id
signal
versions {
subgraph {
id
metadata {
displayName
}
}
}
}
}{
"data": {
"deployments": [
{
"id": "QmXzgyMLKTbxPzNSikN6qemxXuURyD44v1QFSo3SWqPqD1",
"signal": "2970",
"versions": [
{
"subgraph": {
"id": "hB4BFPEY4ER3Xc6ZhJGiiemqKpSAuAWoFRBK2kddHbe",
"metadata": {
"displayName": "Dolomite Arbitrum One"
}
}
}
]
},
{
"id": "QmQUSFLx2oYtc5AvHRyipH8U8EgHNn1h47NZ3tpUG2ZSMN",
"signal": "0.999719438685895343",
"versions": [
{
"subgraph": {
"id": "HPpcEYiPis8gt9er6hLbmx94NJmxUMLtZLh1t3GoUUQi",
"metadata": {
"displayName": "Dolomite V2 Arbitrum"
}
}
}
]
},
{
"id": "QmZpS4DjYgnjTFnLcCrjLEzvRJPgGVrVNQhE6HKNSP92Kh",
"signal": "0",
"versions": [
{
"subgraph": {
"id": "DF4dkCD1NNxuqF3tovPpQG1VgkxsaGjr5TXJTtsKZH7D",
"metadata": {
"displayName": "Dolomite Arbitrum"
}
}
}
]
},
{
"id": "QmcnCoEvmNDfyur4pu2tkrYqcbRXkvxT1dEJws6CAstARP",
"signal": "0",
"versions": [
{
"subgraph": {
"id": "EySn5LwWvxjw1z6rhh3Znb6L8ootnH4eXjJ1haa6zBfb",
"metadata": {
"displayName": "Dolomite Liquidator Arbitrum"
}
}
}
]
}
]
}
}