Update records

This commit is contained in:
Prathamesh Musale 2024-05-08 16:27:52 +05:30
parent 52a16c1c6b
commit bc7153fcdc
10 changed files with 12 additions and 11 deletions

View File

@ -3,9 +3,7 @@
"version": "0.1.0",
"schema": "",
"name": "sushiswap-v2-subgraph",
"subgraphName": "sushiswap/v2-filecoin",
"repository": "https://github.com/sushiswap/subgraphs",
"repository_ref": "8a465f0b583a916debdbe357e1bb99205d8709f4",
"network": "filecoin",
"chain": "314"
"subgraph_dir": "subgraphs/v2"
}

View File

@ -4,8 +4,11 @@
"schema": "",
"request": "",
"name": "sushiswap-v2-subgraph",
"subgraphName": "sushiswap/v2-filecoin",
"subgraph": "<subgraph-record-id>",
"subgraph_id": "QmejnkeYZxJKxz6kV62V6mSmAKVDuyoiDsempRC6NMunYo",
"network": "filecoin",
"chain": "314",
"url": "https://sushiswap-v2-subgraph-endpoint.example.com",
"needs_auth": false
}

View File

@ -6,6 +6,5 @@
"repository": "https://git.vdb.to/cerc-io/ajna-watcher-ts",
"repository_ref": "66b8d96308eacab1ef6a4f3cb74a0f28fb18dc67",
"watcher_version": "0.1.3",
"is_subgraph_watcher": true,
"chain": "314"
"is_subgraph_watcher": true
}

View File

@ -6,6 +6,5 @@
"repository": "https://github.com/cerc-io/azimuth-watcher-ts",
"repository_ref": "ffd8baa4bcdd0b0fff701d942de572b7ddf33191",
"watcher_version": "0.1.3",
"is_subgraph_watcher": false,
"chain": "1"
"is_subgraph_watcher": false
}

View File

@ -6,6 +6,5 @@
"repository": "https://github.com/cerc-io/merkl-sushiswap-v3-watcher-ts",
"repository_ref": "b7cf79883e73400ad064b0357208c167795ab521",
"watcher_version": "0.1.9",
"is_subgraph_watcher": true,
"chain": "314"
"is_subgraph_watcher": true
}

View File

@ -6,6 +6,5 @@
"repository": "https://github.com/cerc-io/sushiswap-v3-watcher-ts",
"repository_ref": "2f9f4d1ca191805922a51d1e3b471c06314fbc64",
"watcher_version": "0.1.9",
"is_subgraph_watcher": true,
"chain": "314"
"is_subgraph_watcher": true
}

View File

@ -6,6 +6,7 @@
"name": "ajna-watcher",
"watcher": "<watcher-record-id>",
"kind": "active",
"chain": "314",
"url": "https://ajna-watcher-endpoint.example.com",
"needs_auth": true
}

View File

@ -6,6 +6,7 @@
"name": "azimuth-watcher",
"watcher": "<watcher-record-id>",
"kind": "active",
"chain": "1",
"url": "https://azimuth-watcher-endpoint.example.com",
"needs_auth": false
}

View File

@ -6,6 +6,7 @@
"name": "merkl-sushiswap-v3-watcher",
"watcher": "<watcher-record-id>",
"kind": "active",
"chain": "314",
"url": "https://merkl-sushiswap-v3-watcher-endpoint.example.com",
"needs_auth": true
}

View File

@ -6,6 +6,7 @@
"name": "sushiswap-v3-watcher",
"watcher": "<watcher-record-id>",
"kind": "active",
"chain": "314",
"url": "https://sushiswap-v3-watcher-endpoint.example.com",
"needs_auth": true
}