Skip to content

Commit

Permalink
fix: Update packages/arch3-core/src/archwayclient.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Augusto Elesbão <aelesbao@users.noreply.github.com>
  • Loading branch information
eliasmpw and aelesbao authored Feb 23, 2024
1 parent 771ef33 commit 29d04ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arch3-core/src/archwayclient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class ArchwayClient extends CosmWasmClient implements IArchwayQueryClient
* @param endpoint - String URL of the RPC endpoint to connect or an {@link HttpEndpoint} object.
* @returns An {@link ArchwayClient} connected to the endpoint.
*
* @see Use {@link ArchwayClient.create} if you need Comet 0.38 support.
* @see Use {@link ArchwayClient.create} if you need to support a specific CometBFT version.
*/
public static override async connect(endpoint: string | HttpEndpoint): Promise<ArchwayClient> {
const tmClient = await Tendermint37Client.connect(endpoint);
Expand Down

0 comments on commit 29d04ec

Please sign in to comment.