From 62bf37e76dd892e95a9fdaffb8d2bc9471b9a3f0 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Wed, 8 May 2024 19:10:36 +0530 Subject: [PATCH] Add subgraph and subgraph deployment records --- demo/records/subgraph/SushiswapBlocksSubgraph.json | 9 +++++++++ .../subgraph/SushiswapRouteProcessorSubgraph.json | 9 +++++++++ demo/records/subgraph/SushiswapSubgraph.json | 9 +++++++++ demo/records/subgraph/SushiswapV2Subgraph.json | 2 +- demo/records/subgraph/SushiswapV3Subgraph.json | 9 +++++++++ .../SushiswapBlocksSubgraphDeployment.json | 14 ++++++++++++++ .../SushiswapRouteProcessorSubgraphDeployment.json | 14 ++++++++++++++ .../deployments/SushiswapSubgraphDeployment.json | 14 ++++++++++++++ .../deployments/SushiswapV3SubgraphDeployment.json | 14 ++++++++++++++ 9 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 demo/records/subgraph/SushiswapBlocksSubgraph.json create mode 100644 demo/records/subgraph/SushiswapRouteProcessorSubgraph.json create mode 100644 demo/records/subgraph/SushiswapSubgraph.json create mode 100644 demo/records/subgraph/SushiswapV3Subgraph.json create mode 100644 demo/records/subgraph/deployments/SushiswapBlocksSubgraphDeployment.json create mode 100644 demo/records/subgraph/deployments/SushiswapRouteProcessorSubgraphDeployment.json create mode 100644 demo/records/subgraph/deployments/SushiswapSubgraphDeployment.json create mode 100644 demo/records/subgraph/deployments/SushiswapV3SubgraphDeployment.json diff --git a/demo/records/subgraph/SushiswapBlocksSubgraph.json b/demo/records/subgraph/SushiswapBlocksSubgraph.json new file mode 100644 index 0000000..0f7c830 --- /dev/null +++ b/demo/records/subgraph/SushiswapBlocksSubgraph.json @@ -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" +} diff --git a/demo/records/subgraph/SushiswapRouteProcessorSubgraph.json b/demo/records/subgraph/SushiswapRouteProcessorSubgraph.json new file mode 100644 index 0000000..62d109e --- /dev/null +++ b/demo/records/subgraph/SushiswapRouteProcessorSubgraph.json @@ -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" +} diff --git a/demo/records/subgraph/SushiswapSubgraph.json b/demo/records/subgraph/SushiswapSubgraph.json new file mode 100644 index 0000000..78cb878 --- /dev/null +++ b/demo/records/subgraph/SushiswapSubgraph.json @@ -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" +} diff --git a/demo/records/subgraph/SushiswapV2Subgraph.json b/demo/records/subgraph/SushiswapV2Subgraph.json index f99c511..d932985 100644 --- a/demo/records/subgraph/SushiswapV2Subgraph.json +++ b/demo/records/subgraph/SushiswapV2Subgraph.json @@ -4,6 +4,6 @@ "schema": "", "name": "sushiswap-v2-subgraph", "repository": "https://github.com/sushiswap/subgraphs", - "repository_ref": "8a465f0b583a916debdbe357e1bb99205d8709f4", + "repository_ref": "d491b69adb9ff3666162ac284ab77a146f231794", "subgraph_dir": "subgraphs/v2" } diff --git a/demo/records/subgraph/SushiswapV3Subgraph.json b/demo/records/subgraph/SushiswapV3Subgraph.json new file mode 100644 index 0000000..b9a9f3c --- /dev/null +++ b/demo/records/subgraph/SushiswapV3Subgraph.json @@ -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" +} diff --git a/demo/records/subgraph/deployments/SushiswapBlocksSubgraphDeployment.json b/demo/records/subgraph/deployments/SushiswapBlocksSubgraphDeployment.json new file mode 100644 index 0000000..a6ff195 --- /dev/null +++ b/demo/records/subgraph/deployments/SushiswapBlocksSubgraphDeployment.json @@ -0,0 +1,14 @@ +{ + "type": "SubgraphDeploymentRecord", + "version": "0.1.0", + "schema": "", + "request": "", + "name": "sushiswap-blocks-subgraph", + "subgraphName": "sushiswap/blocks", + "subgraph": "", + "subgraph_id": "QmfBt5NbZdNhBoZS6MFj891YpNWQs8ysWkwVeEHF6rvscg", + "network": "filecoin", + "chain": "314", + "url": "https://sushiswap-blocks-subgraph-endpoint.example.com", + "needs_auth": false +} diff --git a/demo/records/subgraph/deployments/SushiswapRouteProcessorSubgraphDeployment.json b/demo/records/subgraph/deployments/SushiswapRouteProcessorSubgraphDeployment.json new file mode 100644 index 0000000..bd5a396 --- /dev/null +++ b/demo/records/subgraph/deployments/SushiswapRouteProcessorSubgraphDeployment.json @@ -0,0 +1,14 @@ +{ + "type": "SubgraphDeploymentRecord", + "version": "0.1.0", + "schema": "", + "request": "", + "name": "sushiswap-route-processor-subgraph", + "subgraphName": "sushiswap/rp4-filecoin", + "subgraph": "", + "subgraph_id": "QmcHTxwH74YgaMJFXKrNqpVVdQQWAyhbxMh9xUtYjKa3fw", + "network": "filecoin", + "chain": "314", + "url": "https://sushiswap-route-processor-subgraph-endpoint.example.com", + "needs_auth": false +} diff --git a/demo/records/subgraph/deployments/SushiswapSubgraphDeployment.json b/demo/records/subgraph/deployments/SushiswapSubgraphDeployment.json new file mode 100644 index 0000000..9cb5a42 --- /dev/null +++ b/demo/records/subgraph/deployments/SushiswapSubgraphDeployment.json @@ -0,0 +1,14 @@ +{ + "type": "SubgraphDeploymentRecord", + "version": "0.1.0", + "schema": "", + "request": "", + "name": "sushiswap-subgraph", + "subgraphName": "sushiswap/sushiswap-filecoin", + "subgraph": "", + "subgraph_id": "QmbZdkSH5NoS1aycafeqQZ7QJycokDVBXG2526g5KmuR1F", + "network": "filecoin", + "chain": "314", + "url": "https://sushiswap-subgraph-endpoint.example.com", + "needs_auth": false +} diff --git a/demo/records/subgraph/deployments/SushiswapV3SubgraphDeployment.json b/demo/records/subgraph/deployments/SushiswapV3SubgraphDeployment.json new file mode 100644 index 0000000..fa3b1ee --- /dev/null +++ b/demo/records/subgraph/deployments/SushiswapV3SubgraphDeployment.json @@ -0,0 +1,14 @@ +{ + "type": "SubgraphDeploymentRecord", + "version": "0.1.0", + "schema": "", + "request": "", + "name": "sushiswap-v3-subgraph", + "subgraphName": "sushiswap/v3-filecoin", + "subgraph": "", + "subgraph_id": "QmRPQM4ZtRJYr8WiNdg6oqKRNQHHXv5rZrD4gzqQrJpPhz", + "network": "filecoin", + "chain": "314", + "url": "https://sushiswap-v3-subgraph-endpoint.example.com", + "needs_auth": false +}