forked from cerc-io/stack-orchestrator
3262ebe4ac
* Use durable store for in-process Nitro node * Update setup for external go-nitro node * Add a separate service for ipld-eth-server with remote Nitro node * Update repo branches / versions * Wait for external Nitro node endpoint and update instructions * Update repo branches
56 lines
1.5 KiB
YAML
56 lines
1.5 KiB
YAML
version: "1.0"
|
|
name: fixturenet-payments
|
|
description: "Stack to demonstrate payments between various services"
|
|
repos:
|
|
# fixturenet repos
|
|
- git.vdb.to/cerc-io/go-ethereum@v1.11.6-statediff-v5
|
|
- git.vdb.to/cerc-io/lighthouse
|
|
- git.vdb.to/cerc-io/ipld-eth-db@v5
|
|
# ipld-eth-server with payments -- to be used by ipld-eth-server-payments pod
|
|
- git.vdb.to/cerc-io/ipld-eth-server@payments
|
|
# nitro repo
|
|
- github.com/cerc-io/ts-nitro@v0.1.15
|
|
- github.com/cerc-io/go-nitro@ts-interop # TODO: Use release
|
|
# mobymask watcher repos
|
|
- github.com/cerc-io/watcher-ts@v0.2.66
|
|
- github.com/cerc-io/mobymask-v2-watcher-ts@v0.2.4
|
|
- github.com/cerc-io/MobyMask@v0.1.3
|
|
# mobymask app repos
|
|
- github.com/cerc-io/mobymask-snap
|
|
- github.com/cerc-io/mobymask-ui@v0.2.2
|
|
# ponder repo
|
|
- github.com/cerc-io/ponder@laconic-esm
|
|
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
|
|
- cerc/go-nitro
|
|
- cerc/nitro-rpc-client
|
|
# mobymask watcher images
|
|
- cerc/watcher-ts
|
|
- cerc/watcher-mobymask-v3
|
|
- cerc/mobymask
|
|
# mobymask app images
|
|
- cerc/mobymask-snap
|
|
- cerc/mobymask-ui
|
|
# ponder image
|
|
- cerc/ponder
|
|
pods:
|
|
- fixturenet-eth
|
|
- ipld-eth-server-payments
|
|
- ipld-eth-db
|
|
- nitro-contracts
|
|
- go-nitro
|
|
- nitro-rpc-client
|
|
- watcher-mobymask-v3
|
|
- mobymask-snap
|
|
- mobymask-app-v3
|
|
- ponder
|