Skip to content

Commit

Permalink
chore: ts linting
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Jan 8, 2025
1 parent f4cea4d commit 92d1023
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { promisify } from 'util';
import { FuelChainState__factory } from '../../typechain';

const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const { deployments, ethers } = hre;
const { ethers } = hre;

let address: any;
const isForking = hre.config.networks[hre.network.name]?.forking?.enabled;
Expand Down

0 comments on commit 92d1023

Please sign in to comment.