1
0
stack-orchestrator/app/data/stacks/erc20/stack.yml
David Boreham 009ce95914 Add missing repo and container
Former-commit-id: 045117c6fb769e381c46eaeccc703a5474151a2e
2023-04-02 08:25:26 -06:00

21 lines
394 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
- dboreham/foundry
containers:
- cerc/foundry
- cerc/go-ethereum
- cerc/go-ethereum-foundry
- cerc/ipld-eth-db
- cerc/ipld-eth-server
- cerc/watcher-erc20
pods:
- go-ethereum-foundry
- ipld-eth-db
- ipld-eth-server
- watcher-erc20