You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I 'm trying to connect with Provenance Grpc kotlin client as below but it's not working .
val pbClient = PbClient(
chainId = "pio-testnet-1",
channelUri = URI("http://35.194.76.143:9090"),
gasEstimationMethod = GasEstimationMethod.MSG_FEE_CALCULATION // GasEstimationMethod.COSMOS_SIMULATION used only if pbc version is 1.7 or lower
)
The text was updated successfully, but these errors were encountered:
Summary of Bug
Not able to connect with provenance Testnet
Version
V1.1.1
Steps to Reproduce
I 'm trying to connect with Provenance Grpc kotlin client as below but it's not working .
val pbClient = PbClient(
chainId = "pio-testnet-1",
channelUri = URI("http://35.194.76.143:9090"),
gasEstimationMethod = GasEstimationMethod.MSG_FEE_CALCULATION // GasEstimationMethod.COSMOS_SIMULATION used only if pbc version is 1.7 or lower
)
The text was updated successfully, but these errors were encountered: