diff --git a/.env b/.env index ab26c64a..0ec24f42 100644 --- a/.env +++ b/.env @@ -1,6 +1,3 @@ -ESPRESSO_SEQUENCER_L1_PROVIDER=http://geth:8545 -ESPRESSO_SEQUENCER_ETH_MNEMONIC=indoor dish desk flag debris potato excuse depart ticket judge file exit ESPRESSO_DEPLOYER_ACCOUNT_INDEX=6 -ESPRESSO_SEQUENCER_API_PORT=41000 ESPRESSO_BUILDER_PORT=41003 ESPRESSO_DEV_NODE_PORT=20000 diff --git a/docker-compose.yaml b/docker-compose.yaml index dac0af51..265e68a0 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -366,21 +366,13 @@ services: espresso-dev-node: image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:main ports: - - "$ESPRESSO_SEQUENCER_API_PORT:$ESPRESSO_SEQUENCER_API_PORT" - "$ESPRESSO_BUILDER_PORT:$ESPRESSO_BUILDER_PORT" - "$ESPRESSO_DEV_NODE_PORT:$ESPRESSO_DEV_NODE_PORT" environment: - - ESPRESSO_SEQUENCER_L1_PROVIDER - - ESPRESSO_SEQUENCER_ETH_MNEMONIC - - ESPRESSO_DEPLOYER_ACCOUNT_INDEX - - ESPRESSO_SEQUENCER_API_PORT - ESPRESSO_BUILDER_PORT - ESPRESSO_DEV_NODE_PORT - RUST_LOG=info - RUST_LOG_FORMAT - - ESPRESSO_DEPLOYER_ALT_CHAIN_PROVIDERS - - ESPRESSO_DEPLOYER_ALT_MNEMONICS - - ESPRESSO_SEQUENCER_DEPLOYER_ALT_INDICES depends_on: - geth - sequencer diff --git a/test-node.bash b/test-node.bash index e9cdd2ae..e672ad8c 100755 --- a/test-node.bash +++ b/test-node.bash @@ -294,9 +294,6 @@ elif ! $simple; then fi if $l3node; then NODES="$NODES l3node" - export ESPRESSO_DEPLOYER_ALT_CHAIN_PROVIDERS="http://sequencer:8547" - export ESPRESSO_DEPLOYER_ALT_MNEMONICS="indoor dish desk flag debris potato excuse depart ticket judge file exit" - export ESPRESSO_SEQUENCER_DEPLOYER_ALT_INDICES="6" fi if $blockscout; then NODES="$NODES blockscout" @@ -414,7 +411,6 @@ if $force_init; then docker compose run scripts send-l1 --ethamount 1000 --to validator --wait docker compose run scripts send-l1 --ethamount 1000 --to sequencer --wait docker compose run scripts send-l1 --ethamount 1000 --to l2owner --wait - docker compose run scripts send-l1 --ethamount 10000 --to espresso-sequencer --wait echo == create l1 traffic docker compose run scripts send-l1 --ethamount 1000 --to user_l1user --wait @@ -450,7 +446,6 @@ if $force_init; then echo == Funding l2 funnel and dev key docker compose up --wait $INITIAL_SEQ_NODES docker compose run scripts bridge-funds --ethamount 100000 --wait - docker compose run scripts send-l2 --ethamount 10000 --to espresso-sequencer --wait docker compose run scripts send-l2 --ethamount 100 --to l2owner --wait if $tokenbridge; then