Compare commits
1 Commits
main
...
telackey/s
| Author | SHA1 | Date |
|---|---|---|
|
|
9e9a68dec3 |
|
|
@ -0,0 +1,3 @@
|
||||||
|
# fixturenet-eth-system-tests
|
||||||
|
|
||||||
|
A version of fixturenet-eth for use with https://git.vdb.to/cerc-io/system-tests
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
version: "1.0"
|
||||||
|
name: fixturenet-eth-system-tests
|
||||||
|
decription: "fixturenet-eth-system-tests"
|
||||||
|
repos:
|
||||||
|
- github.com/cerc-io/go-ethereum
|
||||||
|
- github.com/cerc-io/ipld-eth-server
|
||||||
|
- github.com/cerc-io/ipld-eth-db
|
||||||
|
- github.com/cerc-io/lighthouse
|
||||||
|
containers:
|
||||||
|
- cerc/go-ethereum
|
||||||
|
- cerc/lighthouse
|
||||||
|
- cerc/lighthouse-cli
|
||||||
|
- cerc/fixturenet-eth-geth
|
||||||
|
- cerc/fixturenet-eth-lighthouse
|
||||||
|
- cerc/ipld-eth-server
|
||||||
|
- cerc/ipld-eth-db
|
||||||
|
pods:
|
||||||
|
- fixturenet-eth
|
||||||
|
- ipld-eth-server
|
||||||
|
- ipld-eth-db
|
||||||
Loading…
Reference in New Issue