mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-10 14:48:15 -05:00
misc: TODO to return module metadata
This commit is contained in:
@@ -218,6 +218,6 @@ contract CollectPublicationAction is LensModule, HubRestricted, IPublicationActi
|
||||
}
|
||||
|
||||
function getModuleMetadataURI() external pure returns (string memory) {
|
||||
return 'https://docs.lens.xyz/';
|
||||
return 'https://docs.lens.xyz/'; // TODO: Return a proper data URI here
|
||||
}
|
||||
}
|
||||
|
||||
@@ -289,4 +289,8 @@ abstract contract BaseFeeCollectModule is FeeModuleBase, ActionRestricted, IBase
|
||||
}
|
||||
return amount - totalReferralsAmount;
|
||||
}
|
||||
|
||||
function getModuleMetadataURI() external pure returns (string memory) {
|
||||
return 'https://docs.lens.xyz/'; // TODO: Return a proper data URI here
|
||||
}
|
||||
}
|
||||
|
||||
@@ -282,6 +282,6 @@ contract SeaDropMintPublicationAction is LensModule, HubRestricted, IPublication
|
||||
}
|
||||
|
||||
function getModuleMetadataURI() external pure returns (string memory) {
|
||||
return 'https://docs.lens.xyz/';
|
||||
return 'https://docs.lens.xyz/'; // TODO: Return a proper data URI here
|
||||
}
|
||||
}
|
||||
|
||||
@@ -124,6 +124,6 @@ contract FeeFollowModule is LensModule, FeeModuleBase, HubRestricted, IFollowMod
|
||||
}
|
||||
|
||||
function getModuleMetadataURI() external pure returns (string memory) {
|
||||
return 'https://docs.lens.xyz/';
|
||||
return 'https://docs.lens.xyz/'; // TODO: Return a proper data URI here
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,6 +42,6 @@ contract RevertFollowModule is LensModule, IFollowModule {
|
||||
}
|
||||
|
||||
function getModuleMetadataURI() external pure returns (string memory) {
|
||||
return 'https://docs.lens.xyz/';
|
||||
return 'https://docs.lens.xyz/'; // TODO: Return a proper data URI here
|
||||
}
|
||||
}
|
||||
|
||||
@@ -309,6 +309,6 @@ contract DegreesOfSeparationReferenceModule is LensModule, HubRestricted, IRefer
|
||||
}
|
||||
|
||||
function getModuleMetadataURI() external pure returns (string memory) {
|
||||
return 'https://docs.lens.xyz/';
|
||||
return 'https://docs.lens.xyz/'; // TODO: Return a proper data URI here
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,6 +91,6 @@ contract FollowerOnlyReferenceModule is LensModule, HubRestricted, IReferenceMod
|
||||
}
|
||||
|
||||
function getModuleMetadataURI() external pure returns (string memory) {
|
||||
return 'https://docs.lens.xyz/';
|
||||
return 'https://docs.lens.xyz/'; // TODO: Return a proper data URI here
|
||||
}
|
||||
}
|
||||
|
||||
@@ -162,6 +162,6 @@ contract TokenGatedReferenceModule is LensModule, HubRestricted, IReferenceModul
|
||||
}
|
||||
|
||||
function getModuleMetadataURI() external pure returns (string memory) {
|
||||
return 'https://docs.lens.xyz/';
|
||||
return 'https://docs.lens.xyz/'; // TODO: Return a proper data URI here
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user