Skip to content

Commit

Permalink
add group client with provenance 1.13.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
benarena committed Dec 8, 2022
1 parent 11f5abd commit 0279549
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ open class AbstractPbClient<T : ManagedChannelBuilder<T>>(
val evidenceClient = cosmos.evidence.v1beta1.QueryGrpc.newBlockingStub(channel)
val feegrantClient = cosmos.feegrant.v1beta1.QueryGrpc.newBlockingStub(channel)
val govClient = cosmos.gov.v1beta1.QueryGrpc.newBlockingStub(channel)
val groupClient = cosmos.group.v1.QueryGrpc.newBlockingStub(channel)
val markerClient = io.provenance.marker.v1.QueryGrpc.newBlockingStub(channel)
val metadataClient = io.provenance.metadata.v1.QueryGrpc.newBlockingStub(channel)
val mintClient = cosmos.mint.v1beta1.QueryGrpc.newBlockingStub(channel)
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
provenance-protos = "1.8.0"
provenance-protos = "1.13.0"
provenance-hd-wallet = "0.1.15"
bouncycastle = "1.70"
grpc = "1.44.0"
Expand Down

0 comments on commit 0279549

Please sign in to comment.