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 c451cf2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/local-testnet-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,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 Expand Up @@ -388,7 +388,7 @@ do
--home ${CONS_NODE_DIR} \
--transport=grpc --with-tendermint=false \
--p2p.persistent_peers ${PERSISTENT_PEERS} \
--rpc.laddr tcp://${NODE_IP}:${RPC_LADDR_PORT} \
--rpc.laddr ${CONSUMER_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
2 changes: 1 addition & 1 deletion e2e-tests/local-testnet-singlechain-cometbft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ do
$BINARY_NAME start \
--home ${PROV_NODE_DIR} \
--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
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
4 changes: 2 additions & 2 deletions e2e-tests/local-testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,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 Expand Up @@ -384,7 +384,7 @@ do
--home ${CONS_NODE_DIR} \
--transport=grpc --with-tendermint=false \
--p2p.persistent_peers ${PERSISTENT_PEERS} \
--rpc.laddr tcp://${NODE_IP}:${RPC_LADDR_PORT} \
--rpc.laddr ${CONSUMER_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 c451cf2

Please sign in to comment.