diff --git a/contracts/lib/forge-std b/contracts/lib/forge-std index e8a047e3f4..e4aef94c17 160000 --- a/contracts/lib/forge-std +++ b/contracts/lib/forge-std @@ -1 +1 @@ -Subproject commit e8a047e3f40f13fa37af6fe14e6e06283d9a060e +Subproject commit e4aef94c1768803a16fe19f7ce8b65defd027cfd diff --git a/contracts/script/DeployOpenEigenLayer.s.sol b/contracts/script/DeployOpenEigenLayer.s.sol index c634ceaf54..9b44c1dfab 100644 --- a/contracts/script/DeployOpenEigenLayer.s.sol +++ b/contracts/script/DeployOpenEigenLayer.s.sol @@ -34,7 +34,7 @@ import "forge-std/Test.sol"; // # To deploy and verify our contract // forge script script/M1_Deploy.s.sol:Deployer_M1 --rpc-url $RPC_URL --private-key $PRIVATE_KEY --broadcast -vvvv contract DeployOpenEigenLayer is Script, Test { - Vm cheats = Vm(HEVM_ADDRESS); + Vm cheats = Vm(VM_ADDRESS); // struct used to encode token info in config file struct StrategyConfig {