Skip to main content

GnoValidatorsChecker

Git Source

Inherits: ValidatorsChecker

Author: StakeWise

Defines functionality for checking validators registration on Gnosis

Functions

constructor

Constructor

constructor(address validatorsRegistry, address keeper, address vaultsRegistry, address depositDataRegistry)
ValidatorsChecker(validatorsRegistry, keeper, vaultsRegistry, depositDataRegistry);

Parameters

NameTypeDescription
validatorsRegistryaddressThe address of the beacon chain validators registry contract
keeperaddressThe address of the Keeper contract
vaultsRegistryaddressThe address of the VaultsRegistry contract
depositDataRegistryaddressThe address of the DepositDataRegistry contract

_depositAmount

Get the amount of assets required for validator deposit

function _depositAmount() internal pure override returns (uint256);

Returns

NameTypeDescription
<none>uint256The amount of assets required for deposit