Skip to content

Commit f2dff90

Browse files
authored
Merge pull request #544 from wgyt/wgyt-cosmos-kit-fix-link
fix links
2 parents 485b6d3 + 767561b commit f2dff90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/pages/provider/chain-provider.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ There are four levels of `isLazy` setting.
263263

264264
4. Parameter `isLazy`: `isLazy` in `getRpcEndpoint` and `getRestEndpoint` parameters. It also globally controls all endpoints. (Note: this one only affects getting endpoint functions with the highest priority, but won't affect signing or broadcasting a transaction.)
265265

266-
The calculation of final `isLazy` can be seen [here](https://github.com/hyperweb-io/cosmos-kit/blob/main/packages/core/src/utils/endpoint.ts#L32-L59).
266+
The calculation of final `isLazy` can be seen [here](https://github.com/hyperweb-io/cosmos-kit/blob/main/packages/core/src/utils/endpoint.ts#L105-L132).
267267

268268
**`isLazy` Examples:**
269269

0 commit comments

Comments
 (0)