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;