Skip to content

Commit fd48b55

Browse files
committed
Fix lint
1 parent ff1fed7 commit fd48b55

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

packages/plugin-hardhat/src/defender/propose-upgrade-with-approval.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import '../type-extensions';
2-
import {
3-
getAdminAddress,
4-
getImplementationAddress,
5-
isBeaconProxy,
6-
isTransparentProxy,
7-
} from '@ericglau/upgrades-core';
2+
import { getAdminAddress, getImplementationAddress, isBeaconProxy, isTransparentProxy } from '@ericglau/upgrades-core';
83
import { ContractFactory, ethers } from 'ethers';
94
import { HardhatRuntimeEnvironment } from 'hardhat/types';
105
import { DefenderDeployOptions, UpgradeOptions } from '../utils';

scripts/release/format-changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ for (const folder of packageFolders) {
3838
console.log(`Formatting changelog for ${folder}...`);
3939
const packageDir = join('./packages', folder);
4040
formatChangelog(packageDir);
41-
}
41+
}

0 commit comments

Comments
 (0)