use plugeth in fixturenet-payments

This commit is contained in:
Roy Crihfield 2024-05-01 23:55:03 +08:00
parent e60f923825
commit 44606ab644

View File

@ -3,7 +3,8 @@ name: fixturenet-payments
description: "Stack to demonstrate payments between various services" description: "Stack to demonstrate payments between various services"
repos: repos:
# fixturenet repos # fixturenet repos
- git.vdb.to/cerc-io/go-ethereum@v1.13.14 - git.vdb.to/cerc-io/plugeth@statediff
- git.vdb.to/cerc-io/plugeth-statediff
- git.vdb.to/cerc-io/lighthouse - git.vdb.to/cerc-io/lighthouse
- git.vdb.to/cerc-io/ipld-eth-db@v5 - git.vdb.to/cerc-io/ipld-eth-db@v5
# ipld-eth-server with payments -- to be used by ipld-eth-server-payments pod # ipld-eth-server with payments -- to be used by ipld-eth-server-payments pod
@ -24,11 +25,12 @@ repos:
- github.com/cerc-io/erc20-watcher-ts - github.com/cerc-io/erc20-watcher-ts
containers: containers:
# fixturenet images # fixturenet images
- cerc/go-ethereum - cerc/plugeth-statediff
- cerc/plugeth
- cerc/fixturenet-eth-genesis
- cerc/fixturenet-plugeth-plugeth
- cerc/lighthouse - cerc/lighthouse
- cerc/lighthouse-cli - cerc/lighthouse-cli
- cerc/fixturenet-eth-genesis
- cerc/fixturenet-eth-geth
- cerc/fixturenet-eth-lighthouse - cerc/fixturenet-eth-lighthouse
- cerc/ipld-eth-db - cerc/ipld-eth-db
- cerc/ipld-eth-server - cerc/ipld-eth-server
@ -46,7 +48,7 @@ containers:
- cerc/ponder - cerc/ponder
- cerc/watcher-erc20 - cerc/watcher-erc20
pods: pods:
- fixturenet-eth - fixturenet-plugeth
- ipld-eth-server-payments - ipld-eth-server-payments
- ipld-eth-db - ipld-eth-db
- nitro-contracts - nitro-contracts