Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed May 17, 2024
1 parent 4194fea commit e3ff605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/tasks/runners/verifyAll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ task('verify-all', 'Verify contracts listed in storage')
.addOptionalParam('clrfund', 'The ClrFund contract address')
.addFlag('force', 'Ignore verified status')
.setAction(async ({ clrfund }, hre) => {
const { ethers, config, network } = hre
const { ethers, network } = hre

const storage = ContractStorage.getInstance()
const clrfundContractAddress =
Expand Down

0 comments on commit e3ff605

Please sign in to comment.