Skip to content

Commit

Permalink
feat: correctly set the deployer admin
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed May 17, 2024
1 parent d8d8804 commit a051f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/script/DeployInterfaces.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ contract DeployInterfaces is MultiChainDeployer {


function _deploy(string[] memory bridges) internal {
admin = vm.envAddress("CATALYST_ADDRESS");
admin = vm.addr(pk);

deployCCI(bridges);
}
Expand Down

0 comments on commit a051f8c

Please sign in to comment.