From 92d10238029a042cfe309d40a94ceab589bc10c9 Mon Sep 17 00:00:00 2001 From: viraj124 Date: Wed, 8 Jan 2025 16:16:38 +0530 Subject: [PATCH] chore: ts linting --- .../solidity-contracts/deploy/fork/999.serve_deployment_file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/solidity-contracts/deploy/fork/999.serve_deployment_file.ts b/packages/solidity-contracts/deploy/fork/999.serve_deployment_file.ts index 4dc1b75e..e6fafd1b 100644 --- a/packages/solidity-contracts/deploy/fork/999.serve_deployment_file.ts +++ b/packages/solidity-contracts/deploy/fork/999.serve_deployment_file.ts @@ -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;