53ed18b3dc
* Update sushiswap-subgraph stack to point to filecoin endpoint * Deploy blocks subgraph in sushiswap-subgraph stack * Update subgraph config * Remove duplicate nativePricePool * Enable debug logs in graph-node and update instructions * Two additional miner nodes in fixturenet-lotus * Revert experimental change for additional miner nodes * Set ETHEREUM_REORG_THRESHOLD env for graph-node to catch up to head * Take ETH RPC endpoint for graph-node from env * Set default values for RPC endpoint in graph-node * Rename fixturenet-graph-node pod to graph-node * Clean up sushiswap-subgraph stack * Use deployment command in sushiswap-subgraph stack * Add a separate fixturenet-sushiswap-subgraph stack * Fix pods in fixturenet-sushiswap-subgraph * Fix fixturenet subgraph deployment commands and instructions --------- Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
29 lines
784 B
YAML
29 lines
784 B
YAML
version: "1.0"
|
|
name: fixturenet-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
|
|
# sushiswap subgraph repo
|
|
- github.com/sushiswap/subgraphs
|
|
containers:
|
|
# fixturenet-lotus image
|
|
- cerc/lotus
|
|
# 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
|
|
- graph-node
|
|
- contract-sushiswap
|
|
- fixturenet-sushiswap-subgraph-v3
|