Skip to content

Commit

Permalink
chore: record down EmptyContract address (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
renlulu authored Apr 5, 2024
1 parent 9a2c817 commit 6593326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/script/MachServiceManagerDeployer.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ contract MachServiceManagerDeployer is Script {
vm.serializeAddress(output, "apkRegistry", address(machServiceContract.apkRegistry));
vm.serializeAddress(output, "pauserRegistry", address(pauserRegistry));
vm.serializeAddress(output, "machAVSProxyAdmin", address(machAVSProxyAdmin));
vm.serializeAddress(output, "emptyContract", address(emptyContract));
vm.serializeAddress(output, "operatorStateRetriever", address(machServiceContract.operatorStateRetriever));
string memory finalJson = vm.serializeString(output, "object", output);
vm.createDir("./script/output", true);
Expand Down

0 comments on commit 6593326

Please sign in to comment.