From 55f06355881bec4bb69574aeb927cd5f48e62bf2 Mon Sep 17 00:00:00 2001 From: xhad Date: Mon, 18 Mar 2024 12:29:37 -0400 Subject: [PATCH] Use ether value --- test/foundry/integration/ynLSD.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/foundry/integration/ynLSD.t.sol b/test/foundry/integration/ynLSD.t.sol index 6abcd830e..1376671d7 100644 --- a/test/foundry/integration/ynLSD.t.sol +++ b/test/foundry/integration/ynLSD.t.sol @@ -347,7 +347,7 @@ contract ynLSDAdminTest is IntegrationBaseTest { function testRetrieveAssetsSuccess() public { IERC20 asset = IERC20(chainAddresses.lsd.STETH_ADDRESS); - uint256 amount = 64; + uint256 amount = 64 ether; vm.prank(actors.STAKING_NODE_CREATOR); ynlsd.createLSDStakingNode();