@@ -35,7 +35,7 @@ Storing the permissions at the core [ERC725Account] itself, allows it to survive
3535
3636## Specification
3737
38- ** LSP6-KeyManager** interface id according to [ ERC165] : ` 0x66918867 ` .
38+ ** LSP6-KeyManager** interface id according to [ ERC165] : ` 0x23f34c62 ` .
3939
4040Smart contracts implementing the LSP6 standard MUST implement and support the following standard and their interfaces:
4141
@@ -716,16 +716,16 @@ interface ILSP6 /* is ERC165 */ {
716716
717717Copyright and related rights waived via [ CC0] ( https://creativecommons.org/publicdomain/zero/1.0/ ) .
718718
719- [ ERC165 ] : https://eips.ethereum.org/EIPS/eip-165
720- [ ERC1271 ] : https://eips.ethereum.org/EIPS/eip-1271
721- [ ERC1721 success value] : https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1271.md#specification
722- [ ERC1271 fail value] : https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1271.md#specification
723- [ ERC725Account ] : ./LSP-0-ERC725Account.md
724- [ BitArray ] : ./LSP-2-ERC725YJSONSchema.md#bitarray
725- [ CALL ] : https://github.com/ERC725Alliance/ERC725/blob/develop/docs/ERC-725.md#execute
726- [ STATICCALL ] : https://github.com/ERC725Alliance/ERC725/blob/develop/docs/ERC-725.md#execute
727- [ DELEGATECALL ] : https://github.com/ERC725Alliance/ERC725/blob/develop/docs/ERC-725.md#execute
728- [ CREATE ] : https://github.com/ERC725Alliance/ERC725/blob/develop/docs/ERC-725.md#execute
729- [ CREATE2 ] : https://github.com/ERC725Alliance/ERC725/blob/develop/docs/ERC-725.md#execute
730- [ LSP20-CallVerification ] : ./LSP-20-CallVerification.md
731- [ LSP25-ExecuteRelayCall ] : ./LSP-25-ExecuteRelayCall.md
719+ [ erc165 ] : https://eips.ethereum.org/EIPS/eip-165
720+ [ erc1271 ] : https://eips.ethereum.org/EIPS/eip-1271
721+ [ erc1721 success value] : https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1271.md#specification
722+ [ erc1271 fail value] : https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1271.md#specification
723+ [ erc725account ] : ./LSP-0-ERC725Account.md
724+ [ bitarray ] : ./LSP-2-ERC725YJSONSchema.md#bitarray
725+ [ call ] : https://github.com/ERC725Alliance/ERC725/blob/develop/docs/ERC-725.md#execute
726+ [ staticcall ] : https://github.com/ERC725Alliance/ERC725/blob/develop/docs/ERC-725.md#execute
727+ [ delegatecall ] : https://github.com/ERC725Alliance/ERC725/blob/develop/docs/ERC-725.md#execute
728+ [ create ] : https://github.com/ERC725Alliance/ERC725/blob/develop/docs/ERC-725.md#execute
729+ [ create2 ] : https://github.com/ERC725Alliance/ERC725/blob/develop/docs/ERC-725.md#execute
730+ [ lsp20-callverification ] : ./LSP-20-CallVerification.md
731+ [ lsp25-executerelaycall ] : ./LSP-25-ExecuteRelayCall.md
0 commit comments