Skip to content

Commit

Permalink
fix: test deployment path
Browse files Browse the repository at this point in the history
  • Loading branch information
8sunyuan committed Feb 22, 2024
1 parent f7ec3d4 commit ed96feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/EigenLayerDeployer.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ contract EigenLayerDeployer is Operators {

uint256 public initialBeaconChainOracleThreshold = 3;

string internal goerliDeploymentConfig = vm.readFile("script/output/M1_deployment_goerli_2023_3_23.json");
string internal goerliDeploymentConfig = vm.readFile("script/output/goerli/M1_deployment_goerli_2023_3_23.json");

// addresses excluded from fuzzing due to abnormal behavior. TODO: @Sidu28 define this better and give it a clearer name
mapping(address => bool) fuzzedAddressMapping;
Expand Down

0 comments on commit ed96feb

Please sign in to comment.