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
|
2023-09-29 07:13:14 +00:00
|
|
|
# nitro repos
|
2023-09-27 07:04:31 +00:00
|
|
|
- github.com/cerc-io/ts-nitro
|
2023-09-28 10:12:45 +00:00
|
|
|
- github.com/cerc-io/go-nitro@pm-disable-compression
|
2023-09-29 11:24:31 +00:00
|
|
|
# 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
|
2023-09-27 07:04:31 +00:00
|
|
|
- cerc/nitro-contracts
|
2023-09-27 05:27:08 +00:00
|
|
|
- cerc/go-nitro
|
2023-09-29 11:24:31 +00:00
|
|
|
# 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
|
2023-09-27 07:04:31 +00:00
|
|
|
- nitro-contracts
|
2023-09-27 05:27:08 +00:00
|
|
|
- go-nitro
|
2023-09-27 11:20:54 +00:00
|
|
|
- nitro-reverse-payment-proxy
|
2023-09-29 11:24:31 +00:00
|
|
|
- watcher-mobymask-v3
|