Skip to content

Commit

Permalink
Add setValidatorAddress function
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaStebaev committed Jun 12, 2024
1 parent e2b98c4 commit 1bd78a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/IPaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ interface IPaymaster {
function removeSchain(SchainHash schainHash) external;
function addValidator(ValidatorId id, address validatorAddress) external;
function removeValidator(ValidatorId id) external;
function setValidatorAddress(ValidatorId id, address validatorAddress) external;
function setNodesAmount(ValidatorId id, uint256 amount) external;
function setActiveNodes(ValidatorId id, uint256 amount) external;
function setMaxReplenishmentPeriod(Months months) external;
Expand Down

0 comments on commit 1bd78a7

Please sign in to comment.