Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjg555543 committed Mar 20, 2024
1 parent 723ddcd commit 6e3b449
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:

xlayer-mock-l1-network:
container_name: xlayer-mock-l1-network
image: okexchain/xlayer-geth:e2e_v0.2.0_20240318
image: zjg555543/geth:v0.3.0_20240320_00
healthcheck:
test: [ "CMD-SHELL", "geth attach --datadir /geth_data --exec eth.blockNumber" ]
interval: 10s
Expand Down Expand Up @@ -135,7 +135,7 @@ services:
xlayer-node:
container_name: xlayer-node
image: okexchain/xlayer-node:origin_release_v0.3.0_20240318080219_e0ef30d4
image: okexchain/x1-node:origin_release_v0.3.0_20240318080219_e0ef30d4
ports:
- 8123:8123
- 61090:61090
Expand All @@ -147,5 +147,5 @@ services:
command:
- "/bin/sh"
- "-c"
- "/app/xlayer-node approve --network custom --custom-network-file /app/genesis.json --am 115792089237316195423570985008687907853269984665640564039457584007913129639935 -y --cfg /app/config.toml --key-store-path /pk/sequencer.keystore --password testonly &&
/app/xlayer-node run --network custom --custom-network-file /app/genesis.json --cfg /app/config.toml --components \"synchronizer,rpc,sequencer,sequence-sender,aggregator,eth-tx-manager,l2gaspricer\""
- "/app/x1-node approve --network custom --custom-network-file /app/genesis.json --am 115792089237316195423570985008687907853269984665640564039457584007913129639935 -y --cfg /app/config.toml --key-store-path /pk/sequencer.keystore --password testonly &&
/app/x1-node run --network custom --custom-network-file /app/genesis.json --cfg /app/config.toml --components \"synchronizer,rpc,sequencer,sequence-sender,aggregator,eth-tx-manager,l2gaspricer\""

0 comments on commit 6e3b449

Please sign in to comment.