Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdv2429 committed Jun 25, 2023
1 parent a40bef3 commit 6025dbe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ exports[`createScopedGrpcWebFactory 1`] = `
},
base: {
tendermint: {
v1beta1: new (await import("../cosmos/base/tendermint/v1beta1/query.rpc.Service")).QueryClientImpl(endpoint)
v1beta1: new (await import("../cosmos/base/tendermint/v1beta1/query.rpc.Service")).ServiceClientImpl(endpoint)
}
},
tx: {
v1beta1: new (await import("../cosmos/tx/v1beta1/service.rpc.Service")).QueryClientImpl(endpoint)
v1beta1: new (await import("../cosmos/tx/v1beta1/service.rpc.Service")).ServiceClientImpl(endpoint)
}
},
cosmwasm: {
Expand Down

0 comments on commit 6025dbe

Please sign in to comment.