Skip to content

Commit

Permalink
fix: replace hardcoded address (#1138)
Browse files Browse the repository at this point in the history
  • Loading branch information
MantisClone committed Aug 17, 2023
1 parent ae925f1 commit be4b677
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function verifyDeployer(hre: HardhatRuntimeEnvironment): Promise<vo
try {
const RequestDeployer = await hre.ethers.getContractAt(
'RequestDeployer',
'0xE99Ab70a5FAE59551544FA326fA048f7B95A24B2',
(hre as HardhatRuntimeEnvironmentExtended).config.xdeploy.deployerAddress,
);
await verifyOne(
RequestDeployer.address,
Expand Down

0 comments on commit be4b677

Please sign in to comment.