From cef2dce864b9f15449660f0cd0bfc45bc0951d9c Mon Sep 17 00:00:00 2001 From: Yamen Merhi Date: Thu, 13 Jul 2023 19:55:40 +0300 Subject: [PATCH] Add comments about version 4 --- src/constants/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 76ffae17..420f0aa5 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -34,6 +34,7 @@ export const ERC725Y_INTERFACE_IDS = { // - getData(bytes32[]) // - setData(bytes32[],bytes[]) '3.0': '0x714df77c', + // InterfaceId of version 3 == interfaceId of version 4 // version 5.0.0 removed function overloading // interface functions: // - getData(bytes32)