David Boreham
ec6b5439f4
* Update repository list file * Add host part to repo name * Allow git hosts other than github
19 lines
403 B
YAML
19 lines
403 B
YAML
version: "1.0"
|
|
name: erc721-watcher
|
|
repos:
|
|
- github.com/cerc-io/go-ethereum
|
|
- github.com/cerc-io/ipld-eth-db
|
|
- github.com/cerc-io/ipld-eth-server
|
|
- github.com/cerc-io/watcher-ts
|
|
containers:
|
|
- cerc/go-ethereum
|
|
- cerc/go-ethereum-foundry
|
|
- cerc/ipld-eth-db
|
|
- cerc/ipld-eth-server
|
|
- cerc/watcher-erc721
|
|
pods:
|
|
- go-ethereum-foundry
|
|
- ipld-eth-db
|
|
- ipld-eth-server
|
|
- watcher-erc721
|