Skip to content

Commit

Permalink
refactor: wrong proof type in interface docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pierobassa committed Sep 12, 2024
1 parent 430f272 commit ae3857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/contracts/contracts/interfaces/IX2EarnRewardsPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ interface IX2EarnRewardsPool {
bytes32 appId,
uint256 amount,
address receiver,
string[] memory proofTypes, // link, photo, video, text, etc.
string[] memory proofTypes, // link, image, video, text, etc.
string[] memory proofValues, // "https://...", "Qm...", etc.,
string[] memory impactCodes, // carbon, water, etc.
uint256[] memory impactValues, // 100, 200, etc.,
Expand Down

0 comments on commit ae3857c

Please sign in to comment.