From 11ad7c3cb64db376b00ad3de9c2364d53cf91d74 Mon Sep 17 00:00:00 2001 From: Jordan Ribbink <17958158+jribbink@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:44:09 -0800 Subject: [PATCH] Update api.md --- docs/tools/clients/fcl-js/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/clients/fcl-js/api.md b/docs/tools/clients/fcl-js/api.md index 102b526f97..acdc7d7ad9 100644 --- a/docs/tools/clients/fcl-js/api.md +++ b/docs/tools/clients/fcl-js/api.md @@ -503,7 +503,7 @@ config({ | `Dapper Wallet` | 0x82ec283f88a62e65 | 0xead892083b3e2c6c | | `Ledger` | 0x9d2e44203cb13051 | 0xe5cd26afebe62781 | -For more details on wallets, view the [service list here](https://github.com/onflow/fcl-discovery/blob/master/data/services.json). +For more details on wallets, view the [service list here](https://github.com/onflow/fcl-discovery/blob/87e172db85d185882d9fde007c95f08bc2a1cccb/data/services.json). --- @@ -2092,4 +2092,4 @@ Signature objects are used to represent a signature for a particular message as | ----------- | ------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `addr` | [Address](#address) | the address of the account which this signature has been generated for | | `keyId` | number | The index of the key to use during authorization. (Multiple keys on an account is possible).| -| `signature` | string | a hexidecimal-encoded string representation of the generated signature | \ No newline at end of file +| `signature` | string | a hexidecimal-encoded string representation of the generated signature |