diff --git a/scripts/integration-setup.sh b/scripts/integration-setup.sh index 39ee8bb..26ec482 100755 --- a/scripts/integration-setup.sh +++ b/scripts/integration-setup.sh @@ -29,7 +29,6 @@ if [[ -z $SKIP_BUILD ]]; then fi $laconic_so deploy \ - --include fixturenet-plugeth,ipld-eth-db \ --env-file $CONFIG_DIR/stack.env \ --cluster test up diff --git a/test/stack.yml b/test/stack.yml index d1a3ea0..bcaf5ea 100644 --- a/test/stack.yml +++ b/test/stack.yml @@ -6,6 +6,7 @@ repos: - git.vdb.to/cerc-io/plugeth-statediff@update-czkg4844 # todo: dev - git.vdb.to/cerc-io/lighthouse - git.vdb.to/cerc-io/ipld-eth-db@v5.2.1-alpha + - git.vdb.to/cerc-io/tx-spammer containers: - cerc/plugeth-statediff - cerc/plugeth @@ -15,6 +16,8 @@ containers: - cerc/lighthouse-cli - cerc/fixturenet-eth-lighthouse - cerc/ipld-eth-db + - cerc/tx-spammer pods: - fixturenet-plugeth - ipld-eth-db + - tx-spammer