Skip to content

Commit

Permalink
linter fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Jan 21, 2025
1 parent 5a37c56 commit f0053ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/deploy/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function getLatestContractAddress(
contractName: string,
hre: HardhatRuntimeEnvironment
): string {
let networkName = hre.network.name;
const networkName = hre.network.name;

const osxNetworkName = getNetworkByNameOrAlias(networkName);
if (!osxNetworkName) {
Expand Down

0 comments on commit f0053ad

Please sign in to comment.