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 \