Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjg555543 committed Feb 6, 2025
1 parent e2e33af commit e4b0050
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
6 changes: 0 additions & 6 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ min-run: build-docker ## Runs a minimal node
sleep 10
$(RUN_DOCKER_RPC)

mainnet-rpc: build-docker ## Runs a mainnet node
$(RUN_DOCKER_MAINNET_RPC)

mainnet-seq: build-docker ## Runs a mainnet node
$(RUN_DOCKER_MAINNET_SEQ)

.PHONY: test
test: test-1 ## Runs all e2e tests
echo "Tests passed"
Expand Down
4 changes: 0 additions & 4 deletions test/config/mainnet-ds.toml

This file was deleted.

16 changes: 0 additions & 16 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,22 +379,6 @@ services:
- ${XDG_DATA_HOME:-~/.local/share}/erigon-grafana:/var/lib/grafana
restart: unless-stopped

xlayer-mainnet-rpc:
container_name: xlayer-mainnet-rpc
image: cdk-erigon
environment:
- CDK_ERIGON_SEQUENCER=0
ports:
- 16061:6060
- 18124:8545
- 16901:6900
- 19091:9095
volumes:
- ./mainnet/seq:/home/erigon/data/
- ./config/xlayerconfig-mainnet.yaml:/usr/src/app/config.yaml
command: >
cdk-erigon --http.vhosts=* --http.corsdomain=* --ws --config=/usr/src/app/config.yaml
xlayer-mainnet-seq:
container_name: xlayer-mainnet-seq
image: cdk-erigon
Expand Down

0 comments on commit e4b0050

Please sign in to comment.