Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cicd/devnet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ XDC ${config_arg} --ethstats ${netstats} \
--gcmode ${gc_mode} --syncmode ${sync_mode} \
--nat extip:${instance_ip} \
--bootnodes ${bootnodes} \
--datadir /work/xdcchain --networkid 5551 \
--datadir /work/xdcchain \
--port $port --http --http-corsdomain "*" --http-addr 0.0.0.0 \
--http-port $rpc_port \
--http-api db,eth,net,txpool,web3,XDPoS \
Expand Down
2 changes: 1 addition & 1 deletion cicd/mainnet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ XDC --ethstats ${netstats} \
--gcmode ${gc_mode} --syncmode ${sync_mode} \
--nat extip:${INSTANCE_IP} \
--bootnodes ${bootnodes} \
--datadir /work/xdcchain --networkid 50 \
--datadir /work/xdcchain \
--port $port --http --http-corsdomain "*" --http-addr 0.0.0.0 \
--http-port $rpc_port \
--http-api db,eth,net,txpool,web3,XDPoS \
Expand Down
2 changes: 1 addition & 1 deletion cicd/testnet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ XDC --ethstats ${netstats} \
--gcmode ${gc_mode} --syncmode ${sync_mode} \
--nat extip:${INSTANCE_IP} \
--bootnodes ${bootnodes} \
--datadir /work/xdcchain --networkid 51 \
--datadir /work/xdcchain \
--port $port --http --http-corsdomain "*" --http-addr 0.0.0.0 \
--http-port $rpc_port \
--http-api db,eth,net,txpool,web3,XDPoS \
Expand Down
Loading