From da6de3ab0e7647613ade43df7841604291254fc8 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:15:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Documentation=20auto-update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/utils/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/utils/README.md b/packages/utils/README.md index f712b7d8..eaff4fae 100644 --- a/packages/utils/README.md +++ b/packages/utils/README.md @@ -597,7 +597,7 @@ Parameters: - `config.fetchRootKey`: - Whether to fetch the root key for certificate validation. - `config.host`: - The host to connect to. -[:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/utils/src/utils/agent.utils.ts#L71) +[:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/utils/src/utils/agent.utils.ts#L69) ##### :gear: getAgent @@ -614,7 +614,7 @@ Parameters: - `identity`: - The identity to be used to create the agent. -[:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/utils/src/utils/agent.utils.ts#L84) +[:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/utils/src/utils/agent.utils.ts#L82) ##### :gear: clearAgents @@ -627,7 +627,7 @@ Useful when identities have changed or if you want to reset all active connectio | ------------- | ------------ | | `clearAgents` | `() => void` | -[:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/utils/src/utils/agent.utils.ts#L116) +[:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/utils/src/utils/agent.utils.ts#L114) ### :factory: InvalidPercentageError