diff --git a/polygon/lens/eip712.json b/polygon/lens/eip712.json index 7e51fd51..ccd17d27 100644 --- a/polygon/lens/eip712.json +++ b/polygon/lens/eip712.json @@ -79,45 +79,45 @@ "path": "signatureDeadline" } ], - "label": "act_with_sign", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "act_with_sign": [ - { - "name": "pubprofileId", - "type": "uint256" - }, - { - "name": "publicationId", - "type": "uint256" - }, - { - "name": "actorprofileId", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } + "label": "act_with_sign" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "act_with_sign": [ + { + "name": "pubprofileId", + "type": "uint256" + }, + { + "name": "publicationId", + "type": "uint256" + }, + { + "name": "actorprofileId", + "type": "uint256" + }, + { + "name": "signatureDeadline", + "type": "uint256" + } + ] } }, { @@ -128,33 +128,33 @@ "path": "tokenId" } ], - "label": "burn", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "burn": [ - { - "name": "tokenId", - "type": "uint256" - } - ] - } + "label": "burn" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "burn": [ + { + "name": "tokenId", + "type": "uint256" + } + ] } }, { @@ -189,57 +189,57 @@ "path": "deadline" } ], - "label": "ChangeDelegatedExecutorsConfig", - "schema": { - "ChangeDelegatedExecutorsConfig": [ - { - "name": "delegatorProfileId", - "type": "uint256" - }, - { - "name": "delegatedExecutors", - "type": "address[]" - }, - { - "name": "approvals", - "type": "bool[]" - }, - { - "name": "configNumber", - "type": "uint64" - }, - { - "name": "switchToGivenConfig", - "type": "bool" - }, - { - "name": "nonce", - "type": "uint256" - }, - { - "name": "deadline", - "type": "uint256" - } - ], - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ] - } + "label": "ChangeDelegatedExecutorsConfig" + }, + "schema": { + "ChangeDelegatedExecutorsConfig": [ + { + "name": "delegatorProfileId", + "type": "uint256" + }, + { + "name": "delegatedExecutors", + "type": "address[]" + }, + { + "name": "approvals", + "type": "bool[]" + }, + { + "name": "configNumber", + "type": "uint64" + }, + { + "name": "switchToGivenConfig", + "type": "bool" + }, + { + "name": "nonce", + "type": "uint256" + }, + { + "name": "deadline", + "type": "uint256" + } + ], + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ] } }, { @@ -266,49 +266,49 @@ "path": "signatureDeadline" } ], - "label": "change_delegate_exe_config__with_sign", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "change_delegate_exe_config__with_sign": [ - { - "name": "delegatorProfileId", - "type": "uint256" - }, - { - "name": "delegatedExecutor", - "type": "address" - }, - { - "name": "approval", - "type": "bool" - }, - { - "name": "configNumber", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } + "label": "change_delegate_exe_config__with_sign" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "change_delegate_exe_config__with_sign": [ + { + "name": "delegatorProfileId", + "type": "uint256" + }, + { + "name": "delegatedExecutor", + "type": "address" + }, + { + "name": "approval", + "type": "bool" + }, + { + "name": "configNumber", + "type": "uint256" + }, + { + "name": "signatureDeadline", + "type": "uint256" + } + ] } }, { @@ -327,41 +327,41 @@ "path": "collectorProfileId" } ], - "label": "collect", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "collect": [ - { - "name": "publicationCollectedProfileId", - "type": "uint256" - }, - { - "name": "publicationCollectedId", - "type": "uint256" - }, - { - "name": "collectorProfileId", - "type": "uint256" - } - ] - } + "label": "collect" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "collect": [ + { + "name": "publicationCollectedProfileId", + "type": "uint256" + }, + { + "name": "publicationCollectedId", + "type": "uint256" + }, + { + "name": "collectorProfileId", + "type": "uint256" + } + ] } }, { @@ -384,45 +384,45 @@ "path": "signatureDeadline" } ], - "label": "collect_with_sign", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "collect_with_sign": [ - { - "name": "publicationCollectedProfileId", - "type": "uint256" - }, - { - "name": "publicationCollectedId", - "type": "uint256" - }, - { - "name": "collectorProfileId", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } + "label": "collect_with_sign" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "collect_with_sign": [ + { + "name": "publicationCollectedProfileId", + "type": "uint256" + }, + { + "name": "publicationCollectedId", + "type": "uint256" + }, + { + "name": "collectorProfileId", + "type": "uint256" + }, + { + "name": "signatureDeadline", + "type": "uint256" + } + ] } }, { @@ -444,6 +444,34 @@ "label": "pointedPubId", "path": "pointedPubId" }, + { + "label": "referrerProfileIds", + "path": "referrerProfileIds" + }, + { + "label": "referrerPubIds", + "path": "referrerPubIds" + }, + { + "label": "referenceModuleData", + "path": "referenceModuleData" + }, + { + "label": "actionModules", + "path": "actionModules" + }, + { + "label": "actionModulesInitDatas", + "path": "actionModulesInitDatas" + }, + { + "label": "referenceModule", + "path": "referenceModule" + }, + { + "label": "referenceModuleInitData", + "path": "referenceModuleInitData" + }, { "label": "nonce", "path": "nonce" @@ -473,6 +501,38 @@ "name": "pointedPubId", "type": "uint256" }, + { + "name": "referrerProfileIds", + "type": "uint256[]" + }, + { + "name": "referrerPubIds", + "type": "uint256[]" + }, + { + "name": "referenceModuleData", + "type": "bytes" + }, + { + "name": "actionModules", + "type": "address[]" + }, + { + "name": "actionModulesInitDatas", + "type": "bytes[]" + }, + { + "name": "referenceModule", + "type": "address" + }, + { + "name": "referenceModuleInitData", + "type": "bytes" + }, + { + "name": "nonce", + "type": "uint256" + }, { "name": "deadline", "type": "uint256" @@ -518,96 +578,96 @@ "path": "signatureDeadline" } ], - "label": "comment_with_sign", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "comment_with_sign": [ - { - "name": "profile_id", - "type": "uint256" - }, - { - "name": "profile_id_pointed", - "type": "uint256" - }, - { - "name": "pubid_pointed", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } - } - }, - { - "mapper": { - "fields": [ + "label": "comment_with_sign" + }, + "schema": { + "EIP712Domain": [ { - "label": "to", - "path": "to" + "name": "name", + "type": "string" }, { - "label": "followModule", - "path": "followModule" - } - ], - "label": "create_profile", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "create_profile": [ - { - "name": "to", - "type": "address" - }, - { - "name": "followModule", - "type": "address" - } - ] - } - } - }, - { - "mapper": { - "fields": [ - { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "comment_with_sign": [ + { + "name": "profile_id", + "type": "uint256" + }, + { + "name": "profile_id_pointed", + "type": "uint256" + }, + { + "name": "pubid_pointed", + "type": "uint256" + }, + { + "name": "signatureDeadline", + "type": "uint256" + } + ] + } + }, + { + "mapper": { + "fields": [ + { + "label": "to", + "path": "to" + }, + { + "label": "followModule", + "path": "followModule" + } + ], + "label": "create_profile" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "create_profile": [ + { + "name": "to", + "type": "address" + }, + { + "name": "followModule", + "type": "address" + } + ] + } + }, + { + "mapper": { + "fields": [ + { "label": "followerProfileId", "path": "followerProfileId" }, @@ -632,53 +692,53 @@ "path": "deadline" } ], - "label": "Follow", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "Follow": [ - { - "name": "followerProfileId", - "type": "uint256" - }, - { - "name": "idsOfProfilesToFollow", - "type": "uint256[]" - }, - { - "name": "followTokenIds", - "type": "uint256[]" - }, - { - "name": "datas", - "type": "bytes[]" - }, - { - "name": "nonce", - "type": "uint256" - }, - { - "name": "deadline", - "type": "uint256" - } - ] - } + "label": "Follow" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "Follow": [ + { + "name": "followerProfileId", + "type": "uint256" + }, + { + "name": "idsOfProfilesToFollow", + "type": "uint256[]" + }, + { + "name": "followTokenIds", + "type": "uint256[]" + }, + { + "name": "datas", + "type": "bytes[]" + }, + { + "name": "nonce", + "type": "uint256" + }, + { + "name": "deadline", + "type": "uint256" + } + ] } }, { @@ -693,37 +753,37 @@ "path": "signatureDeadline" } ], - "label": "follow_with_sign", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "follow_with_sign": [ - { - "name": "followerProfileId", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } + "label": "follow_with_sign" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "follow_with_sign": [ + { + "name": "followerProfileId", + "type": "uint256" + }, + { + "name": "signatureDeadline", + "type": "uint256" + } + ] } }, { @@ -738,37 +798,37 @@ "path": "profile_id" } ], - "label": "link", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "link": [ - { - "name": "handle_id", - "type": "uint256" - }, - { - "name": "profile_id", - "type": "uint256" - } - ] - } + "label": "link" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "link": [ + { + "name": "handle_id", + "type": "uint256" + }, + { + "name": "profile_id", + "type": "uint256" + } + ] } }, { @@ -787,41 +847,41 @@ "path": "signatureDeadline" } ], - "label": "link_with_sig", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "link_with_sig": [ - { - "name": "handle_id", - "type": "uint256" - }, - { - "name": "profile_id", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } + "label": "link_with_sig" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "link_with_sig": [ + { + "name": "handle_id", + "type": "uint256" + }, + { + "name": "profile_id", + "type": "uint256" + }, + { + "name": "signatureDeadline", + "type": "uint256" + } + ] } }, { @@ -844,45 +904,45 @@ "path": "pubid_pointed" } ], - "label": "mint", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "mint": [ - { - "name": "to", - "type": "uint256" - }, - { - "name": "profile_id", - "type": "uint256" - }, - { - "name": "profile_id_pointed", - "type": "uint256" - }, - { - "name": "pubid_pointed", - "type": "uint256" - } - ] - } + "label": "mint" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "mint": [ + { + "name": "to", + "type": "uint256" + }, + { + "name": "profile_id", + "type": "uint256" + }, + { + "name": "profile_id_pointed", + "type": "uint256" + }, + { + "name": "pubid_pointed", + "type": "uint256" + } + ] } }, { @@ -909,15 +969,501 @@ "path": "pointedPubId" }, { - "label": "nonce", - "path": "nonce" + "label": "referrerProfileIds", + "path": "referrerProfileIds" + }, + { + "label": "referrerPubIds", + "path": "referrerPubIds" + }, + { + "label": "referenceModuleData", + "path": "referenceModuleData" + }, + { + "label": "nonce", + "path": "nonce" + }, + { + "label": "deadline", + "path": "deadline" + } + ], + "label": "mirror" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "Mirror": [ + { + "name": "profileId", + "type": "uint256" + }, + { + "name": "metadataURI", + "type": "string" + }, + { + "name": "pointedProfileId", + "type": "uint256" + }, + { + "name": "pointedPubId", + "type": "uint256" + }, + { + "name": "referrerProfileIds", + "type": "uint256[]" + }, + { + "name": "referrerPubIds", + "type": "uint256[]" + }, + { + "name": "referenceModuleData", + "type": "bytes" + }, + { + "name": "nonce", + "type": "uint256" + }, + { + "name": "deadline", + "type": "uint256" + } + ] + } + }, + { + "mapper": { + "fields": [ + { + "label": "profile_id", + "path": "profile_id" + }, + { + "label": "profile_id_pointed", + "path": "profile_id_pointed" + }, + { + "label": "pubid_pointed", + "path": "pubid_pointed" + }, + { + "label": "signatureDeadline", + "path": "signatureDeadline" + } + ], + "label": "mirror_with_sig" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "mirror_with_sig": [ + { + "name": "profile_id", + "type": "uint256" + }, + { + "name": "profile_id_pointed", + "type": "uint256" + }, + { + "name": "pubid_pointed", + "type": "uint256" + }, + { + "name": "signatureDeadline", + "type": "uint256" + } + ] + } + }, + { + "mapper": { + "fields": [ + { + "label": "profileId", + "path": "profileId" + }, + { + "label": "contentURI", + "path": "contentURI" + }, + { + "label": "actionModules", + "path": "actionModules" + }, + { + "label": "actionModulesInitDatas", + "path": "actionModulesInitDatas" + }, + { + "label": "referenceModule", + "path": "referenceModule" + }, + { + "label": "referenceModuleInitData", + "path": "referenceModuleInitData" + }, + { + "label": "nonce", + "path": "nonce" + }, + { + "label": "deadline", + "path": "deadline" + } + ], + "label": "Post" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "Post": [ + { + "name": "profileId", + "type": "uint256" + }, + { + "name": "contentURI", + "type": "string" + }, + { + "name": "actionModules", + "type": "address[]" + }, + { + "name": "actionModulesInitDatas", + "type": "bytes[]" + }, + { + "name": "referenceModule", + "type": "address" + }, + { + "name": "referenceModuleInitData", + "type": "bytes" + }, + { + "name": "nonce", + "type": "uint256" + }, + { + "name": "deadline", + "type": "uint256" + } + ] + } + }, + { + "mapper": { + "fields": [ + { + "label": "profile_id", + "path": "profile_id" + }, + { + "label": "referenceModule", + "path": "referenceModule" + }, + { + "label": "signatureDeadline", + "path": "signatureDeadline" + } + ], + "label": "post_with_sign" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "post_with_sign": [ + { + "name": "profile_id", + "type": "uint256" + }, + { + "name": "referenceModule", + "type": "address" + }, + { + "name": "signatureDeadline", + "type": "uint256" + } + ] + } + }, + { + "mapper": { + "fields": [ + { + "label": "profileId", + "path": "profileId" + }, + { + "label": "contentURI", + "path": "contentURI" + }, + { + "label": "pointedProfileId", + "path": "pointedProfileId" + }, + { + "label": "pointedPubId", + "path": "pointedPubId" + }, + { + "label": "referrerProfileIds", + "path": "referrerProfileIds" + }, + { + "label": "referrerPubIds", + "path": "referrerPubIds" + }, + { + "label": "referenceModuleData", + "path": "referenceModuleData" + }, + { + "label": "actionModules", + "path": "actionModules" + }, + { + "label": "actionModulesInitDatas", + "path": "actionModulesInitDatas" + }, + { + "label": "referenceModule", + "path": "referenceModule" + }, + { + "label": "referenceModuleInitData", + "path": "referenceModuleInitData" + }, + { + "label": "nonce", + "path": "nonce" + }, + { + "label": "deadline", + "path": "deadline" + } + ], + "label": "Quote" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "Quote": [ + { + "name": "profileId", + "type": "uint256" + }, + { + "name": "contentURI", + "type": "string" + }, + { + "name": "pointedProfileId", + "type": "uint256" + }, + { + "name": "pointedPubId", + "type": "uint256" + }, + { + "name": "referrerProfileIds", + "type": "uint256[]" + }, + { + "name": "referrerPubIds", + "type": "uint256[]" + }, + { + "name": "referenceModuleData", + "type": "bytes" + }, + { + "name": "actionModules", + "type": "address[]" + }, + { + "name": "actionModulesInitDatas", + "type": "bytes[]" + }, + { + "name": "referenceModule", + "type": "address" + }, + { + "name": "referenceModuleInitData", + "type": "bytes" + }, + { + "name": "nonce", + "type": "uint256" + }, + { + "name": "deadline", + "type": "uint256" + } + ] + } + }, + { + "mapper": { + "fields": [ + { + "label": "profile_id", + "path": "profile_id" + }, + { + "label": "profile_id_pointed", + "path": "profile_id_pointed" + }, + { + "label": "pubid_pointed", + "path": "pubid_pointed" + }, + { + "label": "signatureDeadline", + "path": "signatureDeadline" + } + ], + "label": "quote_with_sign" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", + "type": "string" + }, + { + "name": "version", + "type": "string" + }, + { + "name": "chainId", + "type": "uint256" + }, + { + "name": "verifyingContract", + "type": "address" + } + ], + "quote_with_sign": [ + { + "name": "profile_id", + "type": "uint256" + }, + { + "name": "profile_id_pointed", + "type": "uint256" + }, + { + "name": "pubid_pointed", + "type": "uint256" + }, + { + "name": "signatureDeadline", + "type": "uint256" + } + ] + } + }, + { + "mapper": { + "fields": [ + { + "label": "byProfileId", + "path": "byProfileId" }, { - "label": "deadline", - "path": "deadline" + "label": "signatureDeadline", + "path": "signatureDeadline" } ], - "label": "mirror" + "label": "set_block_status" }, "schema": { "EIP712Domain": [ @@ -938,29 +1484,58 @@ "type": "address" } ], - "Mirror": [ + "set_block_status": [ { - "name": "profileId", + "name": "byProfileId", "type": "uint256" }, { - "name": "metadataURI", + "name": "signatureDeadline", + "type": "uint256" + } + ] + } + }, + { + "mapper": { + "fields": [ + { + "label": "byProfileId", + "path": "byProfileId" + }, + { + "label": "signatureDeadline", + "path": "signatureDeadline" + } + ], + "label": "set_block_status_with_sig" + }, + "schema": { + "EIP712Domain": [ + { + "name": "name", "type": "string" }, { - "name": "pointedProfileId", - "type": "uint256" + "name": "version", + "type": "string" }, { - "name": "pointedPubId", + "name": "chainId", "type": "uint256" }, { - "name": "nonce", + "name": "verifyingContract", + "type": "address" + } + ], + "set_block_status_with_sig": [ + { + "name": "byProfileId", "type": "uint256" }, { - "name": "deadline", + "name": "signatureDeadline", "type": "uint256" } ] @@ -974,80 +1549,15 @@ "path": "profile_id" }, { - "label": "profile_id_pointed", - "path": "profile_id_pointed" - }, - { - "label": "pubid_pointed", - "path": "pubid_pointed" + "label": "followModule", + "path": "followModule" }, { "label": "signatureDeadline", "path": "signatureDeadline" } ], - "label": "mirror_with_sig", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "mirror_with_sig": [ - { - "name": "profile_id", - "type": "uint256" - }, - { - "name": "profile_id_pointed", - "type": "uint256" - }, - { - "name": "pubid_pointed", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } - } - }, - { - "mapper": { - "fields": [ - { - "label": "profileId", - "path": "profileId" - }, - { - "label": "contentURI", - "path": "contentURI" - }, - { - "label": "nonce", - "path": "nonce" - }, - { - "label": "deadline", - "path": "deadline" - } - ], - "label": "Post" + "label": "set_follow_mod_with_sig" }, "schema": { "EIP712Domain": [ @@ -1068,21 +1578,17 @@ "type": "address" } ], - "Post": [ + "set_follow_mod_with_sig": [ { - "name": "profileId", + "name": "profile_id", "type": "uint256" }, { - "name": "contentURI", - "type": "string" - }, - { - "name": "nonce", - "type": "uint256" + "name": "followModule", + "type": "address" }, { - "name": "deadline", + "name": "signatureDeadline", "type": "uint256" } ] @@ -1092,15 +1598,15 @@ "mapper": { "fields": [ { - "label": "profile_id", - "path": "profile_id" + "label": "profileId", + "path": "profileId" }, { "label": "signatureDeadline", "path": "signatureDeadline" } ], - "label": "post_with_sign" + "label": "set_profile_metadata_with_sign" }, "schema": { "EIP712Domain": [ @@ -1121,9 +1627,9 @@ "type": "address" } ], - "post_with_sign": [ + "set_profile_metadata_with_sign": [ { - "name": "profile_id", + "name": "profileId", "type": "uint256" }, { @@ -1137,20 +1643,12 @@ "mapper": { "fields": [ { - "label": "profileId", - "path": "profileId" - }, - { - "label": "contentURI", - "path": "contentURI" - }, - { - "label": "pointedProfileId", - "path": "pointedProfileId" + "label": "unfollowerProfileId", + "path": "unfollowerProfileId" }, { - "label": "pointedPubId", - "path": "pointedPubId" + "label": "idsOfProfilesToUnfollow", + "path": "idsOfProfilesToUnfollow" }, { "label": "nonce", @@ -1161,7 +1659,7 @@ "path": "deadline" } ], - "label": "Quote" + "label": "Unfollow" }, "schema": { "EIP712Domain": [ @@ -1182,21 +1680,17 @@ "type": "address" } ], - "Quote": [ + "Unfollow": [ { - "name": "profileId", + "name": "unfollowerProfileId", "type": "uint256" }, { - "name": "contentURI", - "type": "string" - }, - { - "name": "pointedProfileId", - "type": "uint256" + "name": "idsOfProfilesToUnfollow", + "type": "uint256[]" }, { - "name": "pointedPubId", + "name": "nonce", "type": "uint256" }, { @@ -1210,412 +1704,102 @@ "mapper": { "fields": [ { - "label": "profile_id", - "path": "profile_id" - }, - { - "label": "profile_id_pointed", - "path": "profile_id_pointed" - }, - { - "label": "pubid_pointed", - "path": "pubid_pointed" + "label": "unfollowerProfileId", + "path": "unfollowerProfileId" }, { "label": "signatureDeadline", "path": "signatureDeadline" } ], - "label": "quote_with_sign", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "quote_with_sign": [ - { - "name": "profile_id", - "type": "uint256" - }, - { - "name": "profile_id_pointed", - "type": "uint256" - }, - { - "name": "pubid_pointed", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } - } - }, - { - "mapper": { - "fields": [ + "label": "unfollow_with_sign" + }, + "schema": { + "EIP712Domain": [ { - "label": "byProfileId", - "path": "byProfileId" + "name": "name", + "type": "string" }, { - "label": "signatureDeadline", - "path": "signatureDeadline" - } - ], - "label": "set_block_status", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "set_block_status": [ - { - "name": "byProfileId", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } - } - }, - { - "mapper": { - "fields": [ + "name": "version", + "type": "string" + }, { - "label": "byProfileId", - "path": "byProfileId" + "name": "chainId", + "type": "uint256" }, { - "label": "signatureDeadline", - "path": "signatureDeadline" + "name": "verifyingContract", + "type": "address" } ], - "label": "set_block_status_with_sig", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "set_block_status_with_sig": [ - { - "name": "byProfileId", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } - } - }, - { - "mapper": { - "fields": [ - { - "label": "profile_id", - "path": "profile_id" - }, + "unfollow_with_sign": [ { - "label": "followModule", - "path": "followModule" + "name": "unfollowerProfileId", + "type": "uint256" }, { - "label": "signatureDeadline", - "path": "signatureDeadline" + "name": "signatureDeadline", + "type": "uint256" } - ], - "label": "set_follow_mod_with_sig", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "set_follow_mod_with_sig": [ - { - "name": "profile_id", - "type": "uint256" - }, - { - "name": "followModule", - "type": "address" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } + ] } }, { "mapper": { "fields": [ { - "label": "profileId", - "path": "profileId" + "label": "handle_id", + "path": "handle_id" + }, + { + "label": "profile_id", + "path": "profile_id" }, { "label": "signatureDeadline", "path": "signatureDeadline" } ], - "label": "set_profile_metadata_with_sign", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "set_profile_metadata_with_sign": [ - { - "name": "profileId", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } - } - }, - { - "mapper": { - "fields": [ - { - "label": "unfollowerProfileId", - "path": "unfollowerProfileId" - }, + "label": "unlink_with_sig" + }, + "schema": { + "EIP712Domain": [ { - "label": "idsOfProfilesToUnfollow", - "path": "idsOfProfilesToUnfollow" + "name": "name", + "type": "string" }, { - "label": "nonce", - "path": "nonce" + "name": "version", + "type": "string" }, { - "label": "deadline", - "path": "deadline" - } - ], - "label": "Unfollow", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "Unfollow": [ - { - "name": "unfollowerProfileId", - "type": "uint256" - }, - { - "name": "idsOfProfilesToUnfollow", - "type": "uint256[]" - }, - { - "name": "nonce", - "type": "uint256" - }, - { - "name": "deadline", - "type": "uint256" - } - ] - } - } - }, - { - "mapper": { - "fields": [ - { - "label": "unfollowerProfileId", - "path": "unfollowerProfileId" + "name": "chainId", + "type": "uint256" }, { - "label": "signatureDeadline", - "path": "signatureDeadline" + "name": "verifyingContract", + "type": "address" } ], - "label": "unfollow_with_sign", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "unfollow_with_sign": [ - { - "name": "unfollowerProfileId", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } - } - }, - { - "mapper": { - "fields": [ + "unlink_with_sig": [ { - "label": "handle_id", - "path": "handle_id" + "name": "handle_id", + "type": "uint256" }, { - "label": "profile_id", - "path": "profile_id" + "name": "profile_id", + "type": "uint256" }, { - "label": "signatureDeadline", - "path": "signatureDeadline" + "name": "signatureDeadline", + "type": "uint256" } - ], - "label": "unlink_with_sig", - "schema": { - "EIP712Domain": [ - { - "name": "name", - "type": "string" - }, - { - "name": "version", - "type": "string" - }, - { - "name": "chainId", - "type": "uint256" - }, - { - "name": "verifyingContract", - "type": "address" - } - ], - "unlink_with_sig": [ - { - "name": "handle_id", - "type": "uint256" - }, - { - "name": "profile_id", - "type": "uint256" - }, - { - "name": "signatureDeadline", - "type": "uint256" - } - ] - } + ] } } - ], - "name": "LensHub" + ] } - ] + ], + "name": "LensHub" } \ No newline at end of file