Skip to content

Commit

Permalink
Add XDPoS APIs in RPC and ws
Browse files Browse the repository at this point in the history
  • Loading branch information
AnilChinchawale authored Nov 5, 2024
1 parent 60f922a commit b8d4600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mainnet/start-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ XDC \
--networkid 50 \
--port 30303 \
--rpc \
--rpcapi db,eth,debug,net,shh,txpool,personal,web3,XDPoS \
--rpccorsdomain "*" \
--rpcaddr 0.0.0.0 \
--rpcport 8545 \
--rpcvhosts "*" \
--ws \
--wsapi db,eth,debug,net,shh,txpool,personal,web3,XDPoS \
--wsaddr="0.0.0.0" \
--wsorigins "*" \
--wsport 8546 \
Expand Down

0 comments on commit b8d4600

Please sign in to comment.