Skip to content

Commit

Permalink
enable 0x prefix for devnet code rpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Lai committed Mar 8, 2024
1 parent 6c80c09 commit 771c2f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cicd/devnet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ XDC --ethstats ${netstats} --gcmode archive \
--rpcvhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \
--gasprice "1" --targetgaslimit "420000000" --verbosity ${log_level} \
--debugdatadir /work/xdcchain \
--ws --wsaddr=0.0.0.0 --wsport $ws_port \
--enable-0x-prefix --ws --wsaddr=0.0.0.0 --wsport $ws_port \
--wsorigins "*" 2>&1 >>/work/xdcchain/xdc.log | tee -a /work/xdcchain/xdc.log
2 changes: 1 addition & 1 deletion cicd/mainnet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ XDC --ethstats ${netstats} --gcmode archive \
--rpcvhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \
--gasprice "1" --targetgaslimit "420000000" --verbosity ${log_level} \
--debugdatadir /work/xdcchain \
--ws --wsaddr=0.0.0.0 --wsport $ws_port \
--enable-0x-prefix --ws --wsaddr=0.0.0.0 --wsport $ws_port \
--wsorigins "*" 2>&1 >>/work/xdcchain/xdc.log | tee -a /work/xdcchain/xdc.log
2 changes: 1 addition & 1 deletion cicd/testnet/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ XDC --ethstats ${netstats} --gcmode archive \
--rpcvhosts "*" --unlock "${wallet}" --password /work/.pwd --mine \
--gasprice "1" --targetgaslimit "420000000" --verbosity ${log_level} \
--debugdatadir /work/xdcchain \
--ws --wsaddr=0.0.0.0 --wsport $ws_port \
--enable-0x-prefix --ws --wsaddr=0.0.0.0 --wsport $ws_port \
--wsorigins "*" 2>&1 >>/work/xdcchain/xdc.log | tee -a /work/xdcchain/xdc.log

0 comments on commit 771c2f3

Please sign in to comment.