Skip to content

Commit

Permalink
CamelotV2RelayerFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Dec 13, 2024
1 parent eeb3296 commit 28410bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/predeployment/DeployFactories.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ contract DeployCamelotV2FactoryMain is Script {

function run() public {
vm.startBroadcast(vm.envUint('ARB_MAINNET_DEPLOYER_PK'));
_camelotV2RelayerFactory = new CamelotRelayerV2Factory();
_camelotV2RelayerFactory = new CamelotV2RelayerFactory();

_camelotV2RelayerFactory.addAuthorization(MAINNET_TIMELOCK_CONTROLLER);
_camelotV2RelayerFactory.removeAuthorization(MAINNET_DEPLOYER);
Expand Down

0 comments on commit 28410bd

Please sign in to comment.