forked from cerc-io/stack-orchestrator
dd4dd519dd
* Add a container for ERC20 contract txs in the payments stack * Use erc20-watcher-ts repo in erc20 stack
21 lines
500 B
YAML
21 lines
500 B
YAML
version: "1.0"
|
|
name: erc20-watcher
|
|
repos:
|
|
- git.vdb.to/cerc-io/go-ethereum@v1.11.6-statediff-v5
|
|
- git.vdb.to/cerc-io/ipld-eth-db@v5
|
|
- git.vdb.to/cerc-io/ipld-eth-server@v1.11.6-statediff-v5
|
|
- github.com/dboreham/foundry
|
|
- github.com/cerc-io/erc20-watcher-ts
|
|
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
|