Skip to content

Commit

Permalink
debug: update taiko client and protocol images
Browse files Browse the repository at this point in the history
  • Loading branch information
nmjustinchan committed Dec 23, 2024
1 parent 90d8e86 commit a7ef011
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- blockscout

taiko_client_driver:
image: nethsurge/taiko-client:composite-proof-debug
image: nethsurge/taiko-client:composite-proof
container_name: l2-taiko-consensus-client
restart: unless-stopped
pull_policy: always
Expand Down Expand Up @@ -84,7 +84,7 @@ services:
- blockscout

taiko_client_proposer:
image: nethsurge/taiko-client:composite-proof-debug
image: nethsurge/taiko-client:composite-proof
container_name: l2-taiko-proposer-client
restart: unless-stopped
pull_policy: always
Expand Down Expand Up @@ -142,7 +142,7 @@ services:
- blockscout

taiko_client_prover_relayer:
image: nethsurge/taiko-client:composite-proof-debug
image: nethsurge/taiko-client:composite-proof
container_name: l2-taiko-prover-relayer-client
restart: unless-stopped
pull_policy: always
Expand Down Expand Up @@ -195,7 +195,7 @@ services:
- blockscout

taiko-set-bridge-address:
image: nethsurge/protocol:composite-proof-debug
image: nethsurge/protocol:composite-proof
environment:
FOUNDRY_PROFILE: layer1
DOMAIN: ${L1_CHAIN_ID}
Expand All @@ -215,7 +215,7 @@ services:
- set-bridge

taiko-set-signal-service-address:
image: nethsurge/protocol:composite-proof-debug
image: nethsurge/protocol:composite-proof
environment:
FOUNDRY_PROFILE: layer1
DOMAIN: ${L1_CHAIN_ID}
Expand Down

0 comments on commit a7ef011

Please sign in to comment.