Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDeadCe11 committed Sep 21, 2024
1 parent 8a8ca0c commit 21e53cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EigenAirdrop.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pragma solidity >=0.8.25;

contract EigenAirdrop {
mapping(address userAddress => uint256 points)public userPoints;

function id(uint256 value) external pure returns (uint256) {
return value;
}
Expand Down

0 comments on commit 21e53cf

Please sign in to comment.