OpenZeppelin / gsn-site

The Ethereum Gas Station Network Alliance Landing Page and Tools
MIT License
12 stars 15 forks source link

UnstakeDelay is not being displayed for relayers #7

Closed nventuro closed 4 years ago

nventuro commented 5 years ago

On the relayer tool, the unstake delay should be read from the getRelay function on the RelayHub instance:

function getRelay(address relay) external view returns (uint256 totalStake, uint256 unstakeDelay, uint256 unstakeTime, address payable owner, RelayState state);

It currently reads 0 for all relayers.