You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: v2/packages/client/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ The `ChainRegistryClient` constructor accepts an `options` object you can specif
72
72
73
73
-`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.
74
74
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)
0 commit comments