Add convenience stack for chain-chunker
This commit is contained in:
parent
702151543e
commit
da18f922a3
@ -38,3 +38,4 @@ cerc/optimism-op-node
|
|||||||
cerc/optimism-op-proposer
|
cerc/optimism-op-proposer
|
||||||
cerc/pocket
|
cerc/pocket
|
||||||
cerc/watcher-azimuth
|
cerc/watcher-azimuth
|
||||||
|
cerc/ipld-eth-state-snapshot
|
||||||
|
@ -30,3 +30,4 @@ ethereum-optimism/optimism
|
|||||||
pokt-network/pocket-core
|
pokt-network/pocket-core
|
||||||
pokt-network/pocket-core-deployments
|
pokt-network/pocket-core-deployments
|
||||||
cerc-io/azimuth-watcher-ts
|
cerc-io/azimuth-watcher-ts
|
||||||
|
cerc-io/ipld-eth-state-snapshot
|
||||||
|
0
app/data/stacks/chain-chunker/README.md
Normal file
0
app/data/stacks/chain-chunker/README.md
Normal file
13
app/data/stacks/chain-chunker/stack.yml
Normal file
13
app/data/stacks/chain-chunker/stack.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: "1.0"
|
||||||
|
name: chain-chunker
|
||||||
|
decription: "Stack to build containers for chain-chunker"
|
||||||
|
repos:
|
||||||
|
- cerc-io/ipld-eth-state-snapshot
|
||||||
|
- cerc-io/eth-statediff-service
|
||||||
|
- cerc-io/ipld-eth-db
|
||||||
|
- cerc-io/ipld-eth-server
|
||||||
|
containers:
|
||||||
|
- cerc/ipld-eth-state-snapshot
|
||||||
|
- cerc/eth-statediff-service
|
||||||
|
- cerc/ipld-eth-db
|
||||||
|
- cerc/ipld-eth-server
|
Loading…
Reference in New Issue
Block a user