2023-10-03 12:10:34 +00:00
|
|
|
version: "1.0"
|
|
|
|
name: fixturenet-payments
|
|
|
|
description: "Stack to demonstrate payments between various services"
|
|
|
|
repos:
|
|
|
|
# fixturenet repos
|
2023-10-04 07:21:04 +00:00
|
|
|
- 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
|
2023-10-14 04:17:55 +00:00
|
|
|
# ipld-eth-server with payments -- to be used by ipld-eth-server-payments pod
|
2023-10-13 09:57:17 +00:00
|
|
|
- git.vdb.to/cerc-io/ipld-eth-server@payments
|
|
|
|
# nitro repo
|
2023-10-18 08:21:55 +00:00
|
|
|
- github.com/cerc-io/ts-nitro@v0.1.15
|
|
|
|
- github.com/cerc-io/go-nitro@ts-interop # TODO: Use release
|
2023-10-03 12:10:34 +00:00
|
|
|
# mobymask watcher repos
|
2023-10-18 08:21:55 +00:00
|
|
|
- github.com/cerc-io/watcher-ts@v0.2.66
|
|
|
|
- github.com/cerc-io/mobymask-v2-watcher-ts@v0.2.4
|
2023-10-03 12:10:34 +00:00
|
|
|
- github.com/cerc-io/MobyMask@v0.1.3
|
|
|
|
# mobymask app repos
|
|
|
|
- github.com/cerc-io/mobymask-snap
|
2023-10-18 08:21:55 +00:00
|
|
|
- github.com/cerc-io/mobymask-ui@v0.2.2
|
2023-10-03 12:10:34 +00:00
|
|
|
# ponder repo
|
2023-10-12 08:46:44 +00:00
|
|
|
- github.com/cerc-io/ponder@laconic-esm
|
2023-10-18 12:10:55 +00:00
|
|
|
- github.com/cerc-io/erc20-watcher-ts
|
2023-10-03 12:10:34 +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-10-18 08:21:55 +00:00
|
|
|
- cerc/go-nitro
|
2023-10-05 09:27:47 +00:00
|
|
|
- cerc/nitro-rpc-client
|
2023-10-03 12:10:34 +00:00
|
|
|
# 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
|
2023-10-18 12:10:55 +00:00
|
|
|
- cerc/watcher-erc20
|
2023-10-03 12:10:34 +00:00
|
|
|
pods:
|
|
|
|
- fixturenet-eth
|
2023-10-14 04:17:55 +00:00
|
|
|
- ipld-eth-server-payments
|
2023-10-03 12:10:34 +00:00
|
|
|
- ipld-eth-db
|
|
|
|
- nitro-contracts
|
2023-10-18 08:21:55 +00:00
|
|
|
- go-nitro
|
2023-10-13 09:57:17 +00:00
|
|
|
- nitro-rpc-client
|
2023-10-03 12:10:34 +00:00
|
|
|
- watcher-mobymask-v3
|
|
|
|
- mobymask-snap
|
|
|
|
- mobymask-app-v3
|
|
|
|
- ponder
|