From 8e07f0678f3024cbcd25ac17831f8d7f12fe0c61 Mon Sep 17 00:00:00 2001 From: wanwiset25 Date: Thu, 3 Jul 2025 04:16:37 +0700 Subject: [PATCH] fix local start script --- cicd/local/start.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cicd/local/start.sh b/cicd/local/start.sh index 30a4ed4464..1302b30ce7 100755 --- a/cicd/local/start.sh +++ b/cicd/local/start.sh @@ -49,8 +49,7 @@ XDC --ethstats ${netstats} \ --bootnodes ${bootnodes} \ --syncmode full \ --datadir /work/xdcchain \ ---networkid 551 \ --port $port \ +--port $port \ --rpc --rpccorsdomain "*" \ --rpcaddr 0.0.0.0 \ --rpcport $rpc_port \