stack-orchestrator/app/data/stacks/fixturenet-payments/stack.yml

41 lines
1.1 KiB
YAML
Raw Normal View History

2023-09-22 08:59:31 +00:00
version: "1.0"
name: fixturenet-payments
description: "Stack to demonstrate payments between various services"
repos:
# fixturenet repos
- github.com/cerc-io/go-ethereum
- github.com/cerc-io/lighthouse
- github.com/cerc-io/ipld-eth-db
- github.com/cerc-io/ipld-eth-server
# nitro repos
- github.com/cerc-io/ts-nitro
- github.com/cerc-io/go-nitro@pm-disable-compression
# mobymask watcher repos
- github.com/cerc-io/watcher-ts@v0.2.61
- github.com/cerc-io/mobymask-v2-watcher-ts@v0.2.0 # TODO: Update
- github.com/cerc-io/MobyMask@v0.1.3
2023-09-22 08:59:31 +00:00
containers:
# fixturenet images
- cerc/go-ethereum
- cerc/lighthouse
- cerc/lighthouse-cli
- cerc/fixturenet-eth-genesis
- cerc/fixturenet-eth-geth
- cerc/fixturenet-eth-lighthouse
- cerc/ipld-eth-db
- cerc/ipld-eth-server
- cerc/nitro-contracts
2023-09-27 05:27:08 +00:00
- cerc/go-nitro
# mobymask watcher images
- cerc/watcher-ts
- cerc/watcher-mobymask-v3
- cerc/mobymask
2023-09-22 08:59:31 +00:00
pods:
- fixturenet-eth
- ipld-eth-server
- ipld-eth-db
- nitro-contracts
2023-09-27 05:27:08 +00:00
- go-nitro
- nitro-reverse-payment-proxy
- watcher-mobymask-v3