From b4fe6f935e27c45eeaf8676145cedcf3ec82a9a5 Mon Sep 17 00:00:00 2001 From: j-yw <32629001+j-yw@users.noreply.github.com> Date: Sat, 14 Sep 2024 22:44:09 +0800 Subject: [PATCH] chore: update readme --- README.md | 1 + packages/telescope/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 23fa39dcc..cd392c775 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,7 @@ See [RPC Clients](#rpc-clients) for more info. | ----------------------------------------- | -------------------------------------------------------------- | --------- | | `prototypes.typingsFormat.customTypes.useCosmosSDKDec` | enable handling "prototypes.typingsFormat.customTypes.useCosmosSDKDec" proto custom type. Used to show decimal fields with the custom type correctly. Highly recommend set to true. | `true` | | `prototypes.typingsFormat.customTypes.usePatchedDecimal` | To use patched decimal other then decimal from @cosmjs/math | `false` | +| `prototypes.typingsFormat.customTypes.base64Lib` | To use endo/base64 methods | `undefined` | | `prototypes.typingsFormat.num64` | 'long' or 'bigint', the way of generating int64 proto types, set to 'bigint' to enable using more stable built-in type | `bigint` | | `prototypes.typingsFormat.useTelescopeGeneratedType` | Discard GeneratedType from cosmjs, use TelescopeGeneratedType instead inside *.registry.ts files | `false` | | `prototypes.typingsFormat.useDeepPartial` | defaults to true, but if disabled uses the `Partial` TS type | `false` | diff --git a/packages/telescope/README.md b/packages/telescope/README.md index 23fa39dcc..cd392c775 100644 --- a/packages/telescope/README.md +++ b/packages/telescope/README.md @@ -415,6 +415,7 @@ See [RPC Clients](#rpc-clients) for more info. | ----------------------------------------- | -------------------------------------------------------------- | --------- | | `prototypes.typingsFormat.customTypes.useCosmosSDKDec` | enable handling "prototypes.typingsFormat.customTypes.useCosmosSDKDec" proto custom type. Used to show decimal fields with the custom type correctly. Highly recommend set to true. | `true` | | `prototypes.typingsFormat.customTypes.usePatchedDecimal` | To use patched decimal other then decimal from @cosmjs/math | `false` | +| `prototypes.typingsFormat.customTypes.base64Lib` | To use endo/base64 methods | `undefined` | | `prototypes.typingsFormat.num64` | 'long' or 'bigint', the way of generating int64 proto types, set to 'bigint' to enable using more stable built-in type | `bigint` | | `prototypes.typingsFormat.useTelescopeGeneratedType` | Discard GeneratedType from cosmjs, use TelescopeGeneratedType instead inside *.registry.ts files | `false` | | `prototypes.typingsFormat.useDeepPartial` | defaults to true, but if disabled uses the `Partial` TS type | `false` |