Skip to content

Commit

Permalink
Use CometMock address for rpc.laddr
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Oct 16, 2023
1 parent 7a6fc24 commit 14d8158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/local-testnet-singlechain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ do
--home ${PROV_NODE_DIR} \
--transport=grpc --with-tendermint=false \
--p2p.persistent_peers ${PERSISTENT_PEERS} \
--rpc.laddr tcp://${NODE_IP}:${RPC_LADDR_PORT} \
--rpc.laddr $PROVIDER_COMETMOCK_ADDR \
--grpc.address ${NODE_IP}:${GRPC_LADDR_PORT} \
--address tcp://${NODE_IP}:${NODE_ADDRESS_PORT} \
--p2p.laddr tcp://${NODE_IP}:${P2P_LADDR_PORT} \
Expand Down

0 comments on commit 14d8158

Please sign in to comment.