Skip to content

Commit 99dc6b7

Browse files
alpetac0turtle
andauthored
chore: Remove chain-id start flag (#2541)
Minor update: the chain-id start param was removed. <!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> --> --------- Co-authored-by: tac0turtle <[email protected]>
1 parent 265ff50 commit 99dc6b7

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

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}

docs/guides/create-genesis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Finally, start the chain with your start command.
113113
For example, start the simple ignite chain with the following command:
114114

115115
```sh
116-
gmd start --evolve.node.aggregator --chain_id $CHAIN_ID
116+
gmd start --evolve.node.aggregator
117117
```
118118

119119
## Summary

docs/guides/full-node.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ gmd start \
7373
--grpc.address 127.0.0.1:9390 \
7474
--p2p.laddr "0.0.0.0:46656" \
7575
--api.address tcp://localhost:1318 \
76-
--chain_id $CHAIN_ID \
7776
--home $HOME/.${CHAIN_ID}_fn
7877
```
7978

0 commit comments

Comments
 (0)