Skip to content

Commit 315fe94

Browse files
committed
readme
1 parent 8762892 commit 315fe94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/packages/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The `ChainRegistryClient` constructor accepts an `options` object you can specif
7272

7373
- `ibcNamePairs` (optional): An array of string arrays, where each nested array contains two elements representing a pair of chain names. This setting specifies the Inter-Blockchain Communication (IBC) connections between the chains for which data should be considered. It is particularly useful for limiting the scope of IBC-related data processing.
7474

75-
- `baseUrl` (optional): A string representing the base URL for fetching the chain registry data. If not specified, the client defaults to the official Cosmos chain registry on GitHub (`https://raw.githubusercontent.com/chain-registry/chain-registry/refs/heads/main/registries/camel`).
75+
- `baseUrl` (optional): A string representing the base URL for fetching the chain registry data. If not specified, the client defaults to the [chain registry on GitHub](`https://raw.githubusercontent.com/chain-registry/chain-registry/refs/heads/main/registries/camel`). The client will support both [`camel`](https://github.com/chain-registry/chain-registry/tree/main/registries/camel) or [`minimal`](https://git.hub.com/chain-registry/chain-registry/tree/main/registries/minimal)
7676

7777
#### Initialization Examples
7878

0 commit comments

Comments
 (0)