staking/test
r4bbit b5e513ce49
refactor(StakeVault): introduce `stakedToken()` API (#36)
Because the `stakedToken` property is `immutable`, solhint recommends to
make it in all caps. This commit changes the property to adhere to that
rule and also makes the property private.

To access the `stakedToken` there's now a `stakedToken()` function on
the contract.
2023-11-07 09:40:38 +01:00
..
mocks refactor: migrate repository to foundry-template (#6) 2023-09-12 18:37:30 +02:00
StakeManager.t.sol refactor(StakeManager): use custom errors everywhere (#30) 2023-10-10 15:49:34 +02:00
StakeVault.t.sol refactor(StakeVault): introduce `stakedToken()` API (#36) 2023-11-07 09:40:38 +01:00