Skip to content

Commit

Permalink
bump forge
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aa0 committed Apr 16, 2024
1 parent cdc1728 commit cce8f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/script/DeployOpenEigenLayer.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cce8f46

Please sign in to comment.