forked from cerc-io/stack-orchestrator
a7221ddc24
* Add a healthcheck for ipld-eth-server * Update ipld-eth-server ports in mobymask watcher config * Update clique period to 5s in geth-foundry config * Add a stack for erc20 watcher * Add a demo for erc20 watcher * Upgrade watcher-ts version * Update instructions * Pass option to pull while setting up repos
19 lines
347 B
YAML
19 lines
347 B
YAML
version: "1.0"
|
|
name: erc20-watcher
|
|
repos:
|
|
- cerc-io/go-ethereum
|
|
- cerc-io/ipld-eth-db
|
|
- cerc-io/ipld-eth-server
|
|
- cerc-io/watcher-ts
|
|
containers:
|
|
- cerc/go-ethereum
|
|
- cerc/go-ethereum-foundry
|
|
- cerc/ipld-eth-db
|
|
- cerc/ipld-eth-server
|
|
- cerc/watcher-erc20
|
|
pods:
|
|
- go-ethereum-foundry
|
|
- db
|
|
- ipld-eth-server
|
|
- watcher-erc20
|