Add subgraph and subgraph deployment records

This commit is contained in:
Prathamesh Musale 2024-05-08 19:10:36 +05:30
parent 1dfe8f27e4
commit 62bf37e76d
9 changed files with 93 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
"type": "SubgraphRecord",
"version": "0.1.0",
"schema": "",
"name": "sushiswap-blocks-subgraph",
"repository": "https://github.com/sushiswap/subgraphs",
"repository_ref": "533749731563023903410a58013167bc10d06a88",
"subgraph_dir": "subgraphs/blocks"
}

View File

@ -0,0 +1,9 @@
{
"type": "SubgraphRecord",
"version": "0.1.0",
"schema": "",
"name": "sushiswap-route-processor-subgraph",
"repository": "https://github.com/sushiswap/subgraphs",
"repository_ref": "382f888489ffc27d394775f9c1719dba7bacef63",
"subgraph_dir": "subgraphs/route-processor"
}

View File

@ -0,0 +1,9 @@
{
"type": "SubgraphRecord",
"version": "0.1.0",
"schema": "",
"name": "sushiswap-subgraph",
"repository": "https://github.com/sushiswap/subgraphs",
"repository_ref": "533749731563023903410a58013167bc10d06a88",
"subgraph_dir": "subgraphs/sushiswap"
}

View File

@ -4,6 +4,6 @@
"schema": "", "schema": "",
"name": "sushiswap-v2-subgraph", "name": "sushiswap-v2-subgraph",
"repository": "https://github.com/sushiswap/subgraphs", "repository": "https://github.com/sushiswap/subgraphs",
"repository_ref": "8a465f0b583a916debdbe357e1bb99205d8709f4", "repository_ref": "d491b69adb9ff3666162ac284ab77a146f231794",
"subgraph_dir": "subgraphs/v2" "subgraph_dir": "subgraphs/v2"
} }

View File

@ -0,0 +1,9 @@
{
"type": "SubgraphRecord",
"version": "0.1.0",
"schema": "",
"name": "sushiswap-v3-subgraph",
"repository": "https://github.com/sushiswap/subgraphs",
"repository_ref": "d491b69adb9ff3666162ac284ab77a146f231794",
"subgraph_dir": "subgraphs/v3"
}

View File

@ -0,0 +1,14 @@
{
"type": "SubgraphDeploymentRecord",
"version": "0.1.0",
"schema": "",
"request": "",
"name": "sushiswap-blocks-subgraph",
"subgraphName": "sushiswap/blocks",
"subgraph": "<subgraph-record-id>",
"subgraph_id": "QmfBt5NbZdNhBoZS6MFj891YpNWQs8ysWkwVeEHF6rvscg",
"network": "filecoin",
"chain": "314",
"url": "https://sushiswap-blocks-subgraph-endpoint.example.com",
"needs_auth": false
}

View File

@ -0,0 +1,14 @@
{
"type": "SubgraphDeploymentRecord",
"version": "0.1.0",
"schema": "",
"request": "",
"name": "sushiswap-route-processor-subgraph",
"subgraphName": "sushiswap/rp4-filecoin",
"subgraph": "<subgraph-record-id>",
"subgraph_id": "QmcHTxwH74YgaMJFXKrNqpVVdQQWAyhbxMh9xUtYjKa3fw",
"network": "filecoin",
"chain": "314",
"url": "https://sushiswap-route-processor-subgraph-endpoint.example.com",
"needs_auth": false
}

View File

@ -0,0 +1,14 @@
{
"type": "SubgraphDeploymentRecord",
"version": "0.1.0",
"schema": "",
"request": "",
"name": "sushiswap-subgraph",
"subgraphName": "sushiswap/sushiswap-filecoin",
"subgraph": "<subgraph-record-id>",
"subgraph_id": "QmbZdkSH5NoS1aycafeqQZ7QJycokDVBXG2526g5KmuR1F",
"network": "filecoin",
"chain": "314",
"url": "https://sushiswap-subgraph-endpoint.example.com",
"needs_auth": false
}

View File

@ -0,0 +1,14 @@
{
"type": "SubgraphDeploymentRecord",
"version": "0.1.0",
"schema": "",
"request": "",
"name": "sushiswap-v3-subgraph",
"subgraphName": "sushiswap/v3-filecoin",
"subgraph": "<subgraph-record-id>",
"subgraph_id": "QmRPQM4ZtRJYr8WiNdg6oqKRNQHHXv5rZrD4gzqQrJpPhz",
"network": "filecoin",
"chain": "314",
"url": "https://sushiswap-v3-subgraph-endpoint.example.com",
"needs_auth": false
}