Skip to content

Commit

Permalink
All tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaman1337 committed Oct 21, 2024
1 parent 56cef6b commit be07d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/test/foundry/utils/BeanstalkDeployer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ contract BeanstalkDeployer is Utils {
initialDeployFacetAddresses,
cutActions
);
d = deployDiamondAtAddress(deployer, BEANSTALK);
d = deployDiamondAtAddress(deployer, diamondAddr);

// if mocking, set the diamond address to
// the canonical beanstalk address.
Expand Down

0 comments on commit be07d9d

Please sign in to comment.