tendermint-rpc: Rename 0.33 client files

This commit is contained in:
willclarktech 2021-06-08 16:09:01 +02:00
parent 9a1abe46fc
commit 23dfbe9325
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
3 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export { adaptor33, adaptor34 } from "./adaptors";
export { Adaptor } from "./adaptor";
export { Client } from "./client";
export { Client } from "./tendermint33client";
export {
AbciInfoRequest,
AbciQueryParams,