Skip to content

Commit 00a9763

Browse files
committed
Remove chain-id start flag
1 parent 265ff50 commit 00a9763

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/grpc/single/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ services:
4444
- "26657:26657" # RPC
4545
- "26660:26660" # Prometheus metrics
4646
environment:
47-
- CHAIN_ID=grpc-test-chain
4847
- DA_ADDRESS=http://local-da:7980
4948
- DA_NAMESPACE=00000000000000000000000000000000000000000000000000deadbeef
5049
- GRPC_EXECUTOR_URL=http://host.docker.internal:50051 # Change to your execution service
@@ -53,7 +52,6 @@ services:
5352
command:
5453
- start
5554
- --root-dir=/home/evolve/.grpc-single
56-
- --chain-id=${CHAIN_ID:-grpc-test-chain}
5755
- --da.address=${DA_ADDRESS:-http://local-da:7980}
5856
- --da.namespace=${DA_NAMESPACE}
5957
- --grpc-executor-url=${GRPC_EXECUTOR_URL:-http://host.docker.internal:50051}

0 commit comments

Comments
 (0)