Rename fixturenet-graph-node pod to graph-node

This commit is contained in:
Prathamesh Musale 2023-08-30 11:34:15 +05:30
parent 1428169450
commit ad10afa198
4 changed files with 4 additions and 4 deletions

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