Rename stack to sushiswap-subgraph

This commit is contained in:
Prathamesh Musale 2023-08-11 14:44:01 +05:30 committed by Nabarun
parent e227726191
commit b7a76aae57
2 changed files with 5 additions and 5 deletions

View File

@ -5,13 +5,13 @@
Clone required repositories: Clone required repositories:
```bash ```bash
laconic-so --stack sushiswap-graph setup-repositories laconic-so --stack sushiswap-subgraph setup-repositories
``` ```
Build the container images: Build the container images:
```bash ```bash
laconic-so --stack sushiswap-graph build-containers laconic-so --stack sushiswap-subgraph build-containers
``` ```
## Deploy ## Deploy
@ -19,7 +19,7 @@ laconic-so --stack sushiswap-graph build-containers
Deploy the stack: Deploy the stack:
```bash ```bash
laconic-so --stack sushiswap-graph deploy --cluster sushigraph up laconic-so --stack sushiswap-subgraph deploy --cluster sushigraph up
``` ```
## Clean up ## Clean up
@ -27,7 +27,7 @@ laconic-so --stack sushiswap-graph deploy --cluster sushigraph up
Stop all the services running in background run: Stop all the services running in background run:
```bash ```bash
laconic-so --stack sushiswap-graph deploy --cluster sushigraph down laconic-so --stack sushiswap-subgraph deploy --cluster sushigraph down
``` ```
Clear volumes created by this stack: Clear volumes created by this stack:

View File

@ -1,5 +1,5 @@
version: "1.0" version: "1.0"
name: sushiswap-graph name: sushiswap-subgraph
description: "An end-to-end SushiSwap Graph stack" description: "An end-to-end SushiSwap Graph stack"
repos: repos:
## fixturenet-lotus repo ## fixturenet-lotus repo