From b9d5b38d7a7efd7d96c1d9965243d166f522d1cb Mon Sep 17 00:00:00 2001 From: Hugo Masclet Date: Mon, 6 Nov 2023 17:08:40 +0100 Subject: [PATCH 1/2] docs: fix md so it is compatible with mdx3 --- docs/classes/ERC725.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/classes/ERC725.md b/docs/classes/ERC725.md index 4d65dfa3..108a8641 100644 --- a/docs/classes/ERC725.md +++ b/docs/classes/ERC725.md @@ -694,9 +694,9 @@ The key name or erc725y json schema associated to the key hash to decode, for in #### Returns -| Name | Type | Description | -| :---------------- | :--------------------------------------------------- | :----------------------------------------------- | -| `dynamicKeyParts` | {type: string, value: string OR number OR boolean}[] | The dynamic key parts decoded from the key hash. | +| Name | Type | Description | +| :---------------- | :----------------------------------------------------- | :----------------------------------------------- | +| `dynamicKeyParts` | \{type: string, value: string OR number OR boolean\}[] | The dynamic key parts decoded from the key hash. | #### Example From 75c40444e407d93076cc1e49ad706cc0055f383b Mon Sep 17 00:00:00 2001 From: Johann BICH <2253470+kalote@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:24:35 +0100 Subject: [PATCH 2/2] fix: update lsp6 schema --- schemas/LSP6KeyManager.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/LSP6KeyManager.json b/schemas/LSP6KeyManager.json index a3a4b024..276251c4 100644 --- a/schemas/LSP6KeyManager.json +++ b/schemas/LSP6KeyManager.json @@ -17,8 +17,8 @@ "name": "AddressPermissions:AllowedCalls:
", "key": "0x4b80742de2bf393a64c70000
", "keyType": "MappingWithGrouping", - "valueType": "(bytes4,address,bytes4)[CompactBytesArray]", - "valueContent": "(Bytes4,Address,Bytes4)" + "valueType": "(bytes4,address,bytes4,bytes4)[CompactBytesArray]", + "valueContent": "(BitArray,Address,Bytes4,Bytes4)" }, { "name": "AddressPermissions:AllowedERC725YDataKeys:
",