ddaddd2a8c
* Add a sushiswap-graph stack * Fix shared volume name in fixturenet-lotus * Export Lotus miner node multiaddr after initialization * Add deployment scripts for sushiswap contracts * Skip contracts deployment if already exists * Rename stack to sushiswap-subgraph * Fix postgres and use Lotus fixturenet in graph-node stack * Add sushiswap v3 subgraph stack * Fixes to deploy sushiswap subgraph to graph-node * Add graph-node container in sushiswap subgraph stack --------- Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
29 lines
782 B
YAML
29 lines
782 B
YAML
version: "1.0"
|
|
name: sushiswap-subgraph
|
|
description: "An end-to-end SushiSwap Subgraph stack"
|
|
repos:
|
|
## fixturenet-lotus repo
|
|
- github.com/filecoin-project/lotus
|
|
## graph-node repo
|
|
- github.com/graphprotocol/graph-node
|
|
## sushiswap repos
|
|
- github.com/cerc-io/sushiswap-v3-core@watcher-ts
|
|
- github.com/cerc-io/sushiswap-v3-periphery@watcher-ts
|
|
## subgraph repo
|
|
- github.com/sushiswap/subgraphs
|
|
containers:
|
|
## fixturenet-lotus image
|
|
- cerc/lotus
|
|
## fixturenet-graph-node image
|
|
- cerc/graph-node
|
|
## sushiswap contract deployment images
|
|
- cerc/sushiswap-v3-core
|
|
- cerc/sushiswap-v3-periphery
|
|
## sushiswap subgraphs image
|
|
- cerc/sushiswap-subgraphs
|
|
pods:
|
|
- fixturenet-lotus
|
|
- fixturenet-graph-node
|
|
- contract-sushiswap
|
|
- sushiswap-subgraph-v3
|