Skip to content

Commit 6af6bf8

Browse files
Sneh1999ImJeremyHe
andauthored
Update espresso image to point to integration (#83)
* Update espresso image to point to integration * update espresso dev node * Update light client address --------- Co-authored-by: Jeremy <297323986@qq.com>
1 parent b593254 commit 6af6bf8

File tree

2 files changed

+14
-24
lines changed

2 files changed

+14
-24
lines changed

docker-compose.yaml

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -411,37 +411,26 @@ services:
411411
- /var/run/docker.sock:/var/run/docker.sock
412412

413413
espresso-dev-node:
414-
# TODO: revert to `:main` tag once we are compatible with the marketplace builder
415-
image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:20240919-dev-node-legacy-builder
414+
image: ghcr.io/espressosystems/espresso-sequencer/espresso-dev-node:main
416415
ports:
417416
- "$ESPRESSO_SEQUENCER_API_PORT:$ESPRESSO_SEQUENCER_API_PORT"
418417
- "$ESPRESSO_BUILDER_PORT:$ESPRESSO_BUILDER_PORT"
419418
- "$ESPRESSO_DEV_NODE_PORT:$ESPRESSO_DEV_NODE_PORT"
420419
environment:
421-
- ESPRESSO_SEQUENCER_L1_PROVIDER
422-
- ESPRESSO_SEQUENCER_ETH_MNEMONIC
423-
- ESPRESSO_DEPLOYER_ACCOUNT_INDEX
424-
- ESPRESSO_SEQUENCER_API_PORT
425420
- ESPRESSO_BUILDER_PORT
421+
- ESPRESSO_DEPLOYER_ACCOUNT_INDEX
426422
- ESPRESSO_DEV_NODE_PORT
423+
- ESPRESSO_SEQUENCER_API_PORT
424+
- ESPRESSO_SEQUENCER_ETH_MNEMONIC
425+
- ESPRESSO_SEQUENCER_L1_PROVIDER
426+
- ESPRESSO_SEQUENCER_DATABASE_MAX_CONNECTIONS=25
427+
- ESPRESSO_SEQUENCER_STORAGE_PATH=/data/espresso
427428
- RUST_LOG=info
428429
- RUST_LOG_FORMAT
429-
- ESPRESSO_DEPLOYER_ALT_CHAIN_PROVIDERS
430-
- ESPRESSO_DEPLOYER_ALT_MNEMONICS
431-
- ESPRESSO_SEQUENCER_DEPLOYER_ALT_INDICES
432-
depends_on:
433-
- geth
434-
- sequencer
435-
healthcheck:
436-
test:
437-
[
438-
"CMD-SHELL",
439-
"curl -fL http://localhost:$ESPRESSO_DEV_NODE_PORT || exit 1",
440-
]
441-
interval: 30s
442-
timeout: 10s
443-
retries: 5
444-
start_period: 40s
430+
volumes:
431+
- espresso_storage:/data/espresso
432+
extra_hosts:
433+
- "host.docker.internal:host-gateway"
445434

446435
# Reads from sequencer feed, forwards transactions to sequencer
447436
full-node:
@@ -534,3 +523,4 @@ volumes:
534523
das-committee-a-data:
535524
das-committee-b-data:
536525
das-mirror-data:
526+
espresso_storage:

test-node.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ BLOCKSCOUT_VERSION=offchainlabs/blockscout:v1.1.0-0e716c8
1010
DEFAULT_NITRO_CONTRACTS_VERSION="99c07a7db2fcce75b751c5a2bd4936e898cda065"
1111
DEFAULT_TOKEN_BRIDGE_VERSION="v1.2.2"
1212

13-
ESPRESSO_VERSION=ghcr.io/espressosystems/nitro-espresso-integration/nitro-node-dev:latest
13+
ESPRESSO_VERSION=ghcr.io/espressosystems/nitro-espresso-integration/nitro-node-dev:integration
1414

1515
# Set default versions if not overriden by provided env vars
1616
: ${NITRO_CONTRACTS_REPO:=$DEFAULT_NITRO_CONTRACTS_REPO}
@@ -48,7 +48,7 @@ tokenbridge=false
4848
l3node=false
4949
consensusclient=false
5050
redundantsequencers=0
51-
lightClientAddr=0xb6eb235fa509e3206f959761d11e3777e16d0e98
51+
lightClientAddr=0xb7fc0e52ec06f125f3afeba199248c79f71c2e3a
5252
lightClientAddrForL3=0x5e36aa9caaf5f708fca5c04d2d4c776a62b2b258
5353
enableEspressoFinalityNode=false
5454
espresso=false

0 commit comments

Comments
 (0)