Skip to content

Commit

Permalink
Update scripts/StkGHO.s.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas <[email protected]>
  • Loading branch information
eboadom and sakulstra authored Jan 17, 2024
1 parent 3629d22 commit 8059d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/StkGHO.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {IERC20} from 'openzeppelin-contracts/contracts/token/ERC20/IERC20.sol';
contract DeployStkGHO is EthereumScript {
function run() external broadcast {
StakeToken stkTokenImpl = new StakeToken(
'stkGHO',
'Aave SM',
IERC20(AaveV3EthereumAssets.GHO_UNDERLYING),
IERC20(AaveV3EthereumAssets.AAVE_UNDERLYING),
2 days,
Expand Down

0 comments on commit 8059d3f

Please sign in to comment.