Skip to content

Commit

Permalink
chore: update to latest AxiomIncentives interface
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Apr 2, 2024
1 parent 8cbfae8 commit 4b0a7f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ENSReferrals.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ contract ENSReferrals is AxiomIncentives {
/// @inheritdoc AxiomIncentives
function _validateClaim(
bytes32, // querySchema
address, // caller
uint256, // startClaimId
uint256, // endClaimId
uint256 incentiveId,
Expand All @@ -50,6 +51,7 @@ contract ENSReferrals is AxiomIncentives {
/// @inheritdoc AxiomIncentives
function _sendClaimRewards(
bytes32 querySchema,
address, // caller
uint256 startClaimId,
uint256 endClaimId,
uint256 incentiveId,
Expand Down

0 comments on commit 4b0a7f0

Please sign in to comment.