Update sushiswap-subgraph stack to point to filecoin endpoint #509

Merged
prathamesh0 merged 16 commits from pm-sushigraph-filecoin into main 2023-08-30 10:35:16 +00:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit ad10afa198 - Show all commits

View File

@ -32,5 +32,5 @@ lasso
reth
watcher-sushiswap
contract-sushiswap
fixturenet-graph-node
graph-node
sushiswap-subgraph-v3

View File

@ -9,4 +9,4 @@ containers:
- cerc/graph-node
pods:
- fixturenet-lotus
- fixturenet-graph-node
- graph-node

View File

@ -14,7 +14,7 @@ repos:
containers:
## fixturenet-lotus image
# - cerc/lotus
## fixturenet-graph-node image
## graph-node image
- cerc/graph-node
## sushiswap contract deployment images
# - cerc/sushiswap-v3-core
@ -23,6 +23,6 @@ containers:
- cerc/sushiswap-subgraphs
pods:
# - fixturenet-lotus
- fixturenet-graph-node
- graph-node
# - contract-sushiswap
- sushiswap-subgraph-v3