Skip to content

Commit

Permalink
lower amount to donate for USDR
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed Jan 30, 2025
1 parent 55513ac commit 681411b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mainnet/ERC4626MainnetMorphoSteakhouseUSDR.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ contract ERC4626MainnetMorphoSteakhouseUsdrTest is ERC4626WrapperBaseTest {
wrapper = IERC4626(0x30881Baa943777f92DC934d53D3bFdF33382cab3);
// Donor of USDR tokens
underlyingDonor = 0x77134cbC06cB00b66F4c7e623D5fdBF6777635EC; // Bitfinex Hot Wallet
amountToDonate = 1e6 * 1e6;
amountToDonate = 1e4 * 1e6;
}
}

0 comments on commit 681411b

Please sign in to comment.