Skip to content

Commit

Permalink
change from 2 a day to 24 a day
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckbergeron committed Jun 8, 2023
1 parent b4e9efd commit b29b95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/deploy/DeployPool.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { ERC20, YieldVaultMintRate } from "src/YieldVaultMintRate.sol";
import { Helpers } from "script/helpers/Helpers.sol";

contract DeployPool is Helpers {
uint32 internal constant DRAW_PERIOD_SECONDS = 12 hours;
uint32 internal constant DRAW_PERIOD_SECONDS = 1 hours;

function run() public {
vm.startBroadcast(vm.envUint("PRIVATE_KEY"));
Expand Down

0 comments on commit b29b95e

Please sign in to comment.