diff --git a/docs/classes/ERC725.md b/docs/classes/ERC725.md index 78caafc8..85de1596 100644 --- a/docs/classes/ERC725.md +++ b/docs/classes/ERC725.md @@ -704,9 +704,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 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:
",