forked from cerc-io/stack-orchestrator
42dac0e712
Former-commit-id: e9c24a0b82
19 lines
356 B
YAML
19 lines
356 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
|
|
- ipld-eth-db
|
|
- ipld-eth-server
|
|
- watcher-erc20
|